Re: Java compillation using specified java version
Re: Java compillation using specified java version
- Subject: Re: Java compillation using specified java version
- From: David Ewing <email@hidden>
- Date: Fri, 30 Jul 2004 11:41:47 -0600
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.