monce97 / arduinoscope

Automatically exported from code.google.com/p/arduinoscope
0 stars 0 forks source link

Library incompatibility with 32-bit Intel Macs #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Mac OS X 10.5 on a 32-bit Intel Mac
2. Try to compile SimpleSerialArduinoscope example.

What is the expected output? What do you see instead?

Expected output is an application, I see this instead: http://qkpic.com/7704c

What version of the product are you using? On what operating system?

Latest version on Mac OS X Leopard 10.5.8.

Please provide any additional information below.

The library needs to be recompiled in Java 1.5. I would be glad if that were 
possible.

Original issue reported on code.google.com by heisenbe...@googlemail.com on 6 Sep 2009 at 9:23

GoogleCodeExporter commented 8 years ago
The source is available.  I would most appreciate a version of the jar that 
works for
you.  I compiled with JRE 1.5, and tested on a mac, it worked fine, but maybe 
you
have an older version.

Original comment by david.ko...@gmail.com on 21 Sep 2009 at 9:35

GoogleCodeExporter commented 8 years ago
When I say "available" I mean, it's in SVN, in file
[http://code.google.com/p/arduinoscope/source/browse/trunk/processing/src/arduin
oscope/Oscilloscope.java
svn/trunk/processing/src/arduinoscope/Oscilloscope.java] 

Original comment by david.ko...@gmail.com on 21 Sep 2009 at 9:38

GoogleCodeExporter commented 8 years ago
When I say "older version" I mean maybe you need to to an update on your JRE.

Original comment by david.ko...@gmail.com on 21 Sep 2009 at 9:49

GoogleCodeExporter commented 8 years ago
No response. I cannot reproduce, closing issue.

Original comment by david.ko...@gmail.com on 18 Feb 2010 at 1:10

GoogleCodeExporter commented 8 years ago
I recently stumble upon this project and got stuck at the same stage with 
Processing (Version 1.5.1) running on Mac OSX (10.5.8)

When I tried running TestOscope, I got the following messages in Processing 
Console:

This version of Processing only supports libraries and JAR files compiled for 
Java 1.5.
A library used by this sketch was compiled for Java 1.6 or later, 
and needs to be recompiled to be compatible with Java 1.5.
Exception in thread "Animation Thread" java.lang.UnsupportedClassVersionError: 
Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at TestOscope.setup(TestOscope.java:59)
    at processing.core.PApplet.handleDraw(PApplet.java:1608)
    at processing.core.PApplet.run(PApplet.java:1530)
    at java.lang.Thread.run(Thread.java:655)

I am new to Processing but would love to get this project up and going on my 
Mac.

Any help will be most appreciated.

Thanks

Robert

Original comment by robert.s...@gmail.com on 22 Oct 2011 at 7:24

GoogleCodeExporter commented 8 years ago
I got similar problem with midibus. It was working fine until it started giving 
this error, in mac

Original comment by joaquin....@gmail.com on 27 Nov 2012 at 3:26