Hello Laurent. Yes, I remember, the problem was that I was already
running a JVM, and when I tried to load the jVSTwRapper plugin, I
received this warning. The already-running JVM did not have
jVSTsYstem_bin.jar in its classpath, so when the plugin loaded, it
couldn't find the necessary classes. Normally, a jVSTwRapper will
start a new JVM (with the correct classes in the classpath) if none
exists, and otherwise just add itself to an existing JVM, if one
already exists. The solution was to add jVSTsYstem_bin.jar to the
classpath of the original JVM. Then everything worked properly. As to
why I was already running a JVM, I was loading the VST using JVstHost
at
http://github.com/mhroth/jvsthost/. Let me know if you have any
more questions about this problem.
Partager