java -version -d32
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-
b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
On the command line this works flawlessly:
java -d32 -jar Lexinomicon.jar edu.dartmouth.lex.Lexinomicon
However, on accessing media, the app crashes showing the following in
the console:
shows in the console:
A 64-bit JVM is available for 1.5.0
JVMArchs not found in Java dictionary
Unrecognized Java VM option ignored: -d32
...
Invalid memory access of location f875897b eip=96cc86e8
this seems to be a 32bit to 64 bit addressing issue (?) as running
it at the command line with the -d32 switch == no crash.
What can I add to the info.plist to make it run in 32 bit?
Thanks,
-m
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden