View Full Version : Could not find the main class: com.zerog.lax.LAX. Program will exit
heesuk3.kim
11-02-2011, 05:36 AM
Could not find the main class: com.zerog.lax.LAX. Program will exit
the error is appearing in a "Java Virtual Machine Launcher" box.
At that time, I can't find lax.jar in my program root folder.
After Installing again, It didn't occur.
But, After rebooting. this issue occur again.
It don't have rule.
Sometimes, It occur. After UnInstalling and Installing , It doesn't occur.
jerome_IA
11-02-2011, 08:43 AM
Hi,
I guess you installed on Windows. Most likely, windows has flagged those missing files for deletion.
You need to force end user to reboot after uninstallation to prevent this.
OR
You should not delete in-used files, so be sure to stop java application before uninstalling.
Tip:
After you installed it and before rebooting, check the "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations"
It will probably contain the lax.jar.
Am I right ?
heesuk3.kim
11-04-2011, 05:29 AM
Hi,
I guess you installed on Windows. Most likely, windows has flagged those missing files for deletion.
You need to force end user to reboot after uninstallation to prevent this.
OR
You should not delete in-used files, so be sure to stop java application before uninstalling.
Tip:
After you installed it and before rebooting, check the "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations"
It will probably contain the lax.jar.
Am I right ?
thank you very very ~!!! you are right~!!
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.