Thread: Java Exception Error

Results 1 to 7 of 7
  1. #1 Java Exception Error 
    Banned
    Join Date
    Aug 2014
    Posts
    318
    Thanks given
    0
    Thanks received
    25
    Rep Power
    0
    Ok, some players can connect to my server, and some cannot.

    I dont know what is causing this.

    This is the error a player is getting : http://puu.sh/b9qdy/3dfdac1e50.png

    Any help?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Aug 2014
    Posts
    318
    Thanks given
    0
    Thanks received
    25
    Rep Power
    0
    bump
    Reply With Quote  
     

  3. #3  
    Ignorance is always an excuse

    Mikee's Avatar
    Join Date
    Nov 2009
    Posts
    2,370
    Thanks given
    732
    Thanks received
    490
    Rep Power
    656
    Usually that little dialogue box opens when trying to open a .jar file.



    The day Aj repped me, my life changed forever
    Quote Originally Posted by Aj View Post
    Rep++ for you
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Aug 2014
    Posts
    318
    Thanks given
    0
    Thanks received
    25
    Rep Power
    0
    Quote Originally Posted by Mikee View Post
    Usually that little dialogue box opens when trying to open a .jar file.
    Yes, that is my problem. Are there any fixes you may know of?
    Reply With Quote  
     

  5. #5  
    Member
    Join Date
    Aug 2014
    Posts
    38
    Thanks given
    131
    Thanks received
    2
    Rep Power
    0
    They must have the same JDK/JRE as you.
    If they don't have the same one as you, tell them to download the same version.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Aug 2009
    Posts
    490
    Thanks given
    22
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by True View Post
    They must have the same JDK/JRE as you.
    If they don't have the same one as you, tell them to download the same version.
    This is my current Run.bat

    Code:
    @echo off
    title Client
    cd ./class/
    "C:\Program Files\Java\jdk1.8.0_20\bin\java.exe" -Xmx128m Client
    How can I change this to jre7?
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Aug 2014
    Posts
    318
    Thanks given
    0
    Thanks received
    25
    Rep Power
    0
    Quote Originally Posted by i Leo i View Post
    This is my current Run.bat

    Code:
    @echo off
    title Client
    cd ./class/
    "C:\Program Files\Java\jdk1.8.0_20\bin\java.exe" -Xmx128m Client
    How can I change this to jre7?
    What this guy said
    I want to switch my run from jdk to jre7
    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. Client.java 100 errors... But its weird
    By Slayerz Killz in forum Help
    Replies: 11
    Last Post: 08-13-2009, 12:36 PM
  2. [Help][508] java.runtime error
    By popopo169 in forum Help
    Replies: 1
    Last Post: 07-17-2009, 11:12 PM
  3. Java.client error
    By PDPK in forum Help
    Replies: 3
    Last Post: 06-11-2009, 08:57 PM
  4. [HELP] Exception Error [HELP]
    By Nintendo in forum Help
    Replies: 0
    Last Post: 04-17-2009, 09:23 PM
  5. Exception Error
    By Alec in forum Help
    Replies: 3
    Last Post: 11-11-2008, 10:11 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •