Thread: Server Wont Compile

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1 Server Wont Compile 
    Registered Member
    Join Date
    Jul 2012
    Posts
    72
    Thanks given
    5
    Thanks received
    5
    Rep Power
    11
    When I run my compiler I get this

    But it dose not change anything and wont compile....any ideas what that problem is?


    *edit* when i delete ecoreset.java it give me this
    Reply With Quote  
     

  2. #2  
    Sexy
    Im Strength's Avatar
    Join Date
    Sep 2012
    Posts
    477
    Thanks given
    40
    Thanks received
    35
    Rep Power
    20
    right click edit your compiler and copy and paste your compiler code here. ill take a look.

    also i need to know what server you are using like [PI] or what ever server you are using
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    72
    Thanks given
    5
    Thanks received
    5
    Rep Power
    11
    @echo off
    title (your title here)
    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" Java SE Downloads
    :end
    echo You compiler is finished!
    pause
    exit


    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.7.0_10\bin\javac.exe" *.java
    pause


    i have used both of those and im not sure what the base is im pretty sure its pi
    Reply With Quote  
     

  4. #4  
    Sexy
    Im Strength's Avatar
    Join Date
    Sep 2012
    Posts
    477
    Thanks given
    40
    Thanks received
    35
    Rep Power
    20
    well i can tell you right now that you either arent running a PI or your compilers arent working because they arent trying to compile anything..

    im hoping you have the latest JDK because the second compiler is set to jdk version 10 which is the latest..so if you have the latest JDK and you are running a server that is not a PI then the second compiler should work for you..maybe take a screen shot of the inside of your server source and i can tell you what kind of source it is..?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2012
    Posts
    72
    Thanks given
    5
    Thanks received
    5
    Rep Power
    11
    Alright just a sec
    Reply With Quote  
     

  6. #6  
    Sexy
    Im Strength's Avatar
    Join Date
    Sep 2012
    Posts
    477
    Thanks given
    40
    Thanks received
    35
    Rep Power
    20
    Quote Originally Posted by Soundsevmark View Post
    Alright just a sec
    okay, and if this doesn't work i might try TV for you.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2012
    Posts
    72
    Thanks given
    5
    Thanks received
    5
    Rep Power
    11


    that run and compile arent the ones im using but they do not compile anything either
    Reply With Quote  
     

  8. #8  
    Sexy
    Im Strength's Avatar
    Join Date
    Sep 2012
    Posts
    477
    Thanks given
    40
    Thanks received
    35
    Rep Power
    20
    well that is deffinately not a PI server but it is a 317 and the rune and compiler in that folder should be the ones your using..so what is the code on the compiler in the picture?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2012
    Posts
    72
    Thanks given
    5
    Thanks received
    5
    Rep Power
    11
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.7.0_10\bin\javac.exe" *.java
    pause

    but it dosen't do anything when i compile

    it loads
    says
    press any key to continue...
    but dosent change anything i have added
    Reply With Quote  
     

  10. #10  
    Sexy
    Im Strength's Avatar
    Join Date
    Sep 2012
    Posts
    477
    Thanks given
    40
    Thanks received
    35
    Rep Power
    20
    maybe what you are adding isnt really effecting anything...because that compiler looks correct
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. My server has 8 votes but it wont show on server lists
    By Kurdz in forum Forum Related Help
    Replies: 2
    Last Post: 12-24-2010, 02:43 PM
  2. my compiler wont compile
    By darky in forum Help
    Replies: 6
    Last Post: 07-28-2010, 01:33 AM
  3. Compile and run (server)
    By Lolmaster in forum Help
    Replies: 6
    Last Post: 12-13-2009, 01:14 AM
  4. Compile.bat is wont compile.
    By xXxKBxXx in forum Help
    Replies: 10
    Last Post: 07-27-2008, 09:38 AM
  5. Server Run And Compile
    By Expert Coder in forum Showcase
    Replies: 1
    Last Post: 08-07-2007, 01:40 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •