Re: Java compillation using specified java version
Re: Java compillation using specified java version
- Subject: Re: Java compillation using specified java version
- From: Federico Abascal <email@hidden>
- Date: Mon, 2 Aug 2004 11:57:31 +0200
Hi, Dave
thanks for the response. I did both things (change Target VM and Source
version to 1.3) but I had a specific-1.4 method and the compiller was
not advertising me. Finally, what I did is to find by myself the 1.4
specific code and changet it to 1.3
Thanks,
Federico
El 30/07/2004, a las 19:41, David Ewing escribis:
On Jul 30, 2004, at 4:16 AM, Federico Abascal wrote:
Hello to everybody,
I have XCode 1.2 and java 1.4. XCode is creating java classes for
java 1.4, but I want the classes also to be compatibles with java
1.3.
I made a clean of classes, changed the active target so the java
compiller is 1.3, but it seems XCode is still compilling with 1.4.
Could you help me, please?
I'm not exactly sure what you mean by "changed the active target so
the java compiller is 1.3". You should leave the compiler set to the
default "javac". Set the "Target VM Version" to 1.3. That's what
controls the .class file format. You may also want to set the "Source
Version" to 1.3.
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.