aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.07k stars 484 forks source link

Can't load any jvm.dll on windows 10 #510

Closed garymazz closed 4 years ago

garymazz commented 4 years ago

Tried installing via Aptana_Studio_3_Setup.exe 3.7.2.201807301111.

Aptana delivers error message:
image

AptanaStudio3.ini:

-startup plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.551.v20171108-1834 --launcher.defaultAction openFile --launcher.appendVmargs -vm L:\Java\x86\jdk1.8.0_221\bin\jawaw.exe -vmargs -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx1024m --add-modules=ALL-SYSTEM -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000 -Declipse.log.backup.max=5 -Dfile.encoding=UTF-8 -Djava.awt.headless=true

Java release info:

JAVA_VERSION="1.8.0_221" OS_NAME="Windows" OS_VERSION="5.1" OS_ARCH="i586" SOURCE=" .:5e27b06160d1 corba:2f163667989a deploy:7f3e78b6e0e9 hotspot:b9eea6bc4937 hotspot/make/closed:62f9fefb98f2 hotspot/src/closed:06087cf22dae install:73498c319d54 jaxp:e4c5e08a081b jaxws:85ffe47fd167 jdk:23ace6786022 jdk/make/closed:4a855e49c704 jdk/src/closed:d346a9cbcb41 langtools:a12284c9eac3 nashorn:a23fcd80303b" BUILD_TYPE="commercial"

How do I get Aptana to work on windows 10 ?

garymazz commented 4 years ago

Fixed: Updated to x64 1.8.0_221 and added to AptanaStudio3.ini:

-startup plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.551.v20171108-1834 --launcher.defaultAction openFile --launcher.appendVmargs -vm L:\Java\jdk1.8.0_221\bin\jawaw.exe -vmargs -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx1024m --add-modules=ALL-SYSTEM -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000 -Declipse.log.backup.max=5 -Dfile.encoding=UTF-8 -Djava.awt.headless=true