AVG antivirus off, windows firewall Off.
Java 32 bit on 64 system. Same thing for sqldeveloper 32 and 64 bit.
I can extract sqldeveloper folder anywhere, right ?
run sqldeveloper.exe (even as adminstrator) and nothing happens. I can see a process in task manager but that is it. Should be working with java 8 + right ?
if I go to C:\Program Files\sqldeveloper\sqldeveloper\bin and try to run: sqldeveloper64
-->
---------------------------
Oracle SQL Developer
---------------------------
Unable to launch the Java Virtual Machine
Located at path:
C:\Program Files (x86)\Java\jdk1.8.0_212\bin\msvcr100.dll
---------------------------
OK
---------------------------
if I go to C:\Program Files\sqldeveloper\sqldeveloper\bin and try to run: sqldeveloper
Exception in thread "main" java.lang.OutOfMemoryError: unable to create new nati
ve thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at java.awt.EventQueue.initDispatchThread(EventQueue.java:1112)
at java.awt.EventQueue.postEventPrivate(EventQueue.java:287)
at java.awt.EventQueue.postEvent(EventQueue.java:262)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1341)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1324)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1353)
at oracle.ide.osgi.boot.SplashScreenImpl.SynchronizeWithEdt(SplashScreen
Impl.java:537)
at oracle.ide.osgi.boot.api.SplashScreen.createInstance(SplashScreen.jav
a:66)
at oracle.ide.osgi.boot.OracleIdeLauncher.showSplashScreen(OracleIdeLaun
cher.java:828)
at oracle.ide.osgi.boot.OracleIdeLauncher.main(OracleIdeLauncher.java:10
9)