SQL Developer crashes every time I open it - crash

My OS is windows 10 pro x64 and I installed the java sql developer Windows 64-bit with JDK 9 included.
What I have done :
I extracted the file into the desktop and I opened the .exe file. A message told me that I should use jdk 8 or 9, so I went to appdata to find the "product" file and I changed the path so now it's pointed to the jdk that was within the sql developer file.
The issue I have :
When I first agreed for using the jdk 10, the loading bar got stuck. Since I moved the path for the right jdk, it worked. The problem now is that immediately after the openning, it closes itself. So I don't know what to do to solve this problem. My drivers are all up to date.

I finally solved the problem by doing this, maybe it will help someone in the future :
- Download jdk 8 from oracle
- Go to the sqlDeveloper folder on appData and find the "product" file.
- Open it and set the path to the new jdk you've just downloaded.
- Erase the other sqlDeveloper folder on appData with the "tmp" & systemXX.XX... folders on it.
- Start sqldeveloper

Related

What is the reason for intellij IDEA for not launching (Failed to load JVM DLL)?

On my computer (64 bit operating system, x64 based processor) I installed Amazon Correto JDK 11 (for 64 bit) and IntelliJ IDEA. it was working till today without any issues. But now I can not open my Intellij IDEA. In fact it is not even launching.
I checked the environment variables and path reference of Java. It is all set. But when I double click on Intellij IDEA it is showing loading sign for a moment but it is not launching. I tried to run the same by going to it's directory and by using cmd. But still it is not launching. When I try to open the 32-bit version I get an error, but I know it is obvious, because I am using a JDK version for 64 bit. I want to know why my Intellij IDEA is not launching. Even after downloading the appropriate Java version and setting up the path correctly. There were no issues till today. I tried reinstalling my Java and Intellij. Still the issue is there. If anyone can help, please let me know the reason.
You are trying to run 32-bit idea.exe while your default JDK points to 64-bit JDK, hence the problem. Please use idea64.exe instead that will run on the bundled JetBrains Runtime.
In case idea64.exe also fails, please run using idea.bat inside cmd.exe to see if there any errors logged in the console.
Perform the steps from this document if the issue is caused by some plug-in or corrupted options.

IntelliJ stucks at loading page

IntelliJ stuck at loading page. It cannot open. What should I do?
My default java version is JDK 10. I downloaded JDK 9 and changed to jdk9. Then when i open Intellij, it stuck at loading page. I am using MAC Pro. I have reinstalled the app but it still does not work. help
you should check the log file. It's located in:
~/Library/Logs/IdeaIC<VERSION>
note: you must replace <VERSION> with your version number.

How to specify Java Home/JDK in Oracle SQL Developer?

With reference to the above-mentioned title, the path has been given at the time of opening SQL Developer for the first time. Now I need to change the path.
Can anyone help me or guide me to do this?
It depends on on your operating system.
Windows:
User, AppData, Roaming Profiles, sqldeveloper, VERSION, product.conf
Note for the Version value: if you're on version 4.0, you'll see 1.0 as the top level directory. After that you should see things like 17.3 or 18.2.
Linux & OS X
$home/.sqldeveloper, product.conf
Open file, update your Java Home.
Make sure you're pointing to an Oracle Java JDK - we don't support OpenJDK today.
Latest version of SQL Developer expects a Java 8 JDK.
Version 19.2 or higher will also work with 11 or Oracle JDK 12.
In the same folder, Roaming, delete all older SQL Developer folders. When you upgrade SQL Developer version, Java will first look in these folders.
In my case, I browse the java path as
C:\Program Files\Java\jdk-11.0.8
It worked for me, please try it out if you need

WSO2sp on linux does not save the file properly

I've installed wso2sp 4.2.0 on Linux server, opened the editor, created my first siddhi file and saved it. I named it as "CargoWeightApp" and expected to find it in the default /wso2/editor/deployment/workspace directory. But the file was saved in /wso2/editor/deployment directory with name "workspace\CargoWeightApp.siddhi".
Any idea why it happened so?
I got the same issue.
I installed wso2sp 4.2.0 on a remote linux server and I accessed the editor using my Windows desktop.
It is somehow getting the backslash "\" from Windows and trying to save it in Linux.
I don't have the same issue using a Linux desktop. Please try.
I hope it solved your issue.
Best,
The issue is tracked through #732
This issue has been resolved with PR:#1380

Netbeans not opening New Project Dialog

After installation, Netbeans open fine, Open Exiting Project, Or Existing File works. However Netbeans doesn't show New Project or New File Dialog, whether selecting it from menu or from the toolbar. Netbeans version is 8.2, Ubuntu version is 16.04. It is a fresh install, and Oracle jdk-9 installed.
update-alternatives point to oracle-java.
Uninstalled and Reinstalled Netbeans, without any success.
Any suggestions.
Had the same problem with JDK 9, switched back to JDK 8
Change netbeans.conf file and adjust JDK.
Netbeans 8.2 seems to have some problem with JDK11 as well. Do not know whether it has been fixed, since even after dowloading JDK11 the problem persists.
Without deleting the newer ones you can set the path to the previous versions i.e. JDK8 and it works.
Open the following file
/Applications/NetBeans/NetBeans 8.2.app/Contents/Resources/NetBeans/etc/netbeans.conf
Look for #netbeans_jdkhome=
set the path to the older version of java:
netbeans_jdkhome="/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home"
and restart the netbeans.
Funny thing but i changed the jvm in update-alternative to open-jdk jvm and it starts working.
I closed netbeans 8.2, commented out the reference to the JDK home in the netbeans.conf file, in the root of the netbeans 8.2 folder
# netbeans_jdkhome="C:\Program Files\Java\jdk-9.0.4"
When I restarted the navigation pane that were previously missing appeared as they should.
What worked for me was:
In Program Files, go to Java
For me, my computer has already downloaded the latest JDK. Check to see if there are JDKs in your folder
Delete the duplicate/latest JDK's
For me, this problem started after a Mac OS upgrade to 10.15.4.
None of the solutions worked.
I uninstalled NetBeans and reinstalled it, and it worked.