I\'ve installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported and telling me to install new java ve
If you have MacOS :
/Library/Java/JavaVirtualMachines/jdk-11.0.4.jdk/Contents/Homecd /Users/sarath_sukumaran/.sqldeveloper/19.2.1Edit product.conf to set SetJavaHome
eg : SetJavaHome /Library/Java/JavaVirtualMachines/jdk-11.0.4.jdk/Contents/Home
Re-open the SQL Developer and check the Java version from 'About Oracle SQL Developer' > Version