Tagged Questions
The jbuilder tag has no wiki summary.
1
vote
1answer
101 views
JSP compile errors when using include directive
I have a bunch of jsps that use the include directive to pull in content from other files
<%@ include file=".jsp"%>
I've moved development envrionment (JBuilder 2008 with JBOSS as the ...
1
vote
0answers
50 views
Regarding JBuilder 2008 issue
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.
...
1
vote
2answers
224 views
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 ...
1
vote
2answers
69 views
Which IDE is the best in terms of generating gui codes? JBuilder or Netbeans? [closed]
which of these great IDEs?
1
vote
1answer
704 views
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 ...
1
vote
1answer
166 views
JBuilder 2006 multiple encodings
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 ...
1
vote
5answers
2k views
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 ...
0
votes
1answer
10 views
JBuilder : Import classes in project?
i have a package of classes compiled as jar file.
how to import the package in JBuilder 2008 ?
0
votes
1answer
31 views
JBuilder 6 is not working properly? [closed]
When i am compiling my application in JBuilder6,then during debug it shows an "Internal Compiler Error" on Console...
Is there something wrong with JBuilder.
0
votes
0answers
57 views
how to create jsp in jbuilder 2008
i'd like to make jsp file using jbuilder 2008.
but in this version of jbuilder, i can't find any jsp creation part...
actually, jbuilder 9 has jsp in project wazard..
so, is this disppeared in new ...
0
votes
0answers
156 views
Getting EJB Container and Web Application to run in Eclipse / JBuilder 2008
I have a J2EE EJB project and associated web application which I have migrated into JBuilder 2008 / Eclipse.
I just want to get an EJB container up and running and a web server up and running so I ...
0
votes
0answers
160 views
import a J2EE project into JBuilder 2008 using a lecacy jpx file
I'm trying to import a J2EE project into JBuilder 2008 using a lecacy jpx file.
Using the import tool I can get most of the libraries from my old JBuilder user home and installation file. But I'm ...
0
votes
1answer
63 views
I need to migrate a Java project (includes swings,servlets etc) existing in JBuilder to Eclipse
I need to migrate a Java project (includes swings,servlets etc) existing in JBuilder to Eclipse.Any references or documentation or guidelines will be useful to me.
0
votes
2answers
153 views
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 ...
0
votes
1answer
45 views
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?
0
votes
4answers
199 views
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 ...
-3
votes
1answer
78 views