Quote:
Originally posted by CornedBee
On a related thing, is it possible to create Java bytecode files that are automatically executed when double-clicked without having to link the .class extension with the java VM? The Sun VM doesn't automatically do it like it would make sense... (probably because you don't start class files but rather classes).
Or do I have to write an exe or script that does this?
That is more what I meant. I am using java because it is so much easier to use. C++ is so gay when it come to trying to cast anything into anything else, you get all these unacceptable conversion errors, and I got fed up w/ C++. So i switched to using java. Like CornedBee said, is there a way to make a self executable file for java programs ( esentually a .exe file )