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

So is it an Ant based project or is using Maven?

Sam Lalani schrieb am 15.12.2022 um 18:01:
> 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 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 same code in NB15 has no problems.
>>
>> This issue shows up only when I "Clean and Build" in NB16 "AND" run
>> it in NB16.
>>
>> If I "Clean and Build" in NB15 and run it in NB15 then no problem.
>> If I "Clean and Build" in NB15 and run it in NB16 then no problem.
>> If I "Clean and Build" in NB16 and run the program using the command
>> prompt then no problem.
>> If I "Clean and Build" in NB16 and run it in NB16 then it shows the error.
>>
>> The program is fairly large, and I don't think I can provide the
>> source code due to company policies.
>>
>> Here is some info about my system from the NB16 About page:
>>
>> Product Version: Apache NetBeans IDE 16
>> Java: 17; OpenJDK 64-Bit Server VM 17+35-2724
>> Runtime: OpenJDK Runtime Environment 17+35-2724
>> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>> User
>> directory: C:\Users\samla\AppData\Roaming\NetBeans\16
>> Cache directory: C:\Users\samla\AppData\Local\NetBeans\Cache\16
>>
>> What else can I provide that would make it easier to find the problem
>> in NB16?

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

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



--
This email has been checked for viruses by Avast antivirus software.
www.avast.com

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

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



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

2022-12-15 Thread Thomas Kellerer

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?

Sam Lalani schrieb am 15.12.2022 um 18:01:

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 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 same code in NB15 has no problems.

This issue shows up only when I "Clean and Build" in NB16 "AND" run it
in NB16.

If I "Clean and Build" in NB15 and run it in NB15 then no problem.
If I "Clean and Build" in NB15 and run it in NB16 then no problem.
If I "Clean and Build" in NB16 and run the program using the command
prompt then no problem.
If I "Clean and Build" in NB16 and run it in NB16 then it shows the error.

The program is fairly large, and I don't think I can provide the
source code due to company policies.

Here is some info about my system from the NB16 About page:

Product Version: Apache NetBeans IDE 16
Java: 17; OpenJDK 64-Bit Server VM 17+35-2724
Runtime: OpenJDK Runtime Environment 17+35-2724
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
User
directory: C:\Users\samla\AppData\Roaming\NetBeans\16
Cache directory: C:\Users\samla\AppData\Local\NetBeans\Cache\16

What else can I provide that would make it easier to find the problem
in NB16?


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

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



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 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 same code in NB15 has no problems.
>
> This issue shows up only when I "Clean and Build" in NB16 "AND" run it 
> in NB16.
>
> If I "Clean and Build" in NB15 and run it in NB15 then no problem.
> If I "Clean and Build" in NB15 and run it in NB16 then no problem.
> If I "Clean and Build" in NB16 and run the program using the command 
> prompt then no problem.
> If I "Clean and Build" in NB16 and run it in NB16 then it shows the error.
>
> The program is fairly large, and I don't think I can provide the 
> source code due to company policies.
>
> Here is some info about my system from the NB16 About page:
>
> Product Version: Apache NetBeans IDE 16
> Java: 17; OpenJDK 64-Bit Server VM 17+35-2724
> Runtime: OpenJDK Runtime Environment 17+35-2724
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) 
> User
> directory: C:\Users\samla\AppData\Roaming\NetBeans\16
> Cache directory: C:\Users\samla\AppData\Local\NetBeans\Cache\16
>
> What else can I provide that would make it easier to find the problem 
> in NB16?
>

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

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



-- 
This email has been checked for viruses by Avast antivirus software.
www.avast.com

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

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



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 same code in NB15 has no problems.
>
> This issue shows up only when I "Clean and Build" in NB16 "AND" run it in
> NB16.
>
> If I "Clean and Build" in NB15 and run it in NB15 then no problem.
> If I "Clean and Build" in NB15 and run it in NB16 then no problem.
> If I "Clean and Build" in NB16 and run the program using the command prompt
> then no problem.
> If I "Clean and Build" in NB16 and run it in NB16 then it shows the error.
>
> The program is fairly large, and I don't think I can provide the source code
> due to company policies.
>
> Here is some info about my system from the NB16 About page:
>
> Product Version: Apache NetBeans IDE 16
> Java: 17; OpenJDK 64-Bit Server VM 17+35-2724
> Runtime: OpenJDK Runtime Environment 17+35-2724
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) User
> directory: C:\Users\samla\AppData\Roaming\NetBeans\16
> Cache directory: C:\Users\samla\AppData\Local\NetBeans\Cache\16
>
> What else can I provide that would make it easier to find the problem in
> NB16?
>

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

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



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 package
statement.  In the debugger, I put a breakpoint in "get_data" at line 206,
which calls "print_data", which is at line 300.  Clicking the "Step into"
button at the top, it takes me to line "1", the package statement.  "step
into" one more time and it produces the above Exception.


-Original Message-
From: Sam Lalani 
Sent: Thursday, December 15, 2022 7:22 AM
To: 'users@netbeans.apache.org' 
Subject: NB16 - java.lang.RuntimeException: Uncompilable code

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 "AND" run it in
NB16.

If I "Clean and Build" in NB15 and run it in NB15 then no problem.
If I "Clean and Build" in NB15 and run it in NB16 then no problem.
If I "Clean and Build" in NB16 and run the program using the command prompt
then no problem.
If I "Clean and Build" in NB16 and run it in NB16 then it shows the error.

The program is fairly large, and I don't think I can provide the source code
due to company policies.

Here is some info about my system from the NB16 About page:

Product Version: Apache NetBeans IDE 16
Java: 17; OpenJDK 64-Bit Server VM 17+35-2724
Runtime: OpenJDK Runtime Environment 17+35-2724
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) User
directory: C:\Users\samla\AppData\Roaming\NetBeans\16
Cache directory: C:\Users\samla\AppData\Local\NetBeans\Cache\16

What else can I provide that would make it easier to find the problem in
NB16?

Thanks,

Sam Lalani



--
This email has been checked for viruses by Avast antivirus software.
www.avast.com

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

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



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 "AND" run it in
NB16.

If I "Clean and Build" in NB15 and run it in NB15 then no problem.
If I "Clean and Build" in NB15 and run it in NB16 then no problem.
If I "Clean and Build" in NB16 and run the program using the command prompt
then no problem.
If I "Clean and Build" in NB16 and run it in NB16 then it shows the error.

The program is fairly large, and I don't think I can provide the source code
due to company policies.

Here is some info about my system from the NB16 About page:

Product Version: Apache NetBeans IDE 16
Java: 17; OpenJDK 64-Bit Server VM 17+35-2724
Runtime: OpenJDK Runtime Environment 17+35-2724
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) User
directory: C:\Users\samla\AppData\Roaming\NetBeans\16
Cache directory: C:\Users\samla\AppData\Local\NetBeans\Cache\16

What else can I provide that would make it easier to find the problem in
NB16?

Thanks,

Sam Lalani



--
This email has been checked for viruses by Avast antivirus software.
www.avast.com

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

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



[ANNOUNCE] Apache NetBeans 16 released

2022-12-15 Thread Geertjan Wielenga
Hi all,

The Apache NetBeans team is pleased to announce that Apache NetBeans
16 was released on November 30, 2022 (though there's been a delay in
announcing the release).

What's in the Apache NetBeans 16 release:

https://github.com/apache/netbeans/releases/tag/16

With thanks to 26 contributors, including some who have contributed
for the first time. Thank you!

Downloads:

https://netbeans.apache.org/download/nb16/

See our release schedule:

https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

Feel free to share the good news!

Thanks everyone, and best wishes,

Neil, Eric, Martin, Geertjan

on behalf of Apache NetBeans PMC

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

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