[EMAIL PROTECTED] wrote: > Hello, > > I tried to run Jmol on Linux/Fedora but just after I type ./jmol I only > get a blank screen with only one icon menu(open a file). > Could anyone help me? > You might try to call Jmol directly (without the bash script 'jmol'):
java -jar Jmol.jar -o The '-o' option redirects all messages to the terminal instead of the Jmol internal console. Are there any error messages? Does it make a difference if you directly open a file from the command line: java -jar Jmol.jar -o filename Regards, Rolf ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

