Failed to Create the Java Virtual Machine

Intermittently, I can't get Jaspersoft Studio 5.5.0 to boot--I get an error "Failed to create the Java Virtual Machine".  Any ideas?  Thanks!  I have Java 1.7.0_51 running.

lclossey's picture
Joined: Feb 27 2014 - 8:35am
Last seen: 3 years 8 months ago

1 Answer:

Which OS are you running on? Are you using the bundled Studio or the plugin? Did you get to enter the workspace entry dialog?

There's should be a file named "log" under the folder of your workspace\.metadata. Check that file to see if there's any errors.

 

Another thing you can do is to edit the "Jaspersoft Studio Professional.ini" file in your Studio installation folder. Open it up with your text editor.

There should be some like the following line:

-vm
features/jre.win32.win32.x86_64.feature_1.7.0.u25/jre/bin

Change this to point to your javaw.exe in your jdk\bin folder

Example: (be sure to replace backslash with a slash)

-vm
C:/Java/jdk1.7.0_51/bin/javaw.exe

 

 

hozawa's picture
169741
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago
Feedback
randomness