h2opixels
New Member
Suggestions for solid / currently in support Weather Fax s/w that runs on Apple OS X, 10.6.x or above (fed via USB radio)?
Thanks,
David
Thanks,
David
I've just looked at that and looks interesting.Lutus says his Java wefax decoder should work on Mac: http://arachnoid.com/JWX/
I've downloaded the Java executable JAR file but am completely lost as what to do next.Here is a typical sequence in a JWX setup:
Linux/Macintosh:
Download the Java executable JAR file.
Install the JAR archive in any convenient directory.
Run JWX:
Under Linux, simply move to the install directory and type "java -jar JWX.jar".
This command can be placed in a clickable shell script:
#!/bin/sh
cd (JWX install directory)
java -jar JWX.jar
Well, I've had a go and I'm getting JRE error when trying to fire up the JAR.
The only app which seems stable (at least on 10.6.8) is MultiMode Cocoa (thanks Tradewind for the pointer). Quite like the inclusion of satellite in the app (assuming your set can get to 137MHz).
Shame JWX does not run ... nice write up, but no work has occurred on this s/w since Feb 2013.
@Tradewinds : on OSX, you can just double click the JWX.jar file (say you've put in on your Desktop). If you observe nothing, it's most probably got a problem. Look at:
Macintosh HD > Applications > Utilities > Console ... scroll down to the bottom and you should see the error it encountered
OR
Launch Terminal and go to the directory where you have placed your [for example, say you've put the file on your Desktop, then type the following commands]:
1st step (this is to chance directory to your desktop) = cd Desktop <enter>
2nd step (this tells your JVM to run the JAR) = java -jar JWX.jar <enter>
If it errors, it will appear there and then at the command line ...
Many thanks for that.
Yup did as you said in Terminal, JWX doesn't run in El Capitan - "UnsupportedClassVersionError" etc etc. Shame.
java version "1.6.0_65"FWIW, on WIndows 7 with the following JRE it starts up ok:
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
I'll have a go and see if I can force a JRE of 1.7 on the Mac and see if it works. Under OSX 10.6.8 I recall it being JRE 1.6.
Strange that on the latest OSX version it does not !
If you run the following command under Terminal, what does it say:
java -version <enter>
While trying to get JWX to work I read somewhere that, apparently, Apple is not a big fan of Java - security worries.Ah ha ... I can only assume then, that the minimum requirement is JRE 1.7.x then
Will explore further and advise what I discover.
Quite surprising to see Apple releasing their latest OSX version with such an early (of date) Java implementation !