De: Bob Hanson <[EMAIL PROTECTED]> >Do these exist? >usage: Jmol >-D <property=value> supported options are given below > >The -D options are as follows (defaults in parathesis): > cdk.debugging=[true|false] (false) > cdk.debug.stdout=[true|false] (false) > display.speed=[fps|ms] (ms) > JmolConsole=[true|false] (true) > plugin.dir (unset) > user.language=[DE|EN|ES|FR|NL|PL] (EN)
I am sure about user.language: it exists, it's a standard Java property used for i18n. The -D option is dealt directly by the JVM, it defines a system property, that you can retrieve with a getSystemProperty() or getProperty() in the code. Nico ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
