|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Mac OSX Support For general issues regarding Mac OS X users |
| LinkBack | Thread Tools | Display Modes |
| |||
Still getting "Cannot launch Java application" error I'm still getting "The main class 'com.zerog.lax.LAX' could not be loaded." Error each time I try to launch LimeWire on my Mac OS 10.2.2 G4. None of the fixes work even with LimeWire 2.7.6. Is this an Apple problem? A Java problem? A LimeWire problem? Can't use LimeWire until this gets resolved. If anyone has a fix that has worked, please advise. Thanks, SNazz |
| |||
After installing the preview release of JDK 1.4.1 (PR5), you may find that you can no longer launch LimeWire properly. It appears to be trying to use an MRJ class that is either not yet re-implemented in 1.4.1 or not functioning as expected in this release. This causes LimeWire to generate an error on launch and just sit at the splash screen. A quick way to fix this is to edit the Info.plist file inside the LimeWire.app folder. If the option to "Show Package Contents" is available in the Finder context menu (right click or control-click on the LimeWire application) use that to open the folder. If you do not have that option listed, use the shell and change directory into the LimeWire.app folder. From there, the file is in the Contents folder. Open the Info.plist file with a text editor (BBEdit, vi, etc.). The change to make is to add the following text: <key>JVMVersion</key> <string>1.3.1</string> The best place the add it in is right after where the MainClass is specified. So that area of the file should look like this after you're done: <key>MainClass</key> <string>com.zerog.lax.LAX</string> <key>JVMVersion</key> <string>1.3.1</string> This will force LimeWire to load with the JDK 1.3.1 instead of 1.4.1. |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Launch failure: "Cannot launch Java application" | twallerich | General Mac OSX Support | 2 | November 29th, 2003 03:56 PM |
"Can not launch Java App." error | jalyx | General Mac OSX Support | 1 | November 12th, 2002 09:42 AM |
LW wont launch-error states java application won't launch | Unregistered | General Mac OSX Support | 0 | November 3rd, 2002 11:34 PM |
"Unable to launch java application...MRJ may not be installed correctly" | Unregistered | General Mac Support | 1 | January 21st, 2002 07:40 AM |
"java.lang.reflect.invocation target exception" error message | dpazif | Connection Problems | 0 | October 29th, 2001 07:28 AM |