Hello, i'm trying to export my program to windows on Processing 2.b6, which creates 2 diferent directories(x32 and x64)
My computer works on x64 and that version works properly, but x32 version doesn't work.
(Could not create the Java Virtual Machine).
I tried downloading the last version of Java ant them reseting my PC, but doesn't work,
Also I tried to open the sketch with processing 1.5.1, but when I tried to run the program it shows the next message on console:
com.sun.jdi.connect.VMStartException: VM initialization failed for: java -Xrunjdwp:transport=dt_shmem,address=127.0.0.1:8722,suspend=y -Xms64m -Xmx2048m -Djava.library.path=;C:\Users\HP\Downloads\processing-1.5.1-windows\processing-1.5.1\java\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\QuickTime\QTSystem;C:\Users\HP\Downloads\processing-1.5.1-windows\processing-1.5.1\java\bin -cp C:\Users\HP\AppData\Local\Temp\sketch_121128a7274744998433863110temp;lib;C:\Users\HP\Downloads\processing-1.5.1-windows\processing-1.5.1\java\lib\tools.jar;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\antlr.jar;lib\ant.jar;lib\ant-launcher.jar;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip -ea processing.core.PApplet --editor-location=433,84 --external --display=0 --sketch-path=C:\Users\HP\AppData\Local\Temp\untitled6502722020623107497sketches\sketch_121128a sketch_121128a
at com.sun.tools.jdi.AbstractLauncher$Helper.launchAndAccept(AbstractLauncher.java:174)
at com.sun.tools.jdi.AbstractLauncher.launch(AbstractLauncher.java:114)
at com.sun.tools.jdi.RawCommandLineLauncher.launch(RawCommandLineLauncher.java:100)
at processing.mode.java.runner.Runner.launchVirtualMachine(Runner.java:315)
at processing.mode.java.runner.Runner.launch(Runner.java:118)
at processing.mode.java.JavaMode$1.run(JavaMode.java:181)
at java.lang.Thread.run(Thread.java:662)
Could not run the sketch (Target VM failed to initialize).
Make sure that you haven't set the maximum available memory too high.
For more information, read revisions.txt and Help ? Troubleshooting.