Re: [OT] Using different JDK in Eclipse

2003-06-21 Thread Xu Cheng
Subject: Re: [OT] Using different JDK in Eclipse That seems a bit extreme don't you think? As I show in that link, I created a jdk_1_3_1 variable which pointed to the Java 1.3.1 runtime library. Doing so has no affect on my system (JAVA_HOME) settings and is only used for THAT project. If I'm

Re: [OT] Using different JDK in Eclipse

2003-06-20 Thread James Mitchell
-atlanta.org 770-822-3359 AIM:jmitchtx - Original Message - From: FrenzyGNX [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 20, 2003 12:57 AM Subject: Re: [OT] Using different JDK in Eclipse Thanks. However, I didn't see any place to specify different JDK

RE: [OT] Using different JDK in Eclipse

2003-06-20 Thread Steve Raeburn
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: June 19, 2003 11:27 PM To: Struts Users Mailing List Subject: Re: [OT] Using different JDK in Eclipse You don't specify the jdk path, you choose to include a particular jre in your project. This gives you project-level

RE: [OT] Using different JDK in Eclipse

2003-06-20 Thread FrenzyGNX
Subject: Re: [OT] Using different JDK in Eclipse You don't specify the jdk path, you choose to include a particular jre in your project. This gives you project-level jre selection. Here's something I threw together for you: http://www.struts-atlanta.org/help.do -- James Mitchell

Re: [OT] Using different JDK in Eclipse

2003-06-20 Thread FrenzyGNX
/ Struts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx - Original Message - From: FrenzyGNX [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 20, 2003 12:57 AM Subject: Re: [OT] Using different JDK in Eclipse

RE: [OT] Using different JDK in Eclipse

2003-06-20 Thread shirishchandra.sakhare
: Friday, June 20, 2003 11:01 AM To: Struts Users Mailing List Subject: Re: [OT] Using different JDK in Eclipse Does that mean the default JRE's javac will always be invoked when I compile, but the classpath will be different? For example, my default JRE is 1.3.1, but for a project I want to use

RE: [OT] Using different JDK in Eclipse

2003-06-20 Thread FrenzyGNX
, Shirish. -Original Message- From: FrenzyGNX [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 11:01 AM To: Struts Users Mailing List Subject: Re: [OT] Using different JDK in Eclipse Does that mean the default JRE's javac will always be invoked when I compile, but the classpath

Re: [OT] Using different JDK in Eclipse

2003-06-20 Thread James Mitchell
: Friday, June 20, 2003 5:12 AM Subject: RE: [OT] Using different JDK in Eclipse That is not true..U can change from default jre to any jre u have installed. go to menu item Window/preferences/java/instaledjres.It gives a list of all available jres or u can add new ones if u want

RE: [OT] Using different JDK in Eclipse

2003-06-20 Thread shirishchandra.sakhare
user.:-))What else u want? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 2:54 PM To: Struts Users Mailing List Subject: Re: [OT] Using different JDK in Eclipse That seems a bit extreme don't you think? As I show in that link, I created

[OT] Using different JDK in Eclipse

2003-06-19 Thread FrenzyGNX
Is there a way to set up different JDK for different projects in Eclipse 2.1? I have to use a different version of JDK for certain projects, because of dependency on some old packages. Thanks. __ Do You Yahoo!? Send free SMS from your PC!

Re: [OT] Using different JDK in Eclipse

2003-06-19 Thread David Graham
Is there a way to set up different JDK for different projects in Eclipse 2.1? I have to use a different version of JDK for certain projects, because of dependency on some old packages. Right click the project Properties Java Compiler David Thanks.

Re: [OT] Using different JDK in Eclipse

2003-06-19 Thread FrenzyGNX
Thanks. However, I didn't see any place to specify different JDK home paths. Can you give more details? Thanks again. --- David Graham [EMAIL PROTECTED] wrote: Is there a way to set up different JDK for different projects in Eclipse 2.1? I have to use a different version of JDK for