Hello,
after reading all the posts regarding JMCVideo1.2 I managed to implement an applet in eclipse. It compiles ok, and I can run it from eclipse, but when I try to export it using the plugin EclipseP5Exporter I can't see any video, java turns me a message error "check the console".
When I try to run the .jar file from command line I get:
"main" java.lang.NoClassDefFoundError: processing/core/PApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
Am I missing some links to the jmcvideo libraries? Is that am I not using the right java version?
I try to include the jmcvideo into a libraries folder inside my project, then import them from eclipse and add them to the build path, then I go to the naive library location and point to the files in jmcvideo folder. This let me run the applet in eclipse but i can not manage to run it outside.
I'm in Mac OS X, 10.5.8, java 1.5 and 1.6 (both tested), JavaFX1.2, jmcvideo1.2
please some help/hints
faival
after reading all the posts regarding JMCVideo1.2 I managed to implement an applet in eclipse. It compiles ok, and I can run it from eclipse, but when I try to export it using the plugin EclipseP5Exporter I can't see any video, java turns me a message error "check the console".
When I try to run the .jar file from command line I get:
"main" java.lang.NoClassDefFoundError: processing/core/PApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
Am I missing some links to the jmcvideo libraries? Is that am I not using the right java version?
I try to include the jmcvideo into a libraries folder inside my project, then import them from eclipse and add them to the build path, then I go to the naive library location and point to the files in jmcvideo folder. This let me run the applet in eclipse but i can not manage to run it outside.
I'm in Mac OS X, 10.5.8, java 1.5 and 1.6 (both tested), JavaFX1.2, jmcvideo1.2
please some help/hints
faival
1