I am receiving the following error when trying to run JProbe with my standalone application:
From the Console: Exception in thread "main"
java.lang.NoClassDefFoundError: "-Xms1024M"
What is wrong?
Quotations around java options.
The error that you are receiving is caused by quotations being placed around the Java Option -Xms1024m. Remove the quotations around any of the Java Options and rerun.