Thread: Help with compiler please!

Results 1 to 10 of 10
  1. #1 Help with compiler please! 
    :')


    Join Date
    Oct 2008
    Age
    29
    Posts
    1,946
    Thanks given
    48
    Thanks received
    47
    Rep Power
    1545
    Well my compiler has been working everyday, and today it just decides to not work, I do have the latest version of jdk + java. Heres error.





    Please help me I will rep you (if it even matters )
    Reply With Quote  
     

  2. #2  
    Donator Help with compiler please! Market Banned



    Join Date
    Feb 2009
    Posts
    3,820
    Thanks given
    88
    Thanks received
    113
    Rep Power
    5000
    maybe u dont got jdk..
    Reply With Quote  
     

  3. #3  
    :')


    Join Date
    Oct 2008
    Age
    29
    Posts
    1,946
    Thanks given
    48
    Thanks received
    47
    Rep Power
    1545
    I just said I have the latest jdk don't post if you don't know..And I did re-dl jdk again, still not working.
    Reply With Quote  
     

  4. #4  
    Donator Help with compiler please! Market Banned



    Join Date
    Feb 2009
    Posts
    3,820
    Thanks given
    88
    Thanks received
    113
    Rep Power
    5000
    try another compiler and tell me if dont wrk and post an picture kk?
    Reply With Quote  
     

  5. #5  
    :')


    Join Date
    Oct 2008
    Age
    29
    Posts
    1,946
    Thanks given
    48
    Thanks received
    47
    Rep Power
    1545
    I don't have another compile, I need a good one, can't find anywhere..
    Reply With Quote  
     

  6. #6  
    Donator Help with compiler please! Market Banned



    Join Date
    Feb 2009
    Posts
    3,820
    Thanks given
    88
    Thanks received
    113
    Rep Power
    5000
    um ill search for ya
    Reply With Quote  
     

  7. #7  
    :')


    Join Date
    Oct 2008
    Age
    29
    Posts
    1,946
    Thanks given
    48
    Thanks received
    47
    Rep Power
    1545
    Thanks, I've tried alot of em, But im still in search of a compiler call, "Maggots perfect compiler" I forgot which forums it was on
    Reply With Quote  
     

  8. #8  
    Donator Help with compiler please! Market Banned



    Join Date
    Feb 2009
    Posts
    3,820
    Thanks given
    88
    Thanks received
    113
    Rep Power
    5000
    aww thats sad...

    im searching atm dw!
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Jul 2008
    Posts
    939
    Thanks given
    0
    Thanks received
    3
    Rep Power
    781
    Code:
    @echo off
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    "%programfiles%\Internet Explorer\iexplore.exe" http://java.sun.com/javase/downloads/index****p
    :end
    echo Finished!
    pause
    exit
    I'm Rog3r, fool.
    Reply With Quote  
     

  10. #10  
    bassam pk3r
    Guest
    @echo off
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    "%programfiles%\Internet Explorer\iexplore.exe" http://java.sun.com/javase/downloads/index****p
    :end
    echo Finished!
    pause
    exit
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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