Difference between revisions of "Support/Windows"
AngelHerraez (talk | contribs) (→Creating shortcuts to Jmol application) |
AngelHerraez (talk | contribs) (→Creating shortcuts to Jmol application) |
||
Line 7: | Line 7: | ||
The details of creating a '''Windows shortcut''' and a '''Start menu entry''' are out of the scope of this wiki. What is given here are the specific details for Jmol. | The details of creating a '''Windows shortcut''' and a '''Start menu entry''' are out of the scope of this wiki. What is given here are the specific details for Jmol. | ||
− | :'' | + | Shortcut properties must be (under the ''Shortcut'' tab): |
+ | * '''''Target:''''' the place where you have put Jmol files (usually when you uncompressed the distribution <code>gz</code> or <code>zip</code> file), including full pathname and filename and all between double quotes. Example: <br /> | ||
+ | :: <code>"C:\Program files\Jmol\Jmol.jar"</code> | ||
+ | : For more flexibility, you may instead wish to call Java explicitly using this: | ||
+ | :: <code>java -jar "C:\Program files\Jmol\Jmol.jar"</code> | ||
+ | : which allows to add (between <code>java</code> and <code>-jar</code>) the amount of memory to be used, the window size, or the execution of a script, etc. (see [[Jmol_Application#Command_line_options | Command line options]]). | ||
+ | : If the system is not configured to locate the Java executable, you will need to indicate its full path, like e.g. | ||
+ | :: <code>"C:\Program files\Java\jre1.6.0_07\bin\java" -jar "C:\Program files\Jmol\Jmol.jar"</code> | ||
− | + | * '''''Start in:''''' you can put your working folder, if you want; that will be the default location Jmol will show on "File > Open". If not specified, Jmol will ususally point to ''My documents'', or ''Documents'', or the ''Desktop''. | |
− | + | ::''This method used to work, but currently it does not. The change has happened between versions 11.5 and 11.6; we are investigating it. If you manage (or not) to have it work, please share your experience in the Jmol-users list.'' | |
− | |||
− | |||
The same applies to entries in Windows ''Start'' menu, or ''Programs'' menu. | The same applies to entries in Windows ''Start'' menu, or ''Programs'' menu. |
Revision as of 14:32, 26 January 2009
- Description of files in Jmol+JSmol distribution
- File formats read or written by Jmol
- The Jmol scripting interface
- Scripting as a programming language
- Complete reference of scripting commands:
- Loading models directly from databases
- Mouse manual
- Default colors used by Jmol
- Atom sets predefined in Jmol
- Support for bond orders · isotopes · stereochemistry · hydrogen bonds
- Jmol as editor
- Multi-touch support
- Copying and pasting state scripts between applets.
- Backward compatibility (changes of behavior across versions)
- Features added since version 10
- Users mailing list (and a mirror)
Contents
Jmol on Windows
Jmol runs without problems on Windows 9x/XP/Vista computers using Sun's java virtual machines, both as Applet as well as Application.
Creating shortcuts to Jmol application
The details of creating a Windows shortcut and a Start menu entry are out of the scope of this wiki. What is given here are the specific details for Jmol.
Shortcut properties must be (under the Shortcut tab):
- Target: the place where you have put Jmol files (usually when you uncompressed the distribution
gz
orzip
file), including full pathname and filename and all between double quotes. Example:
"C:\Program files\Jmol\Jmol.jar"
- For more flexibility, you may instead wish to call Java explicitly using this:
java -jar "C:\Program files\Jmol\Jmol.jar"
- which allows to add (between
java
and-jar
) the amount of memory to be used, the window size, or the execution of a script, etc. (see Command line options). - If the system is not configured to locate the Java executable, you will need to indicate its full path, like e.g.
"C:\Program files\Java\jre1.6.0_07\bin\java" -jar "C:\Program files\Jmol\Jmol.jar"
- Start in: you can put your working folder, if you want; that will be the default location Jmol will show on "File > Open". If not specified, Jmol will ususally point to My documents, or Documents, or the Desktop.
- This method used to work, but currently it does not. The change has happened between versions 11.5 and 11.6; we are investigating it. If you manage (or not) to have it work, please share your experience in the Jmol-users list.
The same applies to entries in Windows Start menu, or Programs menu.
Associating molecular files in hard disk with Jmol application
You can configure Windows Explorer (file manager) so that double-clicking on a pdb
file, or mol
, xyz
, etc. file (or right-clicking for options in the pop-up menu) will open it with Jmol application.
This is how to do it:
- Locate the application file, Jmol.jar (you decided where to put it when you uncompressed the downloaded Jmol distribution file, jmol-11.xx.xx-binary.tar.gz or jmol-11.xx.xx-binary.zip).
- Locate the file javaw.exe in the Java installation folder (usually it will be somewhere like C:\Program files\Java\bin\).
- Open windows explorer / file manager, open menu "Tools → Folder options", "File types" tab, and scroll to
pdb
(or any other extension that you want associated to Jmol, likemol
,mol2
orxyz
). Select its entry. - Click on "Advanced options" button and then either "Edit" the default "open" action or create a "New" action.
- In the textbox under "Action" you can type "open" or whatever you want it to be called in the pop-up menu; under "Application used" type (including the quotes and the final %1):
"put here the path and filename of javaw.exe" -jar "put here the path and filename of Jmol.jar" "%1"
For example:
"C:\Program files\Java\bin\javaw.exe" -jar "C:\Program files\Jmol\Jmol.jar" "%1"
Linking from PowerPoint to molecule files so that they open in Jmol application
You can set a hyperlink for any object in MS-PowerPoint that points to a pdb
, mol
, etc. file and have it opened in Jmol, by setting the default ("open") action of such file extensions, as described in the above sub-section.