Thread: Eclipse Switch fix

Results 1 to 4 of 4
  1. #1 Eclipse Switch fix 
    Registered Member
    Join Date
    May 2009
    Posts
    312
    Thanks given
    33
    Thanks received
    5
    Rep Power
    0
    Experiencing a problem like this?


    Code:
    } else if (id == 62674) { // dominion entrance
    					  player.useStairs(-1, new WorldTile(3744, 6405, 0), 0, 1);
    				  } else {
    		 			  switch (objectDef.name.toLowerCase()) {
    					  case "web":
    						  if (objectDef.containsOption(0, "Slash")) {
    							  player.setNextAnimation(new Animation(PlayerCombat.getWeaponAttackEmote(player.getEquipment().getWeaponId(), player.getCombatDefinitions().getAttackStyle())));
    							  slashWeb(player, object);
    						  }
    						  break;
    Tired of being bullied on this error?


    Here's the fix!

    First download this IDE

    Eclipse IDE for Java EE Developers | Eclipse Packages

    (See right side for 64 bit or 32 bit or linux..


    so when youve got everything ready, import your JDK (must be 7+)



    Then go to Window.. Preferences.. then press + on Java

    click on compiler


    And put the compliance level to 1.7



    Here you go..


    Ow, and if you want to update your eclipse goto 'Help' and press check for updates


    Bye

    I hope you all have a terrible time.

    PS: Yes i love eclipse, you all should use it.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2011
    Posts
    56
    Thanks given
    0
    Thanks received
    4
    Rep Power
    5
    are you basically advertising eclipse?
    Reply With Quote  
     

  3. #3  
    « TurmoilFTW »
    Defiled''s Avatar
    Join Date
    Mar 2012
    Age
    30
    Posts
    751
    Thanks given
    181
    Thanks received
    156
    Rep Power
    8
    HAHA xD you asked us to dl eclipse... and the thread says a fix for eclipse trololol you nuts?
    DestructionPK Project
    Skype: defiledx1

    BYE BYE RSPS!


    SELLING SERVICES ATM ADD MY SKYPE IF INTERESTED!
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2012
    Posts
    64
    Thanks given
    2
    Thanks received
    2
    Rep Power
    11
    do you guys not use eclipse, hes saying make sure you have the IDE version of Java Devs, not saying download eclipse, most people just download the eclipse basic.

    -EDIT -

    oh fuck this was a grave dig and a half sorry guys, didnt think, its late lol
    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. [Dementhium 637] Dh axe Eclipse Fix
    By Godliike 667 in forum Snippets
    Replies: 12
    Last Post: 03-26-2013, 12:03 PM
  2. Replies: 1
    Last Post: 07-12-2011, 11:39 PM
  3. [525] Switch items 2 (Bank tabs, Inteface switch)
    By 'Mystic Flow in forum Snippets
    Replies: 11
    Last Post: 01-22-2011, 01:25 PM
  4. Replies: 5
    Last Post: 12-18-2010, 03:51 AM
  5. Replies: 4
    Last Post: 09-15-2010, 03:06 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
  •