Closed GoogleCodeExporter closed 9 years ago
can any other mac users confirm this?
try running java -jar lib/jpf-boot.jar from within the ntorrent dir, not the
lib dir.
Error:Java.Lang.IllegalArgumentException: unknown plug-in ID: - null
this error is cast when it can't find the plugins.
here you can create your own app file.
http://developer.apple.com/documentation/Java/Conceptual/Jar_Bundler/Packaging/c
hapter_3_section_1.html
Original comment by kei...@gmail.com
on 4 Nov 2008 at 7:08
It seems to crash as described.
But doing java -jar lib/jpf-boot.jar from Resources/Java dir it works.
Original comment by carlos.j...@gmail.com
on 6 Nov 2008 at 12:13
Just change java Version in Info.plist to 1.6+ will fix this issue.
after line : <key>JVMVersion</key>
-- <string>1.5+</string>
++ <string>1.6+</string>
Attached is the correct Info.plist. And a working copy of the app
Original comment by carlos.j...@gmail.com
on 6 Nov 2008 at 1:04
Attachments:
this fix will force the use of java 1.6? so this really isn't a work around for
those
with java 1.5... or am i wrong?
Original comment by kei...@gmail.com
on 6 Nov 2008 at 5:30
To reproduce this crash you must have a OSX system updated with Java for Mac
OS X
10.5 Update 2.
Earlier versions of java for mac will not be able to reproduce this crash.
Another work around is to write absolute paths in Info.plist.
It seems that version of Java5 after update erase $JAVAROOT after follow
JavaApplicationStub symlink. After that $JAVAROOT/lib/commons-logging.jar
becomes
/lib/commons-logging.jar.
Here is some info.
http://renderfast.com/2008/09/26/java-for-mac-update-2-leaves-some-java-apps-bro
ken/
and another ugly work around (delete symlink and copy JavaApplicationStub to
Contents/MacOS)
Original comment by carlos.j...@gmail.com
on 6 Nov 2008 at 6:23
thanks for your clarificaton
Original comment by kei...@gmail.com
on 6 Nov 2008 at 7:03
did change to info.plist and can confirm it fixes the crash issue on 2 seperate
systems.
thanks for the quick workaround.
Original comment by FireW...@gmail.com
on 6 Nov 2008 at 10:35
Issue 110 has been merged into this issue.
Original comment by kei...@gmail.com
on 20 Dec 2008 at 10:14
Issue 112 has been merged into this issue.
Original comment by kei...@gmail.com
on 27 Dec 2008 at 1:57
Original issue reported on code.google.com by
FireW...@gmail.com
on 3 Nov 2008 at 9:50