Need help compiling java

Discussion in 'Programming' started by mvhs, Aug 5, 2010.

  1. #1
    I need someone with some experience in Java to help me compile and add a few small things to some code.

    I'll paypal $5-10 for this to be done. Not a lot of work if you are experienced in java. PM me for more info.
     
    mvhs, Aug 5, 2010 IP
  2. matessim

    matessim Active Member

    Messages:
    514
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    70
    #2
    matessim, Aug 5, 2010 IP
  3. mvhs

    mvhs Active Member

    Messages:
    824
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #3
    PMed.. anyone else? i need this done fast.
     
    mvhs, Aug 5, 2010 IP
  4. matessim

    matessim Active Member

    Messages:
    514
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    70
    #4
    I'm here for you... send me your MSN/or just pm me what you need.
     
    matessim, Aug 6, 2010 IP
  5. ARD

    ARD Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i can do this .. pm ur skype id
     
    ARD, Aug 17, 2010 IP
  6. deshare

    deshare Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i can do this kindly pm me if you are interested
     
    deshare, Aug 22, 2010 IP
  7. shahinfosoft

    shahinfosoft Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #7
    write this code in notepad
    class example
    {
    public static void main(String args[])
    {
    System.out.println("HI");
    }
    }

    and save this program to example.java
    and open cmd from run
    and set your java path
    like set path="C:\j2sdk1.5.4\bin"
    then enter
    then write path(path is command in cmd) and check your path is right or wrong
    then first of all compile the code
    javac example.java
    if any error not execute the program
    and error free then
    type java example
    and then enter.....
    and then output on your terminal............


    ok
    if any problem email me....
    my email id
     
    shahinfosoft, Aug 23, 2010 IP