1 Reply Latest reply on Jan 8, 2004 11:30 AM by adrian.brock

    equivalent to java.class.path in sar file

    no_ejb

      Hi I have a sar file which contains couple of jar files.

      Is there way I can get all these jars the same way as I can do with System.getProperty("java.class.path")?

      I want to open one of my jar to examine the contents of it.

      Thanks.