Hi there,
I cannot compile any strategy in the JForex after I installed eclipse and ran the main.jave code within the eclipse. I now get the following error in Jforex:
Could not find the main class: org.eclipse.jdt.internal.compiler.batch.Main. Program will exit.
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader$1.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.batch.Main
java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/batch/Main
This happens even is I create a sample strategy (attached) in in the JForex platform.
Thanks for your help.