jbuilder

How do you increase the maximum heap size for the javac process in Borland JBuilder 2005/2006

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...

JBuilder 2006 multiple encodings

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 ->...

How to automatically create jar in JBuilder

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 ? ...

Looking for old version of JBuilder

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...

JBuilder and Java 5

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 IDE is the best in terms of generating gui codes? JBuilder or Netbeans ?

which of these great IDEs? ...

Has anyone used UML with OCL? Do programmers use it or only analysts who don't code?

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...

Regarding JBuilder 2008 issue

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 ...

Eclipse Debugging Method Calls

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...