Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Eric Bresie
If this is at NB startup…Not sure if this has changed in newer NB versions but in the Netbean folders etc/netbeans.conf the default netbeans_jdkhome in use property points to default jdk version that NB runs on. (1). It’s also possible to specify the location from command line when starting NB.

Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Michael Bien
On 21.12.23 13:01, Judi Rastall wrote: One small niggle remains: when I start NB20, it complains it cannot find JDK8 and can it use the default. I click 'yes' and all is well. I have found how to point NB to JDK21 at project level but I cannot find a way to switch this at global level. Is

Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Judi Rastall
Thank you to those of you who have responded with encouragement, that has helped a lot. Just to close out this query, I took the plunge and installed JDK21 (after first uninstalling JDK8) and opened up my project. No errors reported but the appearance and layout of my various screens was

Re: GenAI for Netbeans

2023-12-21 Thread Juan Miguel Escribano
Hi again, I answer myself Solved with Terminal command: launchctl setenv OPENAI_TOKEN thetoken Best — — — Juan Miguel Escribano > El 21 dic 2023, a las 11:45, Juan Miguel Escribano > escribió: > > Hi all, > > I’m trying this plugin, in Usage says: > > "Before you can use this plugin,

Re: GenAI for Netbeans

2023-12-21 Thread Juan Miguel Escribano
Hi all, I’m trying this plugin, in Usage says: "Before you can use this plugin, you need to set the OPENAI_TOKEN environment variable with your OpenAI API key. Below are instructions for different operating systems: Setting the OPENAI_TOKEN Environment Variable Unix-like Systems (Linux,

Re: GenAI for Netbeans

2023-12-21 Thread Michael Bien
On 20.12.23 21:01, Greenberg, Gary wrote: Are there any attempts to add GenAi, Github Copilot or ChatGPT to Netbeans? a NB ChatGPT plugin would be here: https://github.com/Hillrunner2008/netbeans-chatgpt don't know about any other plugin in that area (which doesn't mean they don't exist

How to run simple web mvc project on netbeans

2023-12-21 Thread solmaz partu
Hello NetBeans Fans; I am trying to build and run my simple Spring Web MVC project (which is simple maven archetype with JSTL, servlet,spring-webmvc added) on tomcat from netbeans by pressing the green play button. but I can't figure out what is the way. some web searches tell me to tweak the

Re: GenAI for Netbeans

2023-12-21 Thread Malcolm Fitzgerald
I've seen it in action in PHPStorm. It watches your typing and makes suggestions. It makes good suggestions and goes as far as building out supporting functions. What's more, it's functional. Malcolm On 21 Dec 2023, at 20:19, Oliver Rettig wrote: > Hi, > Is there any concrete idea how the