Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Running Eclipse without JDK installed - Error: JVM shared library does not contain JNI Symbol
Running Eclipse without JDK installed - Error: JVM shared library does not contain JNI Symbol [message #1774410] Fri, 13 October 2017 19:29
selvakumar subramaniam is currently offline selvakumar subramaniamFriend
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.
Previous Topic:What should be in the build path for http 404 to go away?
Next Topic:"Unknown constant pool type 19" during Java 9 build with module
Goto Forum:
  


Current Time: Thu Apr 25 04:39:07 GMT 2024

Powered by FUDForum. Page generated in 0.07618 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top