-1

Possible Duplicate:
How can I convert my Java program to an .exe file?

I want to Run my Java program outside Eclipse ,it work on eclipse great with swing interface , can i make it .exe or an api thats work on windows???

Community
  • 1
  • 1
Dilllllo
  • 448
  • 5
  • 10
  • 24

2 Answers2

1

You could make it a Runnable jar file.

Regards, Stéphane

Snicolas
  • 37,840
  • 15
  • 114
  • 173
0

You can make a batch file for your application than a .exe.

Srikanth Venkatesh
  • 2,812
  • 1
  • 20
  • 13