Hello,
After lots of "fun" getting rxtx installed and working, I managed to get AVRcamVIEW mostly compilied. Im down to one error:
./avr/swing/JMessagePanel.java:52: putClientProperty(java.lang.Object,java.lang.Object) in javax.swing.JComponent cannot be applied to (java.lang.String,boolean)
For fun I commented this line out and created a jar, but when I try to run the jar I got this:
Failed to load Main-Class manifest attribute from
AVRCamView.jar
I don't have much experience with Java, but it seems there may be a component missing from the source.
Any Ideas on these 2 issues?
OS X is using Java 1.4.2, no 1.5 yet
Thanks,
Ryan
PS. I would really like it if there existed a pre-built version for 1.4
What ever happened to Java being portable?