I have just started Object Oriented Programming, so I have very basic knowledge in programming and using IDEs. I am currently using Eclipse. I have got a project to make a robot do some specific tasks and to them i need to inherit classes from the becker folder. If i use another IDE such as JCreator or DocJava or ReadyToProgramWithJava, the IDE inherits the becker folder when i save the .java files in the same folder as the becker folder. i have already used the following code on the top of my program to import the classes "import becker.robots.*;" but it keeps saying that it cannot be resolved to a type. I have tried to use this link to solve the problem (How do I include .class files in my project in Eclipse? (Java)) but i failed to make the code work. It is possible that i might have done something wrong so i was wondering if someone could be me a step by step method so i can make my code inherit the class files from the folder "becker". Any help is appreciated.
Asked
Active
Viewed 130 times
0
-
Strip your project down to what you feel like sharing with the world (remove everything sensitive) and upload it to bitbucket.org or github so people can check it out and see the project structure. – Jaroslav Záruba Mar 11 '15 at 21:51
-
are you asking me to upload the becker folder??? – Kjthegreat Mar 12 '15 at 04:06
-
or just the project directory and files ? – Kjthegreat Mar 12 '15 at 04:09