Thread: no main class
View Single Post
06/08/14, 10:39 AM   #3
olleg
Join Date: Apr 2014
Posts: 4
Yep, was installed oracle jre 8u5. But as I see Minion install and use own JRE. Well, I deinstall my jre and reinstall Minion, the same error.

What strange is

C:\Users\Олег>java -version
Error: could not open `C:\Windows\jre\lib\amd64\jvm.cfg'

and there is not amd64 dir, only i386.
but

c:\Windows\jre\bin>.\java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode)

And I don't know what installed this old i386 jre on my notebook with amd64 in this strange location, because oracle java installed in c:\Program files.

I uninstall oracle java 8u5 and manually delete c:\Windows\jre, reinstall Minion. The same error "no main class". I install oracle jre 8u5, now it's work

C:\Users\Олег>java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

Ireinstalled Minion, the same error "no main class".
  Reply With Quote