When I run a Java program on my mac i get the following error
$ /usr/bin/java -loadClassifier
Unrecognized option: -loadClassifier
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
When I run the program on Windows I don't get any errors.
How can i resolve this problem?
Thanks.