You can compile with 1.5, but you are probably going to experience
runtime problems running the IDE on it.
none a écrit :
--
Ludovic
-----------------------------------------
"Les formes qui differencient les etres importent peu
si leur pensees s'unissent pour batir un univers..."
Yoko Tsuno (in 'Les titans' by Roger Leloup)
[The shapes that differenciate beings are not important
if their thoughts unite to build a universe]
It is. The opentool the other guy talked about was for JBX.
JB2005 runs on JDK 1.4, but can be configured to compile and run any
project using JDK 1.5. The only real problem is trying to use the UI
designer to use JDK 1.5 specific features. If that is an issue, they
will need to upgrade to JB 2006 to get the full JDK 1.5 feature set.
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
none a écrit :
> It is, that's what I meant. The Open Tool is for running JB 2005 on top
> of 1.5.
Looks like I missed that OpenTool.
Lori M Olson [TeamB] a écrit :
> It is. The opentool the other guy talked about was for JBX.
That one I know very well ;)
> JB2005 runs on JDK 1.4, but can be configured to compile and run any
> project using JDK 1.5.
How? I selected Java 1.5 in Project Properties > Build > Java
in Language Features and Target VM. Do I have to do anything else?
When I compile a 1.5 program I get the error mentioned in this post:
> The only real problem is trying to use the UI
> designer to use JDK 1.5 specific features. If that is an issue, they
> will need to upgrade to JB 2006 to get the full JDK 1.5 feature set.
I'm not trying to use the UI designer, just the compiler to build a 1.5
program.
Thanks,
- Mitch
It's possible your JDK 1.5 configuration in Jbuilder got corrupted.
Remove and rebuild it, and then try again. Also, make certain that you
are performing a "Rebuild" not a "Make".
In addition to changing Project Properties > Build > Java > Language
Features and Target VM, you must also change the JDK to 1.5 (Project
Properties > Path > JDK), although you will first need to tell JBuilder
(Tools > Configure > JDKs) about the 1.5 JDK that I assume you installed
on your machine.
David