Following the new java policy, packages shouldn't rely on packed jars, dependencies need to be added on our own packages and used.
Looks like this one has 3 dependant packages in total to sort out. - bouncy castle - commons-logging (already in portage and built from source) - xerces (already in portage and built from source) Nice of them to mention what version these jars are.... AHHHHHHHH! Will have to extract the jar and cat META-INF/MANIFEST.MF markw@mojo poi $ sudo ls -l /var/tmp/portage/j2ssh-0.2.7/work/j2ssh/lib total 1984 -rw-r--r-- 1 root root 1116 Aug 21 2003 BOUNCYCASTLE.LICENSE -rw-r--r-- 1 root root 2806 Aug 30 2003 COMMONS.LICENSE -rw-r--r-- 1 root root 2754 Nov 12 2002 XERCES.LICENSE -rw-r--r-- 1 root root 31605 Jun 8 2003 commons-logging.jar -rw-r--r-- 1 root root 950106 Jul 25 2003 jce-jdk13-119.jar -rw-r--r-- 1 root root 895924 Jul 25 2003 xercesImpl.jar -rw-r--r-- 1 root root 123705 Jul 25 2003 xmlParserAPIs.jar
bugsie bug go bye bye