Re: Java : HelloWorld

2021-08-05 Thread Nicholas
Glad it worked out.  It was someone else who found the link for you (I thought it was a problem with your maven build file). Happy coding! On 2021-08-05 5:27 p.m., Peter Zimmermann wrote: Many thanks to those that attended to my problem. Modifying the netbeans.conf file as per the link below

Re: Java : HelloWorld

2021-08-05 Thread Peter Zimmermann
Many thanks to those that attended to my problem. Modifying the netbeans.conf file as per the link below from Nicholas solved the problem. On Thu, 5 Aug 2021 at 2:53 pm, Nicholas wrote: > When I see this message below I want to see the command which which was > issued. Easiest way to do that is

Re: Auto Popup Completion Window

2021-08-05 Thread Tom Rushworth
I'm surprised that you can't reproduce the problem.  I didn't do anything special.  Just opened an HTML files and typed an a.  I haven't fixed it, but I improved it.  I turned off the spell checker. Now the pop up at least has something to do with HTML tags. Thanks for trying, Tom On 8/5/20

Re: [Java] with Ant (Java Applications) If, If Else, Else statements.

2021-08-05 Thread Mithat Karaoglu
Looks like nothing is wrong in code. I tried exactly the same code and it worked as expected. Can you try to run it with *Shift-F6 *? = Mithat Karaoglu Email: mithat.karao...@gmail.com On Thu, Aug 5, 2021 at 11:50 AM David Green wrote: > On 5 Aug 2021, at 10:32, Winod Dhamnekar wrote:

Re: [Java] with Ant (Java Applications) If, If Else, Else statements.

2021-08-05 Thread David Green
On 5 Aug 2021, at 10:32, Winod Dhamnekar wrote: > I am not accustomed to using Netbeans Apache IDE expeditiously and > skillfully. In the following picture of IFStatements Java application (Java > with Ant project) I used if , else if, else statements using int user(34) > variable, but it di