Re: Uncompilable code

2023-04-14 Thread Tim de Vries
ckage? UI in SystemTray,, sort it out. Is that how to explain? Tim On 2023-04-14 7:40 a.m., Sam Lalani wrote: I am still running into this error using NetBeans IDE 17: java.lang.RuntimeException: Uncompilable code The only resolution was the one I found here: https://stackoverflow.com/ques

Uncompilable code

2023-04-14 Thread Sam Lalani
I am still running into this error using NetBeans IDE 17: java.lang.RuntimeException: Uncompilable code The only resolution was the one I found here: https://stackoverflow.com/questions/2333285/java-lang-runtimeexception-uncom pilable-source-code-what-can-cause-this This post was

Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-19 Thread Tim de Vries
in the test output console). HTH George T. În vin., 16 dec. 2022 la 00:17 , Sam Lalani a scris: It is an Ant based project. -Original Message- From: Thomas Kellerer Sent: Thursday, December 15, 2022 2:22 PM To: users@netbeans.apache.org Subject: Re: NB16 - j

Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-19 Thread Tim de Vries
ct. -Original Message- From: Thomas Kellerer Sent: Thursday, December 15, 2022 2:22 PM To: users@netbeans.apache.org Subject: Re: NB16 - java.lang.RuntimeException: Uncompilable code No, not a requirement. But there are some problems with

Re: Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-19 Thread Gheorghe TUDOSE
." > message in the test output console). > > HTH > George T. > > În vin., 16 dec. 2022 la 00:17, Sam Lalani > a scris: > >> It is an Ant based project. >> >> -Original Message- >> From: Thomas Kellerer >> Sent: Thursday, December 15,

Re: Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-18 Thread Eric Bresie
om.invalid)> a scris: > > It is an Ant based project. > > > > -Original Message- > > From: Thomas Kellerer mailto:sham...@gmx.net)> > > Sent: Thursday, December 15, 2022 2:22 PM > > To: users@netbeans.apache.org (mailto:users@netbeans.apache.org) >

Re: Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-18 Thread Eric Bresie
gt; It is an Ant based project. > > > > -Original Message- > > From: Thomas Kellerer mailto:sham...@gmx.net)> > > Sent: Thursday, December 15, 2022 2:22 PM > > To: users@netbeans.apache.org (mailto:users@netbeans.apache.org) > > Subject: Re: NB16 - java.l

Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-17 Thread Gheorghe TUDOSE
t; Sent: Thursday, December 15, 2022 2:22 PM > To: users@netbeans.apache.org > Subject: Re: NB16 - java.lang.RuntimeException: Uncompilable code > > No, not a requirement. But there are some problems with Gradle (7.x) and > NB 16 > > So is it an Ant based project or is using Maven? > > S

RE: NB16 - java.lang.RuntimeException: Uncompilable code

2022-12-15 Thread Sam Lalani
It is an Ant based project. -Original Message- From: Thomas Kellerer Sent: Thursday, December 15, 2022 2:22 PM To: users@netbeans.apache.org Subject: Re: NB16 - java.lang.RuntimeException: Uncompilable code No, not a requirement. But there are some problems with Gradle (7.x) and NB 16

Re: NB16 - java.lang.RuntimeException: Uncompilable code

2022-12-15 Thread Thomas Kellerer
: Thursday, December 15, 2022 8:45 AM To: users@netbeans.apache.org Subject: Re: NB16 - java.lang.RuntimeException: Uncompilable code Are you using Gradle? Sam Lalani schrieb am 15.12.2022 um 15:21: I am running NB16 in Windows 10. I have a Java program that is giving this error: Exception in

RE: NB16 - java.lang.RuntimeException: Uncompilable code

2022-12-15 Thread Sam Lalani
No, I am not using Gradle. Is that a requirement for NB16? -Original Message- From: Thomas Kellerer Sent: Thursday, December 15, 2022 8:45 AM To: users@netbeans.apache.org Subject: Re: NB16 - java.lang.RuntimeException: Uncompilable code Are you using Gradle? Sam Lalani schrieb am

Re: NB16 - java.lang.RuntimeException: Uncompilable code

2022-12-15 Thread Thomas Kellerer
Are you using Gradle? Sam Lalani schrieb am 15.12.2022 um 15:21: > I am running NB16 in Windows 10.  I have a Java program that is giving this > error: > >Exception in thread "Thread-2" java.lang.RuntimeException: > Uncompilable code > > However, the sa

RE: NB16 - java.lang.RuntimeException: Uncompilable code

2022-12-15 Thread Sam Lalani
I should include the error: Exception in thread "Thread-2" java.lang.RuntimeException: Uncompilable code at ggg.hhh.ppp.xxx.print_data(xxx.java:1) at ggg.hhh.ppp.xxx.get_data(xxx.java:206) Notice that the line of code it is pointing to is "1", which is the pa

NB16 - java.lang.RuntimeException: Uncompilable code

2022-12-15 Thread Sam Lalani
I am running NB16 in Windows 10.  I have a Java program that is giving this error: Exception in thread "Thread-2" java.lang.RuntimeException: Uncompilable code However, the same code in NB15 has no problems. This issue shows up only when I "Clean and Build" in NB16