Black_Hole
Deity
- Joined
- Jan 4, 2004
- Messages
- 3,424
actually there are third party apps that can put java into an executable, however it loses one of its main features, cross system compatibilty... Any system with a JVM can run java programs....Weasel Op said:I don't really know what I want to do with it- I would like to write my own game, I may try to make some useful apps, maybe tinker with Linux eventually. I'm considering Comp Sci as a major, but I will most likely study areospace engineering.
I would like to learn a powerful language that is commonly used in the programming industry, so I'm thinking Java, C++, C#, or Python. Am I right? VB is mostly used for web programs, correct?
I didn't realize that Java can't be compiled into executables. Isn't that a big drawback? I'm not particularly fond of Microsoft, but I do use XP as of now, and C# sounds like a pretty useful and powerful language. Python seems easy to learn from what I've seen. So many options...![]()
Also if you want to make it clickable, create a batch file named something.bat with the following code:
So anyone with a jvm clicking on that will run whatever class is specified....java ClassNameToRun
Java is very strong for the web, servlets and applets can be very powerful