Gangster Posted February 14, 2024 Share 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? Quote Link to comment Share on other sites More sharing options...
Muffins Posted February 14, 2024 Share 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 Quote Link to comment Share on other sites More sharing options...
Gangster Posted February 14, 2024 Author Share 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? Quote Link to comment Share on other sites More sharing options...
Gangster Posted February 14, 2024 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Muffins Posted February 14, 2024 Share 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 Quote Link to comment Share on other sites More sharing options...