Thread: Client not working for You? READ!

Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 60
  1. #11  
    ....huh?

    Edge's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    1,103
    Thanks given
    3
    Thanks received
    2
    Rep Power
    329
    Thanks for the comments
    Reply With Quote  
     

  2. #12  
    B 0 0 M Ftw

    Join Date
    Jul 2006
    Age
    32
    Posts
    156
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    it still says for me this system cannot find the path specified and ive done it twice to make sure i did it right

    i cant even open my clients now it says exeption in thread "main" java.lang.noclassdeffounderror: client
    press any key to continue...
    Last edited by b 0 0 m; 08-17-2007 at 12:37 AM. Reason: Double posting is not allowed!
    Reply With Quote  
     

  3. #13  
    $Pablo$
    Guest
    Use this compile every1!

    Code:
    :::::::::::::::::::::::::::::::::::::::::::::::::::::::::						     ::
    ::                                                   :: ::						     ::
    :: All of the following code is (C) Copywrited 2007, ::
    ::             	     By Pablo                  	     ::
    ::              Please do not copy this!             :: :: 						     ::	::						     ::
    :::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    @echo off
    set pro=%programfiles%\Java\jdk1.5.0
    set pro2=%programfiles%\Java\jdk1.6.0
    set jac=\bin\javac.exe
    set jav=\bin\java.exe
    if exist "C:\Program Files (x86)\" set programfiles="C:\Program Files (x86)
    cls
    :menu
    title The Perfect Client Compiler
    echo Welcome to Pablo's client compiler.
    echo.
    echo Press- c - Compile your client.
    echo Press- r - To Run your client.
    echo Press- e - To exit out of the program.
    echo.
    echo.
    set /p c=Option: 
    if %c%==c goto c
    if %c%==C goto c
    if %c%==r goto r
    if %c%==R goto r
    if %c%==e goto e
    if %c%==E goto e
    if %c%==* goto er
    goto er
    :c
    cls
    title Compiler
    goto cjc
    :c2
    if exist src (goto cl) else (goto c3)
    :c3
    if exist *.java (goto cl2) else (goto ce)
    :c4
    %javac% -cp . *.java
    pause
    cls
    goto menu
    :c5
    %javac% -cp . .\src\*.java
    pause
    move .\src\*.class .\classes\
    cls
    goto menu
    :ce
    cls
    echo You need to have Java files for this Compiler to Compile.
    pause
    cls
    goto menu
    :r
    cls
    TITLE Run Client
    color 0a
    JAVA -Xmx500m EGUI
    PAUSE
    cls
    goto r3
    :r3
    if exist .\classes\server.class (goto sl2) else (goto r4)
    :r4
    if exist .\server.class (goto sl) else (goto se)
    :r5
    %rjava%
    pause
    cls
    goto menu
    :r6
    set rjava=
    set rjava=%java% -cp .;./classes; Server
    %rjava%
    pause
    cls
    goto menu
    :se
    cls
    title Error
    echo You do not have a Server.class. Make sure that you have used the
    echo compiler with your server BEFORE you try runing it.
    pause
    cls
    goto menu
    :er
    cls
    title Error
    echo Invalid command. Please make sure the commands you type
    echo in are correct.
    pause
    cls
    goto menu
    :e
    cls
    exit
    :cjc
    if exist "%pro%_06%jac%" (goto sjc) else (goto cjc2)
    :cjc2
    if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3)
    :cjc3
    if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4)
    :cjc4
    if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5)
    :cjc5
    if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6)
    :cjc6
    if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7)
    :cjc7
    if exist "%pro%%jac%" (goto sjc7) else (goto cjc8)
    :cjc8
    if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9)
    :cjc9
    if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10)
    :cjc10
    if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11)
    :cjc11
    if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12)
    :cjc12
    if exist "%pro%_05%jac%" (goto sjc12) else (goto je)
    :sjc
    set javac="%pro%_06%jac%"
    goto c2
    :sjc2
    set javac="%pro%_07%jac%"
    goto c2
    :sjc3
    set javac="%pro%_08%jac%"
    goto c2
    :sjc4
    set javac="%pro%_09%jac%"
    goto c2
    :sjc5
    set javac="%pro%_10%jac%"
    goto c2
    :sjc6
    set javac="%pro2%%jac%"
    goto c2
    :sjc7
    set javac="%pro%%jac%"
    goto c2
    :sjc8
    set javac="%pro%_01%jac%"
    goto c2
    :sjc9
    set javac="%pro%_02%jac%"
    goto c2
    :sjc10
    set javac="%pro%_03%jac%"
    goto c2
    :sjc11
    set javac="%pro%_04%jac%"
    goto c2
    :sjc12
    set javac="%pro%_05%jac%"
    goto c2
    :cj
    if exist "%pro%_06%jav%" (goto sj) else (goto cj2)
    :cj2
    if exist "%pro%_07%jav%" (goto sj2) else (goto cj3)
    :cj3
    if exist "%pro%_08%jav%" (goto sj3) else (goto cj4)
    :cj4
    if exist "%pro%_09%jav%" (goto sj4) else (goto cj5)
    :cj5
    if exist "%pro%_10%jav%" (goto sj5) else (goto cj6)
    :cj6
    if exist "%pro2%%jav%" (goto sj6) else (goto cj7)
    :cj7
    if exist "%pro%%jav%" (goto sj7) else (goto cj8)
    :cj8
    if exist "%pro%_01%jav%" (goto sj8) else (goto cj9)
    :cj9
    if exist "%pro%_02%jav%" (goto sj9) else (goto cj10)
    :cj10
    if exist "%pro%_03%jav%" (goto sj10) else (goto cj11)
    :cj11
    if exist "%pro%_04%jav%" (goto sj11) else (goto cj12)
    :cj12
    if exist "%pro%_05%jav%" (goto sj12) else (goto je)
    :sj
    set java="%pro%_06%jav%"
    goto r2
    :sj2
    set java="%pro%_07%jav%"
    goto r2
    :sj3
    set java="%pro%_08%jav%"
    goto r2
    :sj4
    set java="%pro%_09%jav%"
    goto r2
    :sj5
    set java="%pro%_10%jav%"
    goto r2
    :sj6
    set java="%pro2%%jav%"
    goto r2
    :sj7
    set java="%pro%%jav%"
    goto r2
    :sj8
    set java="%pro%_01%jav%"
    goto r2
    :sj9
    set java="%pro%_02%jav%"
    goto r2
    :sj10
    set java="%pro%_03%jav%"
    goto r2
    :sj11
    set java="%pro%_04%jav%"
    goto r2
    :sj12
    set java="%pro%_05%jav%"
    goto r2
    :je
    cls
    title Error
    echo You do not have JDK 5.0 or JDK 6.0. Download it here: http://java.sun.com/products/archive/j2se/6/index.html
    echo Downlaod the first option.
    pause
    cls
    goto menu
    :sl
    cls
    echo Ran Server at %time% on %date%. >> "Compile Logs.txt"
    echo Server was run using %java%. >> "Compile Logs.txt"
    echo Thank you for using Pablo's client compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto r5
    :sl2
    cls
    echo Thank you for using Pablo's client compiler!
    echo. >> "Compile Logs.txt"
    goto r6
    :cl
    cls
    echo Compiled Java files at %time% on %date%. >> "Compile Logs.txt"
    echo Java files were compiled using %javac%. >> "Compile Logs.txt"
    echo Thank You for using Pablo's client compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto c5
    :cl2
    cls
    echo Compiled Java files at %time% on %date%. >> "Compile Logs.txt"
    echo Java files were compiled using %javac%. >> "Compile Logs.txt"
    echo Thank You for using Pablo's client compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto c4
    Reply With Quote  
     

  4. #14  
    Kinggex
    Guest

    Im Confused with that... Do i have to download all of them?
    Reply With Quote  
     

  5. #15  
    ....huh?

    Edge's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    1,103
    Thanks given
    3
    Thanks received
    2
    Rep Power
    329
    no you dont have to, but you need the latest java, and the jdks, you don't have to download jdk6u2 unless you need to, if u dont want to download jdk6u2 look at the bottom part of the guide.
    Reply With Quote  
     

  6. #16  
    Registered Member
    AlexMason's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    1,199
    Thanks given
    17
    Thanks received
    27
    Rep Power
    98
    SWEET NOW I CAN GET THOSE PESKY COMPILERS TO WORK

    Reply With Quote  
     

  7. #17  
    Community Veteran

    Animato's Avatar
    Join Date
    Apr 2007
    Posts
    2,011
    Thanks given
    18
    Thanks received
    80
    Rep Power
    253
    Nope, didnt work for me still the same old anoying error i get with every client
    Code:
    Exception in thread "main" java.lang.NoClassDefFoundError: client
    Press any key to continue . . .
    good job anyways, seems to be helping some people
    Reply With Quote  
     

  8. #18  
    ....huh?

    Edge's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    1,103
    Thanks given
    3
    Thanks received
    2
    Rep Power
    329
    Quote Originally Posted by sir bob264 View Post
    Nope, didnt work for me still the same old anoying error i get with every client
    Code:
    Exception in thread "main" java.lang.NoClassDefFoundError: client
    Press any key to continue . . .
    good job anyways, seems to be helping some people
    Hmm if that happened...then its probably something with the code in the .bat file.
    Reply With Quote  
     

  9. #19  
    Four Wheel Drive
    Guest
    doesn't work
    Reply With Quote  
     

  10. #20  
    Registered Member Sacrificer's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    378
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    it works for me thanks for this too
    Reply With Quote  
     

Page 2 of 6 FirstFirst 1234 ... 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. Working 613/614 Client Loads Cache In Client
    By AceKingSuited in forum Downloads
    Replies: 82
    Last Post: 02-02-2014, 05:46 PM
  2. Replies: 10
    Last Post: 02-03-2011, 12:32 AM
  3. Need client bg : read
    By white full in forum Requests
    Replies: 0
    Last Post: 12-05-2008, 01:05 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
  •