Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Lates Java update renders all my Java apps inoperable

I just downloaded/installed the latest Java update.
jEdit, JDiskReport, jDiskUsage - the list goes on - all my Java apps fail.
Here's what I get in my system.log when I try to launch, say ... jEdit ...

Sep 25 21:57:51 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: [JavaAppLauncher Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file
Sep 25 21:57:51 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: [JavaAppLauncher Error] CFBundleCopyResourceURL() failed while getting Resource/Java directory
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: [LaunchRunner Error] No main class specified
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: Exception
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: in thread "main" java.lang.NullPointerException
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: at apple.launcher.LaunchRunner.run(LaunchRunner.java:112)
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
Sep 25 21:57:53 diplopoda [0x0-0x31031].org.gjt.sp.jedit[334]: at apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
Sep 25 21:57:53 diplopoda com.apple.launchd[90] ([0x0-0x31031].org.gjt.sp.jedit[334]): Exited with exit code: 1

various, Mac OS X (10.5.5)

Posted on Sep 25, 2008 7:00 PM

Reply
33 replies

Sep 26, 2008 12:45 AM in response to thothamon

I had same problem with the Developer pre-release. It is not easy to uninstall (no uninstaller) as there are files put in System/Library and /Library folders that are not easy to identify. Hope you backed up before you installed the Java update - if so roll back to the earlier time with your system folder.

I had no problem with the public release. Only issue I have is that there is no facility to allocate Java memory in this new release.

Sep 26, 2008 10:04 AM in response to liam1101

I've found a temporary solution to get jEdit (and perhaps other broken Java apps) working with the Mac Menubars and other features of a native Mac Application and posted it here:
http://renderfast.com/2008/09/26/java-for-mac-update-2-leaves-some-java-apps-bro ken/
It involves remaking the Java Application bundle using the Jar Builder provided with Apple's Developer Tools. It's a tedious solution but necessary as I depend on jEdit.

Sep 26, 2008 11:14 AM in response to bedford

I think the problem is in the symbolic link from /Applications/JEdit.app/Contents/MacOS/jedit to /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS/JavaAppl icationStub

Invoking from the jedit icon the symb link call JavaApplicationStub but this lose the information of the original folder and don't find the resource and classpath. But if you copy the system JavaApplicationStub to /Applications/JEdit.app/Contents/MacOS/ and rename it to jedit (rename before the original file) jedit app start correctly.

Sep 27, 2008 8:53 AM in response to andrew.thomas

andrew.thomas wrote:
I get the same problem with Java Preferences. I downloaded the public release of 1.6 and now this. Any Ideas how i can either remove 1.6 or how I can get Java preferences working again?

Thanks

Andy

Message was edited by: andrew.thomas
andrew.thomas wrote:
I get the same problem with Java Preferences. I downloaded the public release of 1.6 and now this. Any Ideas how i can either remove 1.6 or how I can get Java preferences working again?

Thanks

Andy

Message was edited by: andrew.thomas


if I run Java Preferences from the command line I get this

PowerMac-1:~ andrewthomas$ /Applications/Utilities/Java/Java\ Preferences.app/Contents/MacOS/Java\ Preferences ; exit;
Invalid memory access of location 8285c040 rip=82be137e

Bus error
logout

Lates Java update renders all my Java apps inoperable

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.