Thread: [517] Fixing build on my client [517]

Results 1 to 5 of 5
  1. #1 [517] Fixing build on my client [517] 
    Registered Member
    Join Date
    Jun 2010
    Posts
    52
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    I need help fixing the build.bat on my client.

    So far I've got it like this:
    Code:
    @echo off
    "C:\Program Files\Java\jdk1.6.0_16\bin\javac.exe" -cp ./bin/ ./src/*.java
    pause
    and it works perfectly for me.

    However, I've sent the client to my friend for him to test it and, when he clicks on build, it says it can't find the specified path.

    What can I do to make this work for most players?
    Reply With Quote  
     

  2. #2  
    Registered Member
    X Mercy X's Avatar
    Join Date
    May 2009
    Age
    31
    Posts
    1,336
    Thanks given
    3
    Thanks received
    41
    Rep Power
    301
    he doesn't have your jdk build.

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Posts
    52
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    What can I do to make this work for most players?
    Reply With Quote  
     

  4. #4  
    Registered Member
    shassan's Avatar
    Join Date
    Oct 2008
    Age
    31
    Posts
    1,218
    Thanks given
    8
    Thanks received
    42
    Rep Power
    201
    Are you for real or is this a joke?

    OT: Your friend shouldn't need to build the client, only the person that is creating the client would need to build it. your friend would click run. not build.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2010
    Posts
    52
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    I'm for real. When my friend does run he says that a lot of texts appear and that it doesn't open the client :/
    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

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