hi.. i'm a beginner in java but i've made a few applications. is there any way to save it as .exe so that it doesn't always need:
C:\>javac "file"
C:\>java file etc..
???
Printable View
hi.. i'm a beginner in java but i've made a few applications. is there any way to save it as .exe so that it doesn't always need:
C:\>javac "file"
C:\>java file etc..
???
You can look for tools to convert to machine language.
or you can Download a tool that enables you to run .class files in a single click, search this forum I know you'll find good a answer
could u just give me the link???
Create an executable jar file rather than an exe.