08-09-2012, 09:59 AM
(This post was last modified: 08-09-2012, 10:16 AM by montcer9012.)
It works!
Here's the result: (I add "Testing -d32/-d64 on each section)"
It continue whit more Java commands on spanish, but the deal here was to probe if the switch work and it did. Great!
NOTE: I do have installed Java 7u5 x86/x64; not sure if Java -d32 response means that JVM does not work on my OS or it not recognize my installed version.
Here's the result: (I add "Testing -d32/-d64 on each section)"
Code:
Testing -d32 switch . . .
Error: This Java instance does not support a 32-bit JVM.
Please install the desired version.
Testing -d64 switch . . .
Sintaxis: java [-options] class [args...]
(para ejecutar una clase)
o java [-options] -jar jarfile [args...]
(para ejecutar un archivo jar)
donde las opciones incluyen:
-d32 usar un modelo de datos de 32 bits, si estß disponible
-d64 usar un modelo de datos de 64 bits, si estß disponible
....
It continue whit more Java commands on spanish, but the deal here was to probe if the switch work and it did. Great!
NOTE: I do have installed Java 7u5 x86/x64; not sure if Java -d32 response means that JVM does not work on my OS or it not recognize my installed version.