|
|
Pauker Development |
Special hints for Windows usersAfter double clicking Pauker the following things can happen:
File associations for file type "JAR"Not all JAR files are executable. Sometimes a JAR file just contains a compressed file collection instead an executable program such as Pauker. Therefore the name "JAR" - as in "Java Archive". It can happen that a compression program associates itself with JAR files. This is well intentioned by the compression programs but leads to starting the compression programs instead of using Java to start Pauker when you double-click Pauker. This "wrong" association should be corrected by reinstalling the Java Runtime Environment. Only if this does not help should you manually fix the association for JAR files by executing the following steps: Open the Windows Explorer Tools menu entry " Folder Options...": ![]() Figure: Folder Options Menu The following dialog opens: ![]() Figure: Folder Options Dialog Select the extension "JAR" (you may need to scroll down the list) and press the "Advanced" button. The following dialog opens: ![]() Figure: Edit File Type The configured Actions for JAR files are listed here. The bold action will be executed by double-clicking a JAR file. If there are other actions configured they can be executed by right-clicking JAR files and selecting that action. Select the bold standard action " open" and click the " Edit..." button. The following dialog opens: ![]() Figure: Edit File Type Advanced The selected command for the "open" action can be edited here. Click the "Browse..." button and select the file "javaw.exe" from your Java Runtime Environment (by using Browse you ensure the path and version number will be correctly typed). You have to quote the selected path and extend the command with the string -jar "%1" %* as shown in the dialog above. Close all open dialogs with the "OK" button. Clicking on Jar file extensions should now work. And by the way... just use Linux :-) |