We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I reverted my change but added a note because using Oracle JDK7 and Windows the command worked using a semicolon (:) to separate the jars of the classpath, but using OpenJDK7 and Ubuntu it worked using a colon (:) as you said
Changed : for ; to separate jars of the classpath. It is confusing because in the doc (http://docs.oracle.com/javase/7/docs/technotes/tools/windows/java.html), it says that you must use semicolons but it gives an example with colons. I tried both and only worked with semicolons (;).
Updated Goal (markdown)
Updated Home (markdown)
Initial Commit