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.

How do I run a plain Java class or application in Workshop?

0
Posted

How do I run a plain Java class or application in Workshop?

0

Create a new Java project in your Workshop application and import your existing Java app into the project or import a Java project in your Workshop application pointing to your existing Java app. Right click on the project, go to Properties -> Debugger and fill in the “Main” class for the project along with other parameters. If it is a standalone application keep the “Create a new process” checkbox checked. Check the build before debugging button. You can now click the “Run” button in the IDE to run this “Main” class. You can also define a custom ant script for the Java project (Right click -> Properties -> Build ).

Related Questions

What is your question?

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

Experts123