Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BINARY_README | 2012-03-07 | 944 Bytes | |
JImageMan.bin | 2012-03-06 | 1.5 MB | |
Totals: 2 Items | 1.5 MB | 0 |
The executable depends on you having Java installed. If you have issues running it make sure you have a Version of Java installed and it is on the command path. (e.g. $JAVA_HOME/bin) In the command path. Also you may have to change the file perimisions and make it executable "chmod 777 JImageMan.bin" will make it executable by all. I have not tested this executable outside of Linux Mint and Ubuntu but it should run on about any Linux distro as it is compiled using very basic C libraries that are basic to GNU gcc. It will probably even run on BSD Unix as well as long as a i386 command set is supported. In other words Intel Architecture. If you really can't get this to run just get the jarfile from the Source Forge site and run it instead. If any of you Java devs out there want to know how I made a Java app into an executable I am thinking of open sourcing the app that I wrote to do it with. Let me know if you are interested.