We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone! I need to export my sketch to Java applet. In Processing window it sucessfully created, but when I tried to run an .exe file I only see a grey window: I've tried all versions, that have been recommended here (3.0a5, 2.1.2, 2.2.1, 1.5.1), but it still doesn't work. I really need to do this, please help! :)
Answers
Does it work with a simpler sketch (like one with no libraries)?
PhiLho, yes, it works with simple sketch)
So, how your sketch is specific? Using some library? Perhaps the Serial one?
testing it: C:\Program Files\Java\jre1.8.0_25 have you intaled?
I am also getting same trouble and I have installed C:\Program Files\Java\jre1.8.0_25 in my windows 7x64 bit
Time to create an MCVE. Start with the basic sketch that you know works, and add stuff until it breaks. Try to narrow it down to a single library, file, or line of code. When you know what is causing the error, you can then figure out why and how to fix it.
This is my code of program which creating trouble in exporting