C
cppaddict
I thought I understood classpaths, but I encountered an error I could
not explain.
I have my classpath set to:
C:\Project1;C:\Project2
Note that these folders are not packages themselves, but are the root
folders containing all the package folders and class files.
One class contained inside of a package in Project2 imports and uses a
class contained inside of package in Project1. I am getting a
NoClassDef found error. I could have sworn that this has worked
before.
Can someone set me straight on how I need to set this up?
Thanks in advance,
cpp
not explain.
I have my classpath set to:
C:\Project1;C:\Project2
Note that these folders are not packages themselves, but are the root
folders containing all the package folders and class files.
One class contained inside of a package in Project2 imports and uses a
class contained inside of package in Project1. I am getting a
NoClassDef found error. I could have sworn that this has worked
before.
Can someone set me straight on how I need to set this up?
Thanks in advance,
cpp