Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What things do I need to build and distribute a stand-alone Java application (as opposed to an applet)?

0
Posted

What things do I need to build and distribute a stand-alone Java application (as opposed to an applet)?

0

Once you’ve built your stand-alone Java application, be sure to distribute the correct pieces: • The Java class file, which itself is platform independent • The Java Virtual Machine for that platform The Java Virtual Machine comes in the form of “jview.exe”, a redistributable component available both in the Visual J++ package and in the Microsoft Java SDK. The Java SDK is available for download from the Microsoft Technologies for Java (http://www.microsoft.com/java/). To control and compress the installation bundle, we recommend you use the CAB development kit included with Visual J++.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123