Posted April 13, 20196 yr comment_30132 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 http://prntscr.com/nbaqzc Thank you in advance Edited April 13, 20196 yr by Exciting Title
July 31, 20195 yr comment_34364 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, 20195 yr by bobby
November 12, 20195 yr comment_40174 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
Create an account or sign in to comment