Re: Forcing XCode to Java 1.4
John Pollard <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks to Randy Wigginton who had suffered similar problems with XCode, I just changed the current JDK link and that resolves the issue: cd /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Commands/javac ln -s 1.4.2 CurrentJDK At 15:38 10/07/2006, John Pollard wrote: >Dear List, >I have followed the developer instructions here >http://docs.info.apple.com/article.html?artnum=75505 for forcing XCode to >use Java 1.4 but jars I create still say Created By 1.5.0_06 in the >MANIFEST.MF within the created jar. I also tried some other instructions I >found on this list where the main target is edited to set Java Compiler >Settings, Target VM version and Source Version to 1.4. Still I see 1.5 in >the created jar. Has anyone else had trouble switching back to 1.4? I even >tried rebooting to ensure all settings were permanently in place. >Thanks, John