-
Notifications
You must be signed in to change notification settings - Fork 1
Description
David.
Following up from Comp.sys.apple2
I found a solution to the JRE problem I was having on the PI.
Here is the solution.
For Oracle Java 8 (ARMhf) there is a PPA that will install the latest version and keep it up to date. It does install the JDK, but that includes JRE (there is no JRE only install for ARM).
So I did that... Works
Downloaded and installed transformenator and was able to run it... or at least see the list of transform files.
Seeing I am working with WordPerfect for GS I am going to try WordPerfect for Mac and see what comes out the other side.
With a file to be converted name Test
The translator being WordPerfect Mac
and the output directory /home/pi
Would I execute in the Pi terminal be this?
java -jar transformenator.jar wordperfect_mac_rtf Test /home/pi
Leon