Thread: Im trying to make a 317 cant log in on my comp

Results 1 to 3 of 3
  1. #1 Im trying to make a 317 cant log in on my comp 
    Registered Member yu gi more's Avatar
    Join Date
    Jul 2010
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    here is what my compile in my source looks like

    Code:
    @echo off
    title joshscape
    "C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe" -cp . *.java
    "C:\Program Files\Java\jdk1.6.0_21\bin\java.exe" server
    pause
    and what my run looks like in the source

    Code:
    @echo off
    title joshscape
    java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server





    and here is what my compile looks like in the client

    Code:
    @echo off
    title Compiler
    javac *.java
    pause
    and my run in the client

    Code:
    @echo off
    title Client
    java -Xmx300m Jframe 10 0 highmem members 32
    pause

    help me please
    Reply With Quote  
     

  2. #2  
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    Alright so whats the actual error.
    Error connecting to server? or what.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2010
    Posts
    31
    Thanks given
    0
    Thanks received
    3
    Rep Power
    1
    Client.java

    search "server ="

    Change the ip to 127.0.0.1

    Compile!

    If you can't compile then edit the java to your current java version.
    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
  •