Gangster Posted February 14, 2024 Posted February 14, 2024 IntelliJ is building correctly into users/<user>/OSBOT/scripts All my Java/JDK/JRE are all up to date to latest release Scripts include a functional manifest Yet I can't see my local scripts, any guidance?
Muffins Posted February 14, 2024 Posted February 14, 2024 2 minutes ago, Gangster said: IntelliJ is building correctly into users/<user>/OSBOT/scripts All my Java/JDK/JRE are all up to date to latest release Scripts include a functional manifest Yet I can't see my local scripts, any guidance? make sure your project language level is set to 8. and your project SDK is set to 8 as well
Gangster Posted February 14, 2024 Author Posted February 14, 2024 IS there a way to easily get Java 1.8? It seems to be hard to find that older link without signing up or paying for archiving?
Gangster Posted February 14, 2024 Author Posted February 14, 2024 13 minutes ago, Muffins said: make sure your project language level is set to 8. and your project SDK is set to 8 as well Thanks mate, sorted everything now, appreciate it a lot. 1
Muffins Posted February 14, 2024 Posted February 14, 2024 23 minutes ago, Gangster said: IS there a way to easily get Java 1.8? It seems to be hard to find that older link without signing up or paying for archiving? https://adoptium.net/ for future reference