Thread: .JAR Help?

Results 1 to 7 of 7
  1. #1 .JAR Help? 
    Registered Member
    Join Date
    Jan 2015
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Sup everyone,

    I made my jar, but the only problem is, it won't open.

    This consists of one of two problems (From what YouTube) has told me.

    1) It's not signed, but I'm pretty sure its signed because I did every step.
    2) I didn't set up my variables.

    I don't know if I've got my variables set up, but I'm pretty sure I do because he said almost everyone does..

    Any Clues?
    Reply With Quote  
     

  2. #2  
    I'm the best in the world.
    Vesgar's Avatar
    Join Date
    Nov 2014
    Age
    27
    Posts
    284
    Thanks given
    78
    Thanks received
    52
    Rep Power
    59
    Do you get an error code? If so, list it so it'll be easier to identify the issue.

    Edit: IDE would be much simpler.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2015
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Ascaria View Post
    Do you get an error code? If so, list it so it'll be easier to identify the issue.

    Edit: IDE would be much simpler.

    Nothing, the file is onn my Desktop, just won't open.
    Reply With Quote  
     

  4. #4  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,903
    Thanks given
    230
    Thanks received
    1,695
    Rep Power
    5000
    Did you set the main class?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2015
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Situations View Post
    Did you set the main class?
    Yep,



    Also, I've changed this:

    This is where I want to spawn upon death, and joining upon the server.

    public static final int START_LOCATION_X = 3093; // start here
    public static final int START_LOCATION_Y = 3493;
    public static final int RESPAWN_X = 3093; // when dead respawn here
    public static final int RESPAWN_Y = 3493;

    Which is edgeville,

    Works perfectly, but When I click the home tele, it takes me back to the old home, any news? I've tried searching almost all .java files i can think, unless its client sided.

    But yeah, I tried remaking the jar, now its not recognizing that its java, like Its just a white page. Ill try once more.
    Reply With Quote  
     

  6. #6  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,903
    Thanks given
    230
    Thanks received
    1,695
    Rep Power
    5000
    Quote Originally Posted by LearningtoCode View Post
    Yep,



    Also, I've changed this:

    This is where I want to spawn upon death, and joining upon the server.

    public static final int START_LOCATION_X = 3093; // start here
    public static final int START_LOCATION_Y = 3493;
    public static final int RESPAWN_X = 3093; // when dead respawn here
    public static final int RESPAWN_Y = 3493;

    Which is edgeville,

    Works perfectly, but When I click the home tele, it takes me back to the old home, any news? I've tried searching almost all .java files i can think, unless its client sided.

    But yeah, I tried remaking the jar, now its not recognizing that its java, like Its just a white page. Ill try once more.
    That's because the home teleport probably isn't using the X and Y from those ints. Try to find the button ID and change it in ClickingButtons or something. It's been so long since I've looked at PI but if my memory serves me correct, that's the answer to your question.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2015
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Situations View Post
    That's because the home teleport probably isn't using the X and Y from those ints. Try to find the button ID and change it in ClickingButtons or something. It's been so long since I've looked at PI but if my memory serves me correct, that's the answer to your question.
    Perfect, thanks. Any idea no why my jar won't open ?
    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. JARring help
    By BradHowes in forum Help
    Replies: 3
    Last Post: 03-10-2011, 10:03 PM
  2. equipment.jar help
    By Zinzion in forum Help
    Replies: 1
    Last Post: 09-12-2010, 01:22 AM
  3. ipanel v2.jar help
    By yodamonkey5 in forum Help
    Replies: 5
    Last Post: 08-06-2010, 10:31 PM
  4. Client.Jar help!!!! REP+++
    By s3v3r3ds0ul in forum Help
    Replies: 5
    Last Post: 06-20-2010, 08:11 AM
  5. Client Jar Help
    By Buzzman1992 in forum Help
    Replies: 2
    Last Post: 08-11-2009, 05:30 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
  •