Yes, it actually does with standard Eclipse. It's plugin just like any
other Eclipse plugin. During the installation you can choose to
install it standalone (pre-bundled with its own Eclipse 3.x) or choose
your existing Eclipse installation and it will simply put a plugin in
there.

The best way to integrate it with your app is probably to recreate it
by choosing "Create New Web project" instead of Java Project.

Then, if you don't have your "view"/"root"/"whatever you call it"
folder as the real root of your folder structure, you can go to the
file called .m7project and change the enter
<sometag_I_forgetWhichOne>./</....> to <...>./yourRootFolder<...>

Your root folder should contain a WEB-INF folder with web.xml. NitroX
should pick it up and analyze your application from there.

It's not a complete step by step explanation, but it should point you
in the right direction.

JQ.



On Fri, 18 Feb 2005 21:11:45 +0100, Frank Schaare <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> they ship their tool with a patched version of eclipse. I donīt think,
> that it works with the 'standard' eclipse...
> 
> Caroline Jen schrieb:
> > I am building a Struts application using the Eclipse.
> > The NitroX, which can be found at
> > http://www.m7.com
> > looks like a neat JSP debugging tool.  I have
> > downloaded the NitroX JSP Editor (free) and the NitroX
> > for Struts IDE (trial for 15 days).
> >
> > How do I set up the NitroX in the Eclipse to work with
> > my web application? Has anybody done it? Could you
> > share the experience? Thank you.
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail - now with 250MB free storage. Learn more.
> > http://info.mail.yahoo.com/mail_250
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to