Thread: Best Starter Source

Results 1 to 8 of 8
  1. #1 Best Starter Source 
    Registered Member
    Join Date
    Apr 2012
    Posts
    23
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Hey guys, need some help/opinions on 2 things which will sound stupid and simple and plain dumb but its been bugging me more and more and whatever I've read and tried hasnt worked so I'm asking for help ..

    Right first off what source/client would be the best to start of with and to just mess about and try things out on? Basically to learn off. I used to make servers are while back, good 5 years so things would of have changed and I have forgotten things. Out of shear boredom I'm ganna get back into it. So if anyone knows a server/client out there to test things on and develop to be unique then suggestions are well appreciated.

    Secondly this is the most stupid part of what am asking. When i compile i get
    Code:
    'The system cannot find the path specified'
    I know what it means, and this is with all the compilers and run servers i've tried client and server side.

    Im running windows 7 x64 bit. JDK version is 1.6.0.22. I've downloaded and tried many different javas. I've downloaded 1.6.0.11, 1.6.0.31, 1.7.0.02 and 1.7.0.04 all of them come up with the same thing and I did change version in compiler, runserver.bats and also in my classpath and path variable.

    Classpath ATM is:
    Code:
    CLASSPATH=C:\Program Files\Java\jdk1.6.0_22\bin;%CLASSPATH%;
    PATH ATM is:
    Code:
    C:\Program Files\Java\jdk1.6.0_22\bin;
    Can anyone see something im doing wrong? I'm simply fed up of trying all I can remember about this kind of thing and what I've read about other peoples troubles.

    Thanks guys, if you need more information i'll try and provide.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    right click compile, click edit and copy and paste everything in there on here
    Reply With Quote  
     

  3. #3  



    Join Date
    Oct 2011
    Posts
    874
    Thanks given
    301
    Thanks received
    373
    Rep Power
    338
    Code:
    @echo off
    Title Server Compiler
    "C:\Program Files\Java\JDKVERSIONHERE\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\event\*.java src\server\model\items\*.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
    Use that for your Compiler.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2012
    Posts
    23
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    This is whats inside it for source file i downloaded randomly. (changed the jdk to my version)

    @echo off
    "C:/Program1/Java/jdk1.6.0_22/bin\javac.exe" -cp lib/clientlibs.jar;lib/com.jar; -d bin src/*.java
    @pause
    Reply With Quote  
     

  5. #5  



    Join Date
    Oct 2011
    Posts
    874
    Thanks given
    301
    Thanks received
    373
    Rep Power
    338
    Replace your compiler text with mine.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2012
    Posts
    23
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Used that compiler code, comes up with this..got it before when i was reading through someones post and someone suggested using that code as a compiler..

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

  7. #7  



    Join Date
    Oct 2011
    Posts
    874
    Thanks given
    301
    Thanks received
    373
    Rep Power
    338
    I could try helping you through TeamViewer. Pm me your details.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Apr 2012
    Posts
    120
    Thanks given
    6
    Thanks received
    5
    Rep Power
    11
    i fudging love u tht helped alot !!
    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. [PI] Starter Source [PI]
    By qizdipin in forum Help
    Replies: 16
    Last Post: 07-17-2011, 05:09 AM
  2. Best starter source
    By Dezzy in forum Help
    Replies: 3
    Last Post: 01-07-2011, 07:48 AM
  3. Starter Source
    By Lord Military in forum Requests
    Replies: 1
    Last Post: 01-28-2010, 01:39 AM
  4. Best source for a starter?
    By Vittu perkelee in forum Help
    Replies: 10
    Last Post: 06-08-2009, 08:29 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
  •