Important queries for running system
I have a Java code that I want to run, but running it requires the JVM. How do I get it and install it into my laptop?
Is 'bat' the short form for 'batch'?
I need to know because to run this system in Windows, it requires running a bat file. I have a batch file, so I was wondering whether bat is the abbreviation for batch.
Re: Important queries for running system
Quote:
Originally Posted by __gini2
I have a Java code that I want to run, but running it requires the JVM. How do I get it and install it into my laptop?
If you just want the JVM, go here and download Java Runtime Environment (JRE) 6u1.
Quote:
Is 'bat' the short form for 'batch'?
Yes, for DOS and Windows - although recent Windows systems tend to use '.cmd' files.
It is better to have an approximate answer to the right question than an exact answer to the wrong one...
J. Tukey