RE: export java to a browser

"Joseph Huber via users" <[email protected]> Thu, 8 Jan 2026 21:50:16 +0000
Newsgroups gmane.comp.java.ide.netbeans.user
Message-ID <SA1PR12MB8744E7AA8544E2869ACE6DDDCE85A@SA1PR12MB8744.namprd12.prod.outlook.com>
I don't know what your Java application entails, but I have used Webswing successfully with my NetBeans RCP applications (heavy use of Swing) built on top of the NetBeans platform.
https://www.webswing.org/en

I didn't have to make changes to the NetBeans code, but did have to do some fiddling with the Webswing setup, as my applications store configuration and job files locally.  If you aren't using any Swing components, then Webswing likely isn't the right solution, or at the least, would be overkill.

Thank You!

Joe Huber
Standard Refrigeration LLC

From: Faramir KAZ <[email protected]>
Sent: Thursday, January 8, 2026 2:58 PM
To: [email protected]
Subject: export java to a browser

You don't often get email from [email protected]<mailto:[email protected]>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>

Hello,

I saw that there were several solutions to export a Java program to make it work in a browser.
Has anyone ever done this from Netbeans?

:)