Jump to content
We've recently updated our Privacy Statement, available here ×

Failed to Create the Java Virtual Machine


lclossey

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 jdkbin folder

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

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

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...