Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How is it possible to create software with java .What is required is clickable file which opens a software say for instance a computer game.

There should be no need for javac or any other commands just click and play

I already have a tetris game which i would like to create as clickable object not with any integrated development environment. It is created as java applet and at present runs from code

What I have tried:

Java jars javac and other java products
Posted
Updated 20-May-19 21:29pm

 
Share this answer
 
This is basically the same question you posted yesterday: https://www.codeproject.com/Questions/4133626/Java-swing-how-to-make-the-application-as-clickabl[^]. Java is not designed to run as clickable applications, but by loading a class or group of classes into the JVM. If you want ordinary clickable applications then use C, C++ or one of the .NET languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900