Does anyone know how to run the HP9800e on source forge? I downloaded the file. It is written in java. How do you run the software?
HP9800e emulator
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #9
05-22-2011, 09:19 PM
I'm using Linux, but I think this same process would work under Windows:
▼
Post: #10
05-22-2011, 11:52 PM
Where can I find t he .jar file? I can only find the files written in java. They are the source files. ▼
Post: #11
05-23-2011, 04:52 PM
Then you downloaded the source ZIP file instead of the binary ZIP file. ▼
Post: #12
05-23-2011, 05:51 PM
I did that. How do I convert them to a jar file or do I have to. What is the next step? ▼
Post: #13
05-24-2011, 01:12 AM
Well, if you had download the binary ZIP file rather than the source ZIP file, you wouldn't have to do anything.
If you really want to tough it out with the source ZIP file, you need to compile everything. It's not entirely obvious what the procedure is, so if I wanted to do it, I'd look at the jar file in the binary ZIP file to see how it is organized, compile the source files, and package them into a jar similar to the one in the source ZIP file. This seems tedious and error-prone, so I'm not going to try to do it myself unless I decide that I want to modify the source code. Edited: 24 May 2011, 1:14 a.m.
Post: #14
05-31-2011, 04:30 PM
Tim, if you download the binary zip you find a user manual inside which explains the usage of the emulator. Nevertheless the emulator can be quite easily compiled from the sources using eclipse. BTW there is a new version 1.50 in preparation which will be released soon. One mayor feature is a hardcopy of printer and plotter output. Achim |