Re: WOLips (Eclipse 3.0.1) Linux Launch Classpath Problem

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Sat Dec 11 2004 - 10:36:47 EST

  • Next message: Susanne Schneider: "Re: webserver resources not found"

    Moin Ralf,

    could you try the following:

    - Select Application.java in the package explorer.
    - Open the Run... panel.
    - Create a new WOApplication and launch it.

    Does it work?

    Ulrich

    Am 10.12.2004 um 22:10 schrieb Ralf Liebenow:

    > Hi !
    >
    > Well ... my app just did not find for example the Action Handler
    > classes, because WO loads those through NSBundle and not directly
    > through the
    > java class loader.
    >
    > Adding the Frameworks to the debug class path manually did not work
    > (I tried every ordering).
    >
    > But I got it running (with much handy work):
    >
    > For example the Application is named X and uses Frameworks Y and Z
    > (from the
    > eclipse workspace, not ready deployed Frameworks),
    > I needed to put the following Variables in my classpath to make it
    > work:
    >
    > ${working_dir_loc_WOLips:X} // this translates to the .woa Path
    > of the app
    > ${workspace_loc}/Y/build/Y.framework/Resources/Java
    > ${workspace_loc}/Z/build/Z.framework/Resources/Java
    >
    > Only after then things like
    > NSBundle.bundleForClass(CLASS_FROM_FRAMEWORK_Y)
    > do work.
    >
    > The launcher by default only adds:
    > X/bin
    > Y/bin
    > Z/bin
    >
    > But this is not recognized by the Bundle class loader ...
    >
    > Perhaps someone can tell me what the difference of the classes in
    > X/bin and the classes in X/build/X.woa/Contents/Resources/Java is.
    > They seem to be identical on my platform ...
    >
    > Greetings
    > Ralf
    >
    >>
    >> Am 10.12.2004 um 20:43 schrieb Ralf Liebenow:
    >>
    >>> So the only question is, how I can bring the launcher to add
    >>> Framework
    >>> and woa Path automatically, not just the jar files therein.
    >>
    >> I don't really understand what your problem is, but what I normally do
    >> is to add all the projects to the debug class path manually and order
    >> them to be before the container class path.
    >>
    >> Cheers, Anjo
    >>
    >>
    >
    > --
    > theCode AG
    > Oranienstr. 10-11, 10997 Berlin [×]
    > fon +49 30 617 897-0 fax -10
    > ral..heCo.de http://www.theCo.de



    This archive was generated by hypermail 2.0.0 : Sat Dec 11 2004 - 10:36:55 EST