On Wed, 2006-01-25 at 21:28 +0530, dipankar das wrote: > On Wednesday 25 January 2006 19:48, sanjay kumar wrote: > > instead of doing grep unzip the jar files present in lib folder(most > > likely rt.jar) > > You will find it all the HTMLEditorKit... classes etc . > > sanjay > > Yes, finally it was solved a brute force way. As Prashant Verma and Sanjay > Kumar suggested, the rt.jar was unzipped and with the 'javax' directory from > within unzipped jar was put in /usr/include, replacing the original 'javax' > directory. And then it could be compiled. But, can anyone suggest why this is > happening like that? Why the original 'javax' is not containing all the class > files as suggested by javadoc? And while all of those are there in that jar > file in jre lib directory? Some kind of discrepancy between jre and sdk for > linux? > > Thank you all.
you had $JAVA_HOME/lib in your CLASSPATH? -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
