Thread: getting on source...

Results 1 to 8 of 8
  1. #1 getting on source... 
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    first off i would like to say i have no clue if this is in the right section or supposed to be in client sided.. but any how i have recently downloaded project insanity and i cant seem to be able to get the source up and working..

    when i hit "run" this is what the cmd says

    Error: Could not find or load main class server.Server
    Press any key to continue . . .



    when i hit compile this is what i get also

    javac: file not found: src\server\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .


    now i have edited them to this

    under "run" i got

    @echo off
    title Server
    java -Xmx800m -cp bin;lib/poi.jar;lib/mysql.jar;lib/mina.jar;lib/slf4j.jar;lib/slf4j-nop.jar;lib/jython.jar;lib/log4j-1.2.15.jar; server.Server
    pause




    under "compile" i got





    @echo off
    "C:\Program Files\Java\jdk1.7.0_03\bin\javac.exe" -classpath deps/log4j-1.2.15.jar;deps/jython.jar;deps/xstream.jar;deps/mina.jar;deps/mysql.jar;deps/poi.jar;deps/slf4j.jar;deps/slf4j-nop.jar -d bin src\server\*.java src\server\model\minigames\*.java src\server\model\npcs\*.java src\server\model\objects\*.java src\server\model\players\*.java src\server\model\players\skills\*.java src\server\model\players\packets\*.java src\server\model\shops\*.java src\server\net\*.java src\server\task\*.java src\server\util\*.java src\server\world\*.java src\server\util\log\*.java src\server\*.java src\server\world\map\*.java
    pause







    if you can please help me out i would greatly apreciate it.. thanks
    Reply With Quote  
     

  2. #2  
    Registered Member Delx's Avatar
    Join Date
    Jul 2011
    Age
    28
    Posts
    321
    Thanks given
    100
    Thanks received
    21
    Rep Power
    11
    Are you sure you put in the right java version? ; if you did, try downloaded the latest version of java / JDK

    There's no sense getting Pissed off,
    every time a bunch of idiots give you a hard time.
    In the end, "The universe tends to unfold as it should".

    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    yes i have jdk 7.0 that i have on another source tht i can get onto now but tht source is messed up when i add somthing it dont show up so i got a new source and client
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    May 2012
    Age
    27
    Posts
    173
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    use eclipse to run it.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    i dont have eclipse source or client m8.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2012
    Age
    27
    Posts
    173
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    add my skype santino.roma69 once i get back on my laptop ina litle bit il give u my run.bat and see if it works.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    ok m8 will do
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    ok so i got eclipse but i cant get the client just the source... and it dose the same thing?..
    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

Similar Threads

  1. Replies: 24
    Last Post: 04-29-2013, 02:41 PM
  2. Replies: 10
    Last Post: 11-08-2010, 11:39 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
  •