Re: Missing project ZIP file for NB16 within Building, Debugging, and Testing trail

2023-01-18 Thread Arshad Noor
Thanks all; found it on archive.org: https://web.archive.org/web/20100615221832/http://netbeans.org/project_downloads/samples/Samples/Java/JUnitSampleSol.zip On 1/18/23 8:46 PM, Sean Carrick wrote: Arshad, That is an old link to the NetBeans.org website which went away back in 2020 (I believ

Re: Missing project ZIP file for NB16 within Building, Debugging, and Testing trail

2023-01-18 Thread Sean Carrick
Or, you could see if one of these repositories matches up with the tutorial you were working on: https://github.com/search?q=JUnitSampleSol Sincerely, Sean Carrick Owner - PekinSOFT Systems s...@pekinsoft.com (309) 989-0672 On Wed, Jan 18, 2023 at 2:22 PM Arshad Noor wrote: > Hello, > > In th

Re: Missing project ZIP file for NB16 within Building, Debugging, and Testing trail

2023-01-18 Thread Sean Carrick
Arshad, That is an old link to the NetBeans.org website which went away back in 2020 (I believe). You could try pasting that link into the Wayback Machine (https://web.archive.org) and searching around that way. Sincerely, Sean Carrick Owner - PekinSOFT Systems s...@pek

Re: [servlet]

2023-01-18 Thread Peter Scharf
The catalina log has lots of info entries. Here’s one WARNING: 18-Jan-2023 12:10:12.964 WARNING [main] org.apache.catalina.startup.HostConfig.deployDescriptor The path attribute with value [/mavenproject3] in deployment descriptor [/usr/local/apache-tomcat-10.0.23/conf/Catalina/localhost/maven

Re: [servlet]

2023-01-18 Thread Peter Scharf
The form opens for me too. The problem is that when I fill in a number and click “Convert to kilometers” I get the 404 Not Found message. ** Peter M. Scharf, President The Sanskrit Library sch...@sanskritlibrary.org https://sanskritlibrary.org

Floating TopComponent without tab

2023-01-18 Thread Jerome Lelasseux
Hi, I use a TopComponent as a Midi editor window. There can be several Midi editor windows. I can float a Midi editor TopComponent using WindowManager.setTopComponentFloating(), but it is shown as a tab ("NewSong-User1") within an enclosing window, as shown in the picture below. I'd like t

Missing project ZIP file for NB16 within Building, Debugging, and Testing trail

2023-01-18 Thread Arshad Noor
Hello, In the tutorial at this page: https://netbeans.apache.org/kb/docs/java/junit-intro.html the tutorial references a project zip file - JUnitSampleSol Project - that is required to work with the tutorial. The link to the zip file: https://netbeans.org/projects/samples/downloads/download/

Re: Unexpected Exception in NetBeans 12.0

2023-01-18 Thread Neil C Smith
On Wed, 18 Jan 2023, 18:41 Matheus Oliveira, wrote: > I'm having a problem trying to open a project in NetBeans (v12.0.0). When > I try to open the project in question it does not open, > Really NetBeans 12.0? We've had 10 releases since then! I'd try NetBeans 16 first if you can. Best wishes,

Re: Unexpected Exception in NetBeans 12.0

2023-01-18 Thread Frank Griffin
On 1/18/23 13:40, Matheus Oliveira wrote: I'm having a problem trying to open a project in NetBeans (v12.0.0). When I try to open the project in question it does not open, and the following error appears: Captura de tela 2023-01-18 152709.png Does anyone know how to solve this problem? Maybe

Re: Unexpected Exception in NetBeans 12.0

2023-01-18 Thread Ernie Rael
On 23/01/18 10:40 AM, Matheus Oliveira wrote: I'm having a problem trying to open a project in NetBeans (v12.0.0). When I try to open the project in question it does not open, and the following error appears: Captura de tela 2023-01-18 152709.png Does anyone know how to solve this problem?

Unexpected Exception in NetBeans 12.0

2023-01-18 Thread Matheus Oliveira
I'm having a problem trying to open a project in NetBeans (v12.0.0). When I try to open the project in question it does not open, and the following error appears: [image: Captura de tela 2023-01-18 152709.png] Does anyone know how to solve this problem?

Re: question about netbeans questions and support

2023-01-18 Thread Eric Bresie
Is there something specific needed? Eric B On Wed, Jan 18, 2023 at 10:58 AM Neil C Smith wrote: > Hi Chris, > > I really should request addition to that page! > > I offer support and development services for the IDE and platform via > Codelerity. It's mentioned, amongst other places, on the

Re: [servlet]

2023-01-18 Thread Eric Bresie
Does anything show up in tomcat log? I seem to recall there is some migration going on to move namespace from Java EE to jakarta EE name space. Not sure if maybe that is coming into play here. This might help if it is impacted https://github.com/apache/tomcat-jakartaee-migration On Wed, Jan

Re: [servlet]

2023-01-18 Thread Carl Mosca
It opened (automatically) here for me: http://localhost:8080/mavenproject3/ On Wed, Jan 18, 2023 at 1:11 PM Peter Scharf wrote: > Thanks, Eric. I had tried that. I get the message: > > HTTP Status 404 – Not Found > -- > > *Type* Status Report > > *Message* The reque

Re: [servlet]

2023-01-18 Thread Peter Scharf
Thanks, Eric. I had tried that. I get the message: HTTP Status 404 – Not Found Type Status Report Message The requested resource [/convert] is not available Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exis

Re: [servlet]

2023-01-18 Thread Eric Bresie
Servlet says the urlpattern is “/convert” Try http://localhost:8080/convert On Wed, Jan 18, 2023 at 11:51 AM Peter Scharf wrote: > Yes, the URL is correct: > https://github.com/the-sanskrit-library/public.git > The git directory hierarchy deceived me: I had the code outside the git > directory

Re: [servlet]

2023-01-18 Thread Peter Scharf
Yes, the URL is correct: https://github.com/the-sanskrit-library/public.git The git directory hierarchy deceived me: I had the code outside the git directory. I have now moved it into the git directory. Forgive me; I’m not very familiar with git and am using the desktop version. Yours, Peter ***

Re: Font size for application

2023-01-18 Thread Neil C Smith
On Wed, 18 Jan 2023 at 16:56, Radek Čáp wrote: > it's possible to set up the font size for the application based on the > Netbeans platform by adding the --fontsize parameter into the config file. > > I'm looking for a way, to how users can change it from the running > application. I haven't fou

Re: question about netbeans questions and support

2023-01-18 Thread Neil C Smith
Hi Chris, I really should request addition to that page! I offer support and development services for the IDE and platform via Codelerity. It's mentioned, amongst other places, on the community installers page - https://www.codelerity.com/netbeans/ I mostly work with other companies though, so

Font size for application

2023-01-18 Thread Radek Čáp
Hi, it's possible to set up the font size for the application based on the Netbeans platform by adding the --fontsize parameter into the config file. I'm looking for a way, to how users can change it from the running application. I haven't found any font dialog usable for it so I'm looking for so

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

2023-01-18 Thread Eric Bresie
What version of JUnit is being used? Not sure if JUnit 5 is fully compatible. Can try JUnit 4 and see if this resolves the problem with test at least. Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On January 17, 2023 at 3:12:57 PM CST, Gheorghe TUDOSE (mailto:tudo@gmail.com)> w

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

2023-01-18 Thread Eric Bresie
Are there any dependencies projects or libraries in use? Maybe they are built with a newer/older Java compiler which is not compatible (I.e. dependency compiled with newer version not in use with the older version being used). Can you check the Java Platform to see what’s installed? Can also che

Re: From GlassFish to Tomcat

2023-01-18 Thread Claudia Pastor Ramirez
Hello Amn, When you say that you want to do it in NetBeans I assume that you mean for executing the project. If that is the case you need to do three things: 1 - To install the Tomcat server and configure it on NetBeans in the Servers section, if you do not have it yet. 2 - Choose it as the targe

Re: [servlet]

2023-01-18 Thread Carl Mosca
Hi Peter, Can you confirm that url please. I am not seeing Java code there; only a README and attribute file. Regards, Carl On Tue, Jan 17, 2023 at 10:40 PM Peter Scharf wrote: > Thank you for suggesting to put the project on Github. I have now created > a public repository at the following