Jump to content

.class file to an executable

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
SankaSL

SankaSL

    Newbie

  • Members
  • Pip
  • 8 posts
Hey, I have made a java class file, which has a GUI from JFrames.,
I wont to make an executable from it, to be able to run the file from double-clicking. ( .jar or .exe ?)
How can i convert my .class file to that ??

Thanx in advance.

#2
wim DC

wim DC

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,084 posts
the manual way --> http://forum.codecal...e-jar-file.html
If you use an IDE, all IDEs have or should have an option to create a jar.

#3
SankaSL

SankaSL

    Newbie

  • Members
  • Pip
  • 8 posts
Hey thanx :) it worked out nicely