skratchdot / open-electribe-editor

Open Electribe Editor (formerly known as ESX Wave Organizer) is a program that allows you to organize, edit, and create .esx files for the Korg ESX-1.
https://sawloop.com/
48 stars 15 forks source link

open electribe editor/no virtual java found! #28

Open rayd24 opened 11 years ago

rayd24 commented 11 years ago

hi,i`ve got a problem,after installing it shows me the message,no virtual java found! java is currently up to date! i run win7 64-bit!

the open editor is the 64-bit the newest!

can anybody help me!

thanks!

cheers

skratchdot commented 11 years ago

I'm going to paste a portion of the message found here: https://groups.google.com/d/msg/open-electribe-editor/Tsh1Vr8evxo/qp11oK6fUocJ

This probably won't be much help, but:

OpenElectribeEditor is built on Eclipse (an IDE), so some of these problems are similar to issues that people have seen when running Eclipse. In retrospect, I should not have built this on Eclipse (but I wanted to learn something new). Anyways, here's a post with someone having the same issue: http://stackoverflow.com/questions/12426810/eclipse-wont-start-no-java-virtual-machine-was-found

Instead of an eclipse.ini, this program uses: OpenElectribeEditor.ini

You could try specifying the -vm open there.

skratchdot commented 11 years ago

There should also be a *.log file written somewhere in the OpenElectribeEditor folder that displays any errors that occur. If you find that, can you post a snippet here?

Also, due to #9 - you can't run the program inside of a path that contains a pound sign.

skratchdot commented 10 years ago

Someone reported a similar issue yesterday. I found that there's a 32bit vs 64bit issue when not all match. For example, if running a 64bit OS, you need to download a 64 bit JVM as well as the 64 bit version of Open Electribe Editor.

see: http://stackoverflow.com/questions/7352493/failed-to-load-the-jni-shared-library-jdk or: http://stackoverflow.com/questions/12426810/eclipse-wont-start-no-java-virtual-machine-was-found

I've created a new project that loads Open Electribe Editor in a VM (if you want to take a chance with that):

https://github.com/skratchdot/vagrant-open-electribe-editor