I know this has been asked a few times, but I can't find a solution using those answers.
I have a class file called LRW.class which I have put in an folder called external in the eclipse folder under my program name. So my path to the class is: myusername.WorkBench.ProjectA.external.LRW.class and I've made that folder using the new class folder in eclipse.
How do I use/import/call this class in java?
TIA