Back to Index page
OpenJUMP Nightly Build has been translated in the following languages:
Depending the Core Java language OpenJUMP can show the GUI in one of the former languages.
If your java machine language is different than the formers, OpenJUMP will probabily shows the menus in English.
Depending the version of OpenJUMP you can change the menu language using the following procedures:
To change OpenJUMP GUI to one of the former languages:
start javaw -cp ”CLASSPATH” JAVA_OPTS com.vividsolutions.jump.workbench.JUMPWorkbench JUMP_OPTS
Between JAVA_OPTS and com.vividsolutions add one of these following lines depending the languageSome sample:
for Spanish: start javaw -Dlog4j ….CLASSPATH -Duser.language=Es com.vividsolutions…
for Fench it will be start javaw -Dlog4j ….CLASSPATH -Duser.language=Fr com.vividsolutions…
Warning: make a copy of the original startup script before doing any changes.
Find the string:
start javaw -Dlog4j.configuration=file:./log4j.xml -Xms256M -Xmx256M -cp CLASSPATH com.vividsolutions.jump.workbench.JUMPWorkbench -properties workbench-properties.xml -plug-in-directory LIB/ext
and add the -Duser.language=... option before com.vividsolutions.. text
Back to Index page