BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

JBuilder 2005 and Java 1.5

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder Compiler
View previous topic :: View next topic  
Author Message
mitch
Guest





PostPosted: Fri Dec 15, 2006 10:21 pm    Post subject: JBuilder 2005 and Java 1.5 Reply with quote



Has anybody succeeded in getting JBuilder 2005 to work with Java 1.5?
Thanks.
Back to top
none
Guest





PostPosted: Sat Dec 16, 2006 9:13 am    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote



mitch wrote:
Quote:
Has anybody succeeded in getting JBuilder 2005 to work with Java 1.5?
Thanks.

There was an open tool for this on the Borland site at one time. You can

certainly try it. I had a a few problems with it.

You can compile with 1.5, but you are probably going to experience
runtime problems running the IDE on it.
Back to top
Ludovic HOCHET
Guest





PostPosted: Sat Dec 16, 2006 3:31 pm    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote



Somehow I was under the impression that although still running on 1.4,
JB2005 was 'natively' capable of editing/compiling Java 5.


none a écrit :
Quote:
mitch wrote:
Has anybody succeeded in getting JBuilder 2005 to work with Java 1.5?
Thanks.

There was an open tool for this on the Borland site at one time. You can
certainly try it. I had a a few problems with it.

You can compile with 1.5, but you are probably going to experience
runtime problems running the IDE on it.


--
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]
Back to top
Lori M Olson [TeamB]
Guest





PostPosted: Sat Dec 16, 2006 10:08 pm    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

Ludovic HOCHET wrote:
Quote:
Somehow I was under the impression that although still running on 1.4,
JB2005 was 'natively' capable of editing/compiling Java 5.



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
Back to top
none
Guest





PostPosted: Sun Dec 17, 2006 9:13 am    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

Ludovic HOCHET wrote:
Quote:
Somehow I was under the impression that although still running on 1.4,
JB2005 was 'natively' capable of editing/compiling Java 5.


none a écrit :
mitch wrote:
Has anybody succeeded in getting JBuilder 2005 to work with Java 1.5?
Thanks.

There was an open tool for this on the Borland site at one time. You
can certainly try it. I had a a few problems with it.

You can compile with 1.5, but you are probably going to experience
runtime problems running the IDE on it.


It is, that's what I meant. The Open Tool is for running JB 2005 on top

of 1.5.
Back to top
Ludovic HOCHET
Guest





PostPosted: Sun Dec 17, 2006 3:48 pm    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

Lori M Olson [TeamB] a écrit :
Quote:
It is. The opentool the other guy talked about was for JBX.
That one I know very well Wink


--
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]
Back to top
Ludovic HOCHET
Guest





PostPosted: Sun Dec 17, 2006 3:49 pm    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

none a écrit :
Quote:
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.


--
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]
Back to top
mitch
Guest





PostPosted: Fri Dec 29, 2006 10:09 pm    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

On Dec 16, 11:08 am, "Lori M Olson [TeamB]" <javadra...@techie.com>
wrote:

Quote:
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:

http://groups-beta.google.com/group/borland.public.jbuilder.compiler/browse_thread/thread/b902fc51da81672c/93f0825c06f3d2bb#93f0825c06f3d2bb

Quote:
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
Back to top
Lori M Olson [TeamB]
Guest





PostPosted: Mon Jan 01, 2007 1:46 am    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

mitch wrote:
Quote:
On Dec 16, 11:08 am, "Lori M Olson [TeamB]" <javadra...@techie.com
wrote:

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:

http://groups-beta.google.com/group/borland.public.jbuilder.compiler/browse_thread/thread/b902fc51da81672c/93f0825c06f3d2bb#93f0825c06f3d2bb


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

--

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
Back to top
David C. Browne
Guest





PostPosted: Mon Jan 01, 2007 8:08 am    Post subject: Re: JBuilder 2005 and Java 1.5 Reply with quote

mitch wrote:
Quote:
On Dec 16, 11:08 am, "Lori M Olson [TeamB]" <javadra...@techie.com
wrote:

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:

http://groups-beta.google.com/group/borland.public.jbuilder.compiler/browse_thread/thread/b902fc51da81672c/93f0825c06f3d2bb#93f0825c06f3d2bb

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


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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder Compiler All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.