Exciting 7 Posted April 13, 2019 Report Share Posted April 13, 2019 (edited) I'm trying to run an rsps release for practice, when I try to run it in Eclipse import.so and so shows up not found and I can't link them together, Although that .java is in that location. I took a screenshot of what's happening This is the hidden content, please Sign In or Sign Up Thank you in advance Edited April 13, 2019 by Exciting Title Link to comment Share on other sites More sharing options...
Guest bobby Posted July 31, 2019 Report Share Posted July 31, 2019 (edited) make sure to add your build path to the right source , open the project file inside your workspace and see what it needs. in most servers and clients you have a lib folder with some jars in it , make sure those are imported as a build path for both. Might not solve the problem , but did you check if the classes that give you the import errors are named and place in the right packets? If thats to much for you to handle , download another rsps Edited July 31, 2019 by bobby Link to comment Share on other sites More sharing options...
Valentino 2 Posted November 12, 2019 Report Share Posted November 12, 2019 Make sure you import the file tree extenting the source method. If the problem still exsists check if the file tree is in order , if not something might be missing and would need to be backed up Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now