Is it me or like every downloadable source/client has errors whenever i put them on eclipse and im not even sure how to fix them.
Printable View
Is it me or like every downloadable source/client has errors whenever i put them on eclipse and im not even sure how to fix them.
You are obviously not importing them correctlyQuote:
Originally Posted by zackattack97 [Only registered and activated users can see links. Click Here To Register...]
What more specifically are you having issues with?
[Only registered and activated users can see links. Click Here To Register...] not sure if the link works but I get 4 errors under my "client" on eclipse. 3 of them are KeyEvent cannot be resolved to a variable and 1 of them is The package com.sun is not accessible.
Well, a "quick" way of resolving this would be using Java 8 instead of 11 or whatever newer version you are using. A lot of released servers aren't updated for newer versions of Java.Quote:
Originally Posted by zackattack97 [Only registered and activated users can see links. Click Here To Register...]
Read your console when it's giving you messages, a lot of the time you will find the solution to be far more simple than you thought. You may want to spend some time getting used to the IDE and make sure you have some good java foundation before taking on a Private server.Quote:
Originally Posted by zackattack97 [Only registered and activated users can see links. Click Here To Register...]