I have tried this, but I am still unsuccessful. Here is the new directory structure:
c:\com\group1
c:\com\group2
The calling java class, LovePotion is in the com\gourp1 folder. The called java class, DummyClass, is in com\group2. No matter what combination of pakage statements I write, I...