Search the Community
Showing results for tags 'incompatible'.
Found 2 results
-
Can anyone tell me how to fix this error? [code]starting... src\com\rs\game\player\dialogues\SlayerMaster.java:49: error: incompatible types : com.rs.game.player.actions.slayer.SlayerTask cannot be converted to com.rs.gam e.player.actions.Slayer.SlayerTask SlayerTask task = player.getSlayerTask(); ^ src\com\rs\game\player\dialogues\SlayerSet.java:108: error: incompatible types: com.rs.game.player.actions.slayer.SlayerTask cannot be converted to com.rs.game. player.actions.Slayer.SlayerTask SlayerTask task = player.getSlayerTask(); ^ Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors Press any key to continue . . .[/code]
- 3 replies
-
- error
- incompatible
-
(and 1 more)
Tagged with:
-
I used to get a different error but then i changed the imports to the correct ones and now I get this Error: [IMG]http://puu.sh/kqJL[/IMG] if anyone has any suggestions on how to fix this, let me know. It's nothing major my Nex still works fine. would just like to get rid of the error.