Thread: [602] compiling?

Results 1 to 7 of 7
  1. #1 [602] compiling? 
    Registered Member
    Join Date
    May 2009
    Posts
    45
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    yea, um. my server wont update, i mean. i'll compile it.. and it will tell me if i get errors or not, which.. is good. but.. it never updates the server, as in.. i added some commands, emotes. etc.. i compile, (no errors), i try to test them out.. nope. nothing.. any one know why?

    i'm using hotyutes source as well, heres my compiler. >.<

    Code:
    @echo off
    title 602 compiler
    echo Compiling main...
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -Xlint -deprecation -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/Main.java
    echo Compiling packets...
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/clientdata/players/ipackets/*.java
    echo Done.
    pause
    exit
    please help. S:
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2010
    Posts
    134
    Thanks given
    3
    Thanks received
    3
    Rep Power
    1
    Try this:

    Code:
    @echo off
    title 602 compiler
    echo Compiling ...
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/*.java
    echo Done.
    pause
    exit
    Reply With Quote  
     

  3. #3  
    Registered Member Wolfey's Avatar
    Join Date
    Feb 2010
    Posts
    1,250
    Thanks given
    558
    Thanks received
    60
    Rep Power
    64
    Code:
    @echo off
    echo Compiling main...
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -Xlint -deprecation -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/Main.java
    echo Compiling packets...
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/clientdata/players/ipackets/*.java
    echo Done.
    pause
    exit
    Thats correct


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2009
    Posts
    45
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    well, it doesn't update the sever, so.. then what is it?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2009
    Posts
    45
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    anyone? o.O
    Reply With Quote  
     

  6. #6  
    Registered Member Erand's Avatar
    Join Date
    Dec 2009
    Age
    24
    Posts
    580
    Thanks given
    87
    Thanks received
    5
    Rep Power
    10
    use this as run its so simple cant beleive u people didnt notice it saves in out not out/production.......

    heres run

    Code:
    @echo off
    java -cp out;lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar com.hotyute.Main
    pause
    Thanks Luigi

    im back

    Proud Ubuntu User
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2009
    Posts
    45
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    that's so much, you are so nice.
    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

Tags for this Thread

View Tag Cloud

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