Fixing JVM From 1.3.1 to 1.4.1 in Xcode WO 5.2.2
Fixing JVM From 1.3.1 to 1.4.1 in Xcode WO 5.2.2
- Subject: Fixing JVM From 1.3.1 to 1.4.1 in Xcode WO 5.2.2
- From: Charlie Macchia <email@hidden>
- Date: Tue, 11 Nov 2003 18:44:35 -0500
This problem has probably come up a number of times before, however I
can't seem to find the place to fix this:
The problem is a run-time exception, caused by a project which was
manually set earlier in project builder to only run on the Java 1.3.1
JVM ...
That same project builder file has been opened and updated in Xcode on
WO 5.2.2 (it hasn't been changed to an Xcode file, it's just been
pulled opened in Xcode as a project builder file, and still has the
extension .pbproj) ...
and now, of course, when I build and run the file, I get the - now not
so surprising run-time exception at:
com.webobjects.foundation.NSLog$PrintStreamLogger.<clinit>(NSLog.java:
1606)
which, and earlier poster was nice enough to mention is caused when
trying to run WO 5.2.2 on the 1.3.1 JVM ...
Another earlier poster included this advice to update the project to
run on the 1.4.1 JVM (after it had been manually set to 1.3.1 earlier):
"ANSWER =
In the Expert View (target settings), change JAVA_VM to java and
JAVA_DEBUGGER to jdb. Should work after that."
Unfortunately, the problem now is, I can't find these options in Xcode
... is this advice talking about Project Builder advice? If I click on
the Xcode Target, and do a get info, I can't seem to find this option.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.