Hi,

pardon, yes, Netbeans 11.3, the other was a typo.


I downloaded NB daily build, so that in "compile" for a projects properties it shows JDK 14.  but, it still shows 11 in "sources" even though I'm using jdk 14 per:


thufir@dur:~$
thufir@dur:~$ java -version
openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 14.0.1+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14.0.1+7, mixed mode, sharing)
thufir@dur:~$
thufir@dur:~$ javac -version
javac 14.0.1
thufir@dur:~$
thufir@dur:~$ which java
/home/thufir/.sdkman/candidates/java/current/bin/java
thufir@dur:~$


so I'm just wondering how to tell NB to use jdk 14 for the "sources" under the project properties.  There's no drop down or editable box, it's just "11" for some reason.


thanks,


Thufir

On 2020-05-17 12:35 a.m., John Mc wrote:
Hi,

There is no Apache NetBeans 11.3, I suspect thats a typo?

Also Apache NetBeans 11.3 doesn't support Java 14 sources, Java 14 only was released in March, and 11.3 was released before that.  I suspect this will be possible in the upcoming LTS release, Apache NetBeans 12.0.

If you want you can try using the latest development versions of NetBeans: https://netbeans.apache.org/download/dev/index.html which might allow you to set Java 14 sources?


Regards

John

On Sun, 17 May 2020 at 08:19, Thufir <hawat.thu...@gmail.com <mailto:hawat.thu...@gmail.com>> wrote:

    running NB 11.5 I have 11 as default and 14 available through Java
    Platforms; jdk 14 was installed via sdkman.


    However, when I go to the project:

    https://askubuntu.com/q/1240504/45156


    only jdk 11 is available when selecting the project and then
    "sources"
    -- so how do I set the sources to 14?



    thanks,


    Thufir


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
    <mailto:users-unsubscr...@netbeans.apache.org>
    For additional commands, e-mail: users-h...@netbeans.apache.org
    <mailto:users-h...@netbeans.apache.org>

    For further information about the NetBeans mailing lists, visit:
    https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to