CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    37

    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.

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    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.
    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
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured