cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
heesuk3_kim
Level 2

Could not find the main class: com.zerog.lax.LAX. Program will exit

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.
Labels (1)
0 Kudos
(2) Replies
jerome_IA
Level 9

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 ?
0 Kudos
heesuk3_kim
Level 2

jerome_IA wrote:
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~!!
0 Kudos