Search:

Type: Posts; User: George Mawire

Search: Search took 0.07 seconds.

  1. Re: My Java program is failing to run in command prompt

    I think its now working.I have opened blue j and its running after I have installed a new jdk

    --- Update ---

    import java.io.*;
    public class DeductionRecords{
    string DeductionRecords="DED";...
  2. Re: My Java program is failing to run in command prompt

    okay Kevin thanks
  3. Re: My Java program is failing to run in command prompt

    okay I wil try this.I am using jdk 1.6.0_35

    --- Update ---

    Microsoft Windows [Version 6.2.9200]
    (c) 2012 Microsoft Corporation. All rights reserved.

    C:\Users\Attache Students>C:\'javac...
  4. Re: My Java program is failing to run in command prompt

    I used C:\'javac MyFirstJavaProgram.java'
    and then C:\'java MyFirstJavaProgram'
  5. Re: My Java program is failing to run in command prompt

    No error but simply its not producing the output hello world.When I press enter the cursor moves to the next line
  6. Re: My Java program is failing to run in command prompt

    public class MyFirstJavaProgram{
    public static void main(String[]args){
    System.out.printIn("Hello World");
    }
    }
    When I click enter to run,nothing is happening
  7. My Java program is failing to run in command prompt

    My Java program is failing to run in command prompt and no result is produced.I am currently using windows 8 and I have changed my Environmental variable to C:\Windows\system32;C:\Program...
Results 1 to 7 of 7