Re: removing the "new project" support for Ant projects

2021-04-20 Thread Lisa Ruby
For those of you who have used Maven for a long time it may seem simple and straightforward, but for those of us who haven't it's not. I've struggled to try and understand it and figure out how to use it for my software project and gave up. And it's a huge amount of overhead, extra disk space us

Re: Java FX Project identity

2021-03-22 Thread Lisa Ruby
Hi Will, Have you set up the location of Scenebuilder in Netbeans? Here is how to do it if you haven't: From Nebeans Menu: - Tools/Options - Select the Java tab in the options window - Select the JavaFX tab in the Java options - Enter the location of Scenebuilder and click Apply Lisa Rub

Re: Java FX Project identity

2021-03-22 Thread Lisa Ruby
Hi Will, Have you set up the location of Scenebuilder in Netbeans? Here is how to do it if you haven't: From Nebeans Menu: - Tools/Options - Select the Java tab in the options window - Select the JavaFX tab in the Java options - Enter the location of Scenebuilder and click Apply Lisa On 3/22/2

Re: What Project should I use if I have existing source?

2021-03-01 Thread Lisa Ruby
7;ll also have to add your Main Class to Run under Project Properties, and add any libraries you need to the Project Properties. There may be a few other things you'll have to do in Properties.  I did this with a project I originally created in Netbeans 8. Lisa Ruby On 3/1/2021 3:28 PM, Thomas

Re: Heads-up: netbeans.org EOL on March 6th

2021-02-26 Thread Lisa Ruby
Thank you. I had somehow navigated to someplace I can't find now that had a link that was still pointing to the plugins on the netbeans.org site. Lisa On 2/26/2021 12:07 AM, Geertjan Wielenga wrote: > https://plugins.netbeans.apache.org > > Gj > > On Fri, Feb 26, 2021

Re: Heads-up: netbeans.org EOL on March 6th

2021-02-25 Thread Lisa Ruby
Hi, For anyone that might be interested, Here is a downloadable copy of "Developing Applications with NetBeans IDE" document/book for Netbeans 8.2: https://docs.oracle.com/netbeans/nb82/netbeans/docs.htm Is anyone doing anything about archiving plugins? Will they be findable/accessible once netb

Re: Netbeans code assist not picking up classes under JRE Full Profile

2021-02-08 Thread Lisa Ruby
I am having the same problem with Netbeans 12.0 on Windows. I use ANT. I understand the overall concept of modules. When I use anything from java.sql in my code and try using Ctrl-Shift-I to have Netbeans add the import statements to the code file, it doesn't work. Same as what Bob reported. The

Re: How to reset/remove the stored Git password?

2020-12-02 Thread Lisa Ruby
eans user directory. > > If you are referring to the the config file in the Git repository itself: it > does not contain any passwords (or credentials). > > Thomas > > Lisa Ruby schrieb am 02.12.2020 um 17:01: >> Try looking in .git/config >> >> Lisa &

Re: How to reset/remove the stored Git password?

2020-12-02 Thread Lisa Ruby
Try looking in .git/config Lisa On 12/2/2020 1:28 AM, Thomas Kellerer wrote: > Hello, > > I accidently entered the wrong password for my git remote server and chose > "Save password". > > How can I delete that stored password? (NetBeans seems to try to use the old > password, causing my Git acc