In most modern IDEs there is a parameter that you can set to ensure javac gets enough heap memory to do its compilation. For reasons that are not worth going into here, we are tied for the time being to JBuilder 2005/2006, and it appears the amount of source code has exceeded what can be handled by javac.
Please keep the answer specifi...
Hi,
I just got a project in Borland JBuilder 2006 that I cannot even build. I have two resource files, one with Simplified Chinese text and the other in Traditional Chinese. When I try to build the project the text is misinterpreted and it sees an "illegal escape character".
Now if I set the encoding in Project -> Project Properties ->...
Have a project developed in JBuilder 2007.
I can create a jar with the compiled classes and resources by right-clicking on the project in Package Explorer and selecting Export, but is there a way to set-up the project to automatically generate the jar file, whenever the source changes ?
...
I'm looking for any of these versions:JBuilder 3-9, JBuilder X, or JBuilder 2005. The reason for this is because my computer is old (256 MB, 800 Mhz cpu) but I still like to program. (Yes, I should upgrade my computer but greenbacks don't grow on trees.)
And to prove that I really do program, I have an open source project where you pl...
I'm using JBuilder 6 and running against Java 1.3
I'm migrating to Java 5
Do I need a more modern version of JBuilder to run against Java 5?
...
which of these great IDEs?
...
I am trying to wrap my head around why we first approach the problem of design and decide upon a visual method (UML), instead of starting with formal specifications that happen to also be executable (RAD prototyping), we start with diagrams that can't be easily proven to work. So when it comes time to prove properties of a model, we fin...
Hi Folks,
I have a java project file(.jpx) created on jbuilder 2006(Windows XP). I am trying to open this project file on Jbuilder 2008 on Windows Vista, It is prompting "Workspace Unavailable" error message.
When I am creating a folder with name Workspace and then trying to open, still no file opens in Jbuilder.
Really not sure how ...
I have two versions of a project that are intended to accomplish the same effect. One is an older implementation, while the second is an updated, modified, and (hopefully) enhanced version. The issue is that they are not giving identical outputs. Is there an option to have Eclipse print out a list of everything a program is doing such th...