NetBeans 16 and existing preinstalled JDK #5394
-
I currently have NetBeans 16 installed on a WSL2 Linux Mint install. I installed OpenJDK 11 on the Linux Mint. I looked around the interface, but I can't find a way to add an existing instance of Red Hat OpenJDK 8 32 bit (exact version below) that is installed on the Windows side. I have the C drive mounted, and I can open projects on the mounted drive. Is there a way to add that version of Java to build projects? I also have versions of Maven, Ant, Groovy, and Gradle installed on that drive.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
but running a windows jdk on linux will probably not work that easily. |
Beta Was this translation helpful? Give feedback.
-
I realized I don't need to compile the new project with Java 8 (32-bit) because the program will not interact with my company's software directly. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
tools -> java platforms
manages java installs.but running a windows jdk on linux will probably not work that easily.