Post by dabs on Jun 5, 2023 9:30:32 GMT
Hi,
has anyone experienced similar problems with installing RhoStudio on Windows 11 as I have?
I've installed RhoStudio, and I've installed JDK, but when I try to open RhoStudio, I get this error:
What is interesting is if I run the "java -version" command from command line, I get this:
but on my current machine (where I have a working install and can open RhoStudio), I get almost the exact same version, but with "Client VM" instead of "64-Bit Server VM".
Any ideas?
has anyone experienced similar problems with installing RhoStudio on Windows 11 as I have?
I've installed RhoStudio, and I've installed JDK, but when I try to open RhoStudio, I get this error:
Java was started but returned exit code=13
C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
-Xms40m
-Xmx512m
-XX:MaxPermSize=512m
-jar C:\RhoMobileSuite7.5.0\rhostudio\win32.win32.x86\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os win32
-ws win32
-arch x86
-showsplash
-launcher C:\RhoMobileSuite7.5.0\rhostudio\win32.win32.x86\RhoStudio.exe
-name RhoStudio
--launcher.library C:\RhoMobileSuite7.5.0\rhostudio\win32.win32.x86\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll
-startup C:\RhoMobileSuite7.5.0\rhostudio\win32.win32.x86\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 4e30_144
-vm C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
-vmargs
-Xms40m
-Xmx512m
-XX:MaxPermSize=512m
-jar C:\RhoMobileSuite7.5.0\rhostudio\win32.win32.x86\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
What is interesting is if I run the "java -version" command from command line, I get this:
java version "1.8.0_361"
Java(TM) SE Runtime Environment (build 1.8.0_361-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.361-b26, mixed mode)
but on my current machine (where I have a working install and can open RhoStudio), I get almost the exact same version, but with "Client VM" instead of "64-Bit Server VM".
Any ideas?