Bug #137
Bug #174: Create Java based GUI for Shepard DCS
64-bit Version of Java on Windows Doesn't Support Serial Communications
Status: | Closed | Start date: | 06/26/2013 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Jeremy Wright | % Done: | 0% |
|
Category: | - | |||
Target version: | v2.0 Shepard Test Stand - Prototype | Estimated time: | 2.00 hours |
Description
When attempting to run Shepard's Processing application on Windows 8 (or 7) 64-bit, you get the following exception.
processing.app.SketchException: serial does not run in 64-bit mode.
at processing.mode.java.runner.Runner.<init>(Runner.java:104)
at processing.mode.java.JavaMode.handleRun(JavaMode.java:116)
at processing.mode.java.JavaEditor$19.run(JavaEditor.java:472)
at java.lang.Thread.run(Thread.java:662)
Chris has suggested that a fix might be to install the 32-bit version of Java, but that hasn't been tried yet. It remains to be seen if it's worth figuring out how to fix this since we're most likely switching away from processing for Shepard 2.0.
History
Updated by Jeremy Wright almost 10 years ago
- Subject changed from 64-bit Version of Java on Windows Doesn't Support Serial Communications to 64-bit Version of Java on Windows Doesn't Support Serial Communications
The solution to this will most likely be the same as for issue #138.
Updated by Christopher Sigman over 9 years ago
- Status changed from New to Feedback
- Parent task set to #174
This should be resolved by the jssc library used by the new Java based GUI (that this task is now a child of)
Updated by Christopher Sigman over 9 years ago
- Target version changed from v1.1 Shepard Test Stand - Prototype to v2.0 Shepard Test Stand - Prototype
Updated by Jeremy Wright over 9 years ago
- Status changed from Feedback to Closed
Closing this since Chris is using a different serial library in the Java app for v2.0.