On Tue, Jul 10, 2018 at 11:00 PM, Nelson Cazonda <[email protected]> wrote:

> I agree with Simon. Somehow Tushar is not using jdk8.
>
>
I have JDK 10 as well as JDK 8 on my Macbook.
I am using Jenv to switch the environments, even if I switched to JDK 1.8
globally, Ant command was still using the latest Java 10

I defined JAVA_HOME pointing to JDK1.8 and the build started working for me.

Thanks for all the pointers on this thread, they were quire helpful and I
am happy to have an active community helping me out to verify the NetBeans
V3 sources.

The build was successful, only the download of nbjavac failed because the
URL used for the download is
http://netbeans-vm.apache.org/uc/9.0/updates.xml.gz?unique=0  which is not
available.

The working URL is as below, which is not set by default in the sources yet
http://www-us.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/

I edited the update URL in settings tab of Plugins dialog and then using
the notification icon in status bar was able to download nbjavac and then
all things worked well

with regards
Tushar

Reply via email to