cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Techie42
Level 6

Installer crash...

😞
I have one customer that can not run my installer as it crashes as soon as it gets to the initializing installer dialog. (And, it reboots his system!)

I had hime run it in Java console and it crashes and reboots his system after the last line displayed in the console...

Loading DLL archive:C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LREE.tmp\CCE_FET.jar+/027
f2ef3ef598075905f2d9938880b5f/win32ppk/win32ppk.dll
Loading DLL archive:C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LREE.tmp\CCE_FET.jar+/027
f2ef3ef598075905f2d9938880b5f/win32ppk/win32ppk.dll
Loading DLL archive:C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LREE.tmp\CCE_FET.jar+/027
f2ef3ef598075905f2d9938880b5f/win32ppk/win32ppk.dll

Is this a problem with the locally installed java?

Bradley
Labels (1)
0 Kudos
(2) Replies
MEinstaller
Level 7

Perhaps it could be a problem with his java. Have you tried bundling a jvm into the installer to see if the issue goes away. I try not to rely on the end users system java as I have run into problems doing that.
0 Kudos
enanrum
Level 9

Check if they have an env var CLASSPATH - the installer could be picking up other jar's that it doesn't know what to do with! May want to remove it for the install!
0 Kudos