I'm having a problem trying to run an x86 Java app as a standard user. It works fine if I log in as an administrator, but shows a Java error message (Java Virtual Machine could not find the main class...) if I'm just a standard user.
I have both 32 and 64-bit JRE installed on my 64-bit machine. I suspect it's not a permissions issue because in Windows Explorer i see jawaw listed as file type "Jar executable file" when I'm an administrator (which is when it runs fine), and only "Jar" when I'm a standard user. Can you help me?