.html xmlns="http://www.w3.org/1999/.html">
Click on Join Now to Sign Up
I can not execute Processing files on my IMac / OsX 10.6.8;
-----------------------------------------------------------------------------------------------
ERROR MESSAGES
Running processing on my IMac OsX 10.6.8 driven mac
i receive the following messages:
.... System.Library.Java.Extensions:.usr.lib.java
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
-----------------------------------------------------------------------------------------------
MY TRIES
I visited http://www.java.com/, read the "download latest version",
upgraded my system with all the latest files but still receive the same
error messages;
besides: i copied the latest rxtx java files into processing's and the system's
folders (tried combinations with & without having these files installed) -
no change ...
-----------------------------------------------------------------------------------------------
MAC'S XCODE DEVELOPER TOOLS?
http://wiki.processing.org/w/Troubleshooting says:
"Using developer releases of Java is strongly discouraged.
These can often cause problems and we can't possibly support them ... "
I do have Mac's Xcode tool installed - could this cause the problem?
I can not execute Processing files on my IMac / OsX 10.6.8;
-----------------------------------------------------------------------------------------------
ERROR MESSAGES
Running processing on my IMac OsX 10.6.8 driven mac
i receive the following messages:
.... System.Library.Java.Extensions:.usr.lib.java
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
-----------------------------------------------------------------------------------------------
MY TRIES
I visited http://www.java.com/, read the "download latest version",
upgraded my system with all the latest files but still receive the same
error messages;
besides: i copied the latest rxtx java files into processing's and the system's
folders (tried combinations with & without having these files installed) -
no change ...
-----------------------------------------------------------------------------------------------
MAC'S XCODE DEVELOPER TOOLS?
http://wiki.processing.org/w/Troubleshooting says:
"Using developer releases of Java is strongly discouraged.
These can often cause problems and we can't possibly support them ... "
I do have Mac's Xcode tool installed - could this cause the problem?
i am trying to replace my "jssocket*" based server
with a none-swf based server solution
to connect my jquery based (...javascript...) page
to incoming serial-server data from a microcontroler;
- can i use "processing" as a server instead of "jssocket" ?
( - would processing work on both windows and mac
(and probably even smartphones) ?)
- are there any sample projects that show how to
connect data from a usb/serial port to a.html page/javascript?
any help would be greatly appreciated!
------------------------------------------------------------------
i have ...
- a picaxe microcontroller chip
running at 4800 baude
connected to my laptop's usb port
("/dev/tty.usbserial-ID_NUMBER")
"jssockets"
a javascript/swf/ server
see also:
http://code.google.com/p/jssockets/
"serial server"
the program connecting "jssocket* to the microcontroller
allowing to set the baude rate
and automatically showing the microcontroller
connected to my usb port
http://itp.nyu.edu/~dbo3/SerialServer/SerialServer.html
a jquery based javascript
that receives the microcontroler's data
and visualises it
