| Author |
Package does not exist::Pls. help me out
|
Sabyasachi Mitra
Greenhorn
Joined: Feb 09, 2005
Posts: 6
|
|
Dear Friends, I am facing a problem related to package. I have directory structure like this d:\appl\source\test\mainclass d:\appl\source\test\subclass d:\appl\class\test\mainclass d:\appl\class\test\subclass i am keeping all of my source code in Source\.... and all of my class files are in class\... I have one java program called primins.java in d:\appl\source\test\mainclass folder and package test.maiclass. Now one more program in d:\appl\source\test\subclass called priminsuflic.java, in this program i am importing test.mainclass as priminsuflic extends primins class from d:\appl\class\test\mainclass. Now when i am trying to compile priminsuflic.java, it gives a error that package test not found. I set my classpath like this: classpath=.;d:\appl\class One more thing: i am using CodeGuide IDE for java, is there any issue with that ?? i am using Win2k prof and changing classpath in controlpanel->system->env.variable. Can anybody pls. help me,i am not getting where its going wrong. Regards Sabya [ March 07, 2005: Message edited by: Sabyasachi Mitra ]
|
Regards<br />Sabya
|
 |
Nischal Tanna
Ranch Hand
Joined: Aug 19, 2003
Posts: 182
|
|
mainclass shud have a package declaration like package appl.source.test and not package test.maiclass Neways to test the whole prog can u plz post ur code?. Also the exception stack trace? [ March 07, 2005: Message edited by: Nischal Tanna ]
|
Thnx
|
 |
 |
|
|
subject: Package does not exist::Pls. help me out
|
|
|