Thread: Project insanity (PI) Running server + compile problem

Results 1 to 6 of 6
  1. #1 Project insanity (PI) Running server + compile problem 
    Registered Member
    Join Date
    Mar 2012
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    df562f244aa065c3b7e1450c99dfff59.png For the running server issue

    And this is my compile code, but it doesn't work.
    @echo off
    COLOR C
    ECHO Compiling - Project Insanity
    ECHO Please wait patiently...
    TITLE Compile - Server
    javac -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
    Reply With Quote  
     

  2. #2  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    http://screensnapr.com/v/JAFMM7.png

    Missing that class...? L


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2012
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by 'Charlie View Post
    View JAFMM7.png on ScreenSnapr

    Missing that class...? L
    How do I get it?
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Mar 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    No it's setting your classpath, err it's hard to explain how to set it so you should probably google the error or how to set it. If you were missing a class it would come up with the classNotFoundException.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Mar 2012
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Strings View Post
    No it's setting your classpath, err it's hard to explain how to set it so you should probably google the error or how to set it. If you were missing a class it would come up with the classNotFoundException.
    I know how to set my classpaths, i'll do it and see what happens.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Mar 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Could try running it like
    Code:
    start java -Xmx500m -cp .;Theme.jar Gui
    I use Theme.jar for look and feel (currently) and my main class is Gui, It won't matter if you don't have Theme.jar but it's important that you have -cp .;somethinghere.jar or something then your class.
    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. Project Insanity, whip problem.
    By thim slug in forum Help
    Replies: 4
    Last Post: 03-13-2011, 03:03 PM
  2. Project Insanity (running problems)
    By Electronix in forum Help
    Replies: 12
    Last Post: 02-28-2011, 10:37 PM
  3. Project Insanity (Problem).
    By Devo-X in forum Help
    Replies: 27
    Last Post: 08-05-2010, 12:55 PM
  4. Project insanity not running x64
    By Spectacular in forum Help
    Replies: 6
    Last Post: 07-07-2010, 04:03 AM
  5. Replies: 2
    Last Post: 12-07-2009, 01:48 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
  •