Skip to content

Javardise 1.2

Latest
Compare
Choose a tag to compare
@andre-santos-pt andre-santos-pt released this 27 Mar 13:36
· 1 commit to master since this release

Windows

Without plugins:

java -jar javardise-windows-1.2.0.jar 

With the compiler plugin:

java -cp javardise-windows-1.2.0.jar;compilation-1.2.0.jar pt.iscte.javardise.editor.MainKt

Mac OS

Without plugins:

java -XstartOnFirstThread -jar javardise-macos-1.2.0.jar 

With the compiler plugin:

java -XstartOnFirstThread -cp javardise-macos-1.2.0.jar:compilation-1.2.0.jar pt.iscte.javardise.editor.MainKt

(additional plugins may be added by including their JAR in the classpath)