NB 25 Deploy to localhost

2025-04-05 Thread Jack W.
I created a project and chose Run As Local website with http://localhost/ for the project URL. However, I don't see any option to Deploy to that target directory. What did I forget to do, please? -- Jack Woehr # If it doesn't work in Firefox, Box 82, Beulah CO 81023 # it's broken.

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Gheorghe TUDOSE
Hi, You mean with applets (which to my knowledge have long been deprecated) or more up to date solutions, like cheerpj / teavm? Regards În mar., 1 apr. 2025 la 23:36, slipbits a scris: > Just started learning how to create Web page with embedded Java using > the Java Tutorials. The tutorials a

Re: Git unstash - drop option?

2025-04-05 Thread Mitch Claborn
Thanks Michael, that helps a lot. Mitch On Tue, Apr 1, 2025 at 6:51 PM Michael Bien wrote: > Hi Mitch, > > you should be able to drop stash items from the repository window. > > Team -> Repository -> Repository Browser -> Stashes > > > The git stash integration is a bit lacking in NB since I

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Thomas Wolf
I should have added that JSP (Java Server Pages) also aren't in vogue anymore. These days, a typical web application will have the browser-/client-side written in HTML/CCS/Javascript (or a Javascript-based framework that uses those) and a web server component (e.g. written in Java or whatever i

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Andreas Reichel
On Wed, 2025-04-02 at 18:38 -0400, Rick wrote: > That's very cool technology (I have a commercial swing app that I'm > in the process of converting to a web app) - but it's not open > source.  Reading their web site seems you need permission to use it > for both commercial and non-commercial purpos

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Carl Mosca
I wasn't necessarily recommending Vaadin for this particular use case; my intent was to include the point that there is a version for which one does not have to pay. There are certainly plenty of options out there along with opinions on where to start. When I first read the original poster's desi

Re: C/C++ Support

2025-04-05 Thread slipbits
Thank you. One note, I have NB 25, and in NB 25 there is no "Netbeans 8.2 Plugin Portal". There is an C/C++ plugin. That could be why when I select a new C/C++ project all I get is: "Lightweight C/C++ Project". And the rest of your description, then, does not apply. When I eventually did est

C/C++ Support

2025-04-05 Thread Bradley Willcott
Hi there. I have been doing some investigating into this issue: "A lack of C/C++ support in Netbeans". As the process includes a lot of screenshots, I have created a GitHub Gist: https://gist.github.com/bewillcott/ddb8a4d6d08b4d9070daa1bc4399f7e6. I hope this comes though properly. Brad. --

Re: NB 25 Paste from Clipboard Problem Worse?

2025-04-05 Thread Eirik Bakke
A helpful contributor has, it seems, finally found the cause of the bug, and posted a workaround here: https://github.com/xxDark/clipboard-agent It would be very useful if we could have more people verify that the patch above works. It's a bug in Java itself, so it will ultimately need to be f