Running Eclipse without JDK installed - Error: JVM shared library does not contain JNI Symbol [message #1774410] |
Fri, 13 October 2017 19:29 |
selvakumar subramaniam Messages: 2 Registered: January 2017 |
Junior Member |
|
|
Hi,
I don't have permission to install Java Products(JDK and JRE) on my machine.
So I downloaded JDK jdk-8u144-windows-x64 and archived the exe using 7Zip and got all the files.
I followed the below step from here
https://stackoverflow.com/questions/1619662/how-can-i-get-the-latest-jre-jdk-as-a-zip-file-rather-than-exe-or-msi-installe
1.Execute the following commands in cmd.exe:
cd C:\JDK\.rsrc\1033\JAVA_CAB10
extrac32 111
2.Unpack C:\JDK\.rsrc\1033\JAVA_CAB10\tools.zip with 7-zip
3.Execute the following commands in cmd.exe:
cd C:\JDK\.rsrc\1033\JAVA_CAB10\tools\
for /r %x in (*.pack) do .\bin\unpack200 -r "%x" "%~dx%~px%~nx.jar" (this will convert all .pack files into .jar files)
4.Copy all contents of C:\JDK\.rsrc\1033\JAVA_CAB10\tools where you want your JDK
5.Edited Eclipse.ini file -vm C:\Java\jre\bin\javaw.exe
giving error "User dont have permission to execute Javaw.exe"
I tried alternate way
-vm
C:\Java\jre\bin\server\jvm.dll
giving error "JVM shared library C:\Java\jre\bin\server\jvm.dll does not contain JNI_JavaCreate Symbol"
please guide me.
|
|
|
Powered by
FUDForum. Page generated in 0.07200 seconds