Re: Classloader

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Tue Aug 19 2003 - 13:01:09 EDT

  • Next message: Kaj Hejer: "Re: Possible bug with incremental builder and WebServerResources"

    Hi Frederic,

    from the instance point of view allways use your classloader.

    this.getClass().getClassLoader().....

    Ulrich

    On Dienstag, 19. August 2003, at 19:03 Uhr, Frédéric Dreier wrote:

    > Hi,
    >
    > I am still trying to deploy my application and get stuck on a
    > classloader
    > problem.. Within eclipse everything run perfectly, but I run in
    > troubles
    > stating from command line (using myApp.cmd)..
    >
    > I have a WOApplication that use an external jar file. A class within
    > this
    > jar file load some XML file (also in the jar file) using:
    >
    > ClassLoader.getSystemResourceAsStream("mypack/file.xml");
    >
    > It returns the stream when running within eclipse but null when
    > running from
    > command line.
    >
    > After some investigations i find that the system classloader are not
    > the
    > same. Running from command line use some kind of 'WOBootstrap'
    > classloader..
    > (?)
    >
    >
    > Thanks in advance,
    >
    >
    > Frederic
    >
    >
    >
    > PS: using 'Class.forName("mypack/MyClass");' return a value, it says
    > that
    > the jar files is in path...
    >



    This archive was generated by hypermail 2.0.0 : Tue Aug 19 2003 - 12:51:51 EDT