So you have an app that references a framework. Did you CD into the framework and issue mvn install so the framework is installed in ~/.m2
> On Nov 7, 2025, at 6:45 PM, Ricardo Parada via Webobjects-dev > <[email protected]> wrote: > > Hello everyone > > I got all my frameworks and one of my apps building correctly with maven. > They have a fluffy bunny layout but everything’s is being built correctly and > the application runs fine from the command line. > > However, when I run it with Debug as WOApplication or as Java application it > gets a NullPointerException and it seems like it does not know what the main > bundle is. > > If it rings a bell please let me know. > > The funny thing is that I had it running a couple of days ago and today I > decided to setup everything from scratch to document what other developers > will have to do to setup their development environment for maven and now I > can’t get it to launch from Eclipse. > > Let me know if you have any ideas. > > Thank you > Ricardo Parada >
