I'm new to UNIX.
Successfully installed and ran
Java programs on Solaris. But I use Jakarta HttpClient for my program which comes with additional jar files.
I set my .profile as
PATH=.:/usr/local/java/j2sdk1.4.2_01/bin:$PATH
export PATH PS1
How and where do I add the additional jars?
Thanks in advance,
Divya