How can I add an optional java library to J2SE.How can I see J2SE classes as a tree. Can I see the J2SE installation directory?
just download the external libraries and then add theindividual jar files to your classpath. This way, youcan compile them and run them using javac/javacommands. :)If you have any more questions just ask. Here to help.