What is OpenProj? OpenProj is an open-source desktop project management application similar to Microsoft Project. OpenProj has a familiar user interface and even opens existing MS Project files. OpenProj is interoperable with Project, Gantt Charts and PERT charts. System requirements
Installing OpenProj Download the file openproj-1.4.zip. Create a folder (directory) "Openproj". Open the zip file with a filemanager. Now you get a folder (directory) with the name "openproj-1.4". Open the folder "openproj-1.4" and copy the contents to the new folder "Openproj". Remove the files "openproj.sh" and "openproj.bat", we can't use these files. The file "openproj.bat" is a batch file and can run in OS/2-eComStation, but there is no reference to Java. The used cmd file OpenProj works well with Open JDK in OS/2-eCS. I have a openproj.cmd file with the following contents; @echo off SET CLASSPATH= set BEGINLIBPATH=[drive: java]\JAVA160\bin set path=[drive: java]\JAVA160\bin [drive: Openproj] cd [drive: Openproj]\Openproj java -Xms128m -Xmx512m -Duser.home=[drive: Openproj]\Openproj -jar openproj.jar 2>Openproj_bugs.txtI use 2 separate folders (directories), one for Java and one for OpenProj with the files created by this program. The references used in the cmd file;
should be replaced by real drive letters. Save the file and rename it to openproj.cmd or use/adjust openproj.cmd from the distribution. This file is copied to the Openproj directory. Furthermore, different paths?, adjust according to your needs. The program wants to store the user files in the default directory "ODIN\My Documents", however you can choose your own directory but it cannot be saved as preference. The helppage doesn't work because it can't find our browser. Create a new program object or copy it from the file below. Specify the path and file name: "[drive: Openproj\Openproj\openproj.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "OpenProj". Parameters / options explained
Download In the file you can find the above command file (all drive letters are on set to C:) and an OS/2 Openproj icon: Openproj-eCS.zip. revision Januari 1, 2013 |