Problems exporting app on 64bit system using 32bit processing using Serial library
in
Integration and Hardware
•
10 months ago
So I finally finished my sketch which uses the serial library.
There is none for 64 bit systems so I loaded in the 32bit version of processing and got my sketch running great.
Now when I try to export the application it tells me it wont create a 64bit version because no serial library is available...
the problem is that when I try running the 32bit exe it does not work giving me the error:
Windows cannot find 'javaw.exe'. Make sure you typed the name correctly, and then try again
A second Processing error window comes up saying:
Error calling ShellExecuteEx()
Any ideas whats wrong??? am I just out of luck using a 64bit PC???
1