OK, I am looking forward to any answers on Junit question in its own
thread.Thanks
On Saturday, May 16, 2020, 10:11:04 AM GMT+4:30, Geertjan Wielenga
<[email protected]> wrote:
We're going to stick to one topic per thread, and so I am not responding here
to your JUnit question.
Gj
On Sat, May 16, 2020 at 7:40 AM Geertjan Wielenga <[email protected]> wrote:
The above instructions I provided work either for Ant or Maven.
Best to take a step back and consider why to not use Maven, it's the more
standard way of working with Java nowadays, or Gradle.
Gj
On Sat, May 16, 2020 at 7:28 AM HRH <[email protected]> wrote:
Geertjan, I am using Ant, per tutorial instructions.Thanks
On Saturday, May 16, 2020, 9:56:34 AM GMT+4:30, Geertjan Wielenga
<[email protected]> wrote:
What kind of project are you using? Ant, Maven, or Gradle?
Gj
On Wed, May 13, 2020 at 2:42 PM HRH <[email protected]> wrote:
Hi,I am new to Netbeans. I have configured Netbeans 11.3 with JDK 14. I would
like to compile my project in the IDE environment with a compiler option to
show code details in exceptions " -XX:+ShowCodeDetailsInExceptionMessages". In
the "Project properties"->Build->Compile, I do not see how I can add this
option. There is a "Additional Compile Option" field under "Run Compile in
External VM" but I that's not for IDE compilation (out of curiosity tried it
and received an invalid flag error"
Thanks for any help.