|
Author |
Topic: serial in a standalone application problem (Read 557 times) |
|
mattgilbert
|
serial in a standalone application problem
« on: Jul 22nd, 2004, 10:22am » |
|
Has anyone exported a standalone application (as in http://processing.org/discourse/yabb/board_Proce55ing_software_.html bugs;action=display;num=1076679293 ) using serial successfully on a mac I've tried to do it, and i've run into a problem. While the sketch opens and works when run from within processing, the following appears in a dialog box when the standalone app is launched: Code: Cannot launch Java application Uncaught exception in main method: java.lang.NoSuchMethodError: colorGripperNetServer.beginSerial()V |
| This problem resembles this one: http://processing.org/discourse/yabb/board_Tools_action_display__num_1084266556.html ), but i'm not sure how to handle it in my particular case, what with all the path changes and stuff. Thanks for reading! Matt
|
|
|
|
|