Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
qx_icon.png | 2021-04-27 | 13.2 kB | |
README.txt | 2021-04-24 | 1.4 kB | |
qxcalc-gui.tar.gz | 2021-02-25 | 21.5 kB | |
qxcalc-2.tar.gz | 2021-02-25 | 24.7 kB | |
Totals: 4 Items | 60.8 kB | 0 |
----------------------------------------- README.txt of QxJavaCalc by : Greg Date:2021-04-24 contact:qxcalcaccnt@gmail.com ========================================= 1)DOWNLOAD and UNPACK ----------------------------------------- This directory contains the compiled java classes of the user interface of the qxcalc backend. Download the *tar.gz and unpack: tar -xzvf qxcalc-2.tar.gz tar -xzvf qxcalc-gui.tar.gz 2)CD into the classes-directory ----------------------------------------- cd qxcalc-gui-src 3)COPY THE qxcalc BACKEND TO THIS DIRECTORY ----------------------------------------- On Windows(tm): copy ..\qxcalc.exe . On Linux: cp ../qxcalc . 4)EXECUTE THE CALCULATOR GUI ----------------------------------------- To execute the calculator gui you need to cd into the directory where the class files are, and run the calculator in the 'java' runtime environment: java QxJavaCalc You need an installation of Java (TM) for this to succeed. 5)THE 'which' COMMAND ----------------------------------------- When the user interface is starting it attempts to locate 'firefox.exe' and 'pdflatex.exe'. It is nessessary to have them available in the %PATH% on Windows(TM), and $PATH on Linux. This 'which' tool is installed by default on Linux, and available here for Windows(TM): http://gnuwin32.sourceforge.net/packages/which.htm --