How do I resolve "Error writing file: too many constants" error? |
This error means that too many Java constants were created and the program cannot be compiled.
This error is usually returned when compiling very huge source files.
To avoid it, add -big option to the Compiler options. Use -big only for programs that return this error.
Other programs may experience performance slowdown if compiled with -big option.
|
Authored
by: Veryant Support
This question has been viewed 7114 times so far.
|
Click
Here to View all the questions in Compiler General
category. |
File Attachments |
There are no attachment file(s) related to this question. |
|
User Comments |
 |
|
There are no user comments for this question. Be the first to post a comment. Click Here |
Related Questions
|
- Why do I get the error "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" ?
- Is there a faster way to compile?
- What compiler options cannot be specified with the >> IMP OPTION compiler directive?
- How can I make my Linkage parameters more flexible?
- How do I retrieve the version of the Java Compiler and the isCOBOL Compiler that produced a given class file?
- Using Regular Expressions to replace text in your program
- Is there a compiler option in isCOBOL to extend the length of AREA B in a program source code?
- This is a test
|