Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » ANT build and running in separate JVM.
ANT build and running in separate JVM. [message #71470] Wed, 11 June 2003 15:40 Go to next message
Eclipse UserFriend
Originally posted by: jcollard.utilicorp.com

This is probably been asked several times before, and probably has a simple
solution...

I get the following error building a project after setting it to build in a
separate JVM:
Unable to load default ProjectHelper due to
java.lang.NoClassDefFoundError: org/xml/sax/SAXException

How do I correct this?

Thanks,
John
Re: ANT build and running in separate JVM. [message #71592 is a reply to message #71470] Wed, 11 June 2003 19:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mxlehma.NO-SPAM.qwest.com

For the ant configuration that you are changing the JDK on, go to the
Classpath tab and add the org.apache.xerces_4.0.13/xercesImpl.jar and
xmlParserAPIs.jar files from the eclipse plugins directory. That fixed
the problem for me.

john collard wrote:
> This is probably been asked several times before, and probably has a simple
> solution...
>
> I get the following error building a project after setting it to build in a
> separate JVM:
> Unable to load default ProjectHelper due to
> java.lang.NoClassDefFoundError: org/xml/sax/SAXException
>
> How do I correct this?
>
> Thanks,
> John
>
>
>
>
>
Re: ANT build and running in separate JVM. [message #71629 is a reply to message #71592] Wed, 11 June 2003 22:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: darin_swanson.oti.com

We should put up a dialog to let the user know that they will need to
include the xerces JARs in this case. In the same VM, no Xerces as you get
it for "free" from the Xerces plugin. In a separate VM you must have Xerces.

Logged https://bugs.eclipse.org/bugs/show_bug.cgi?id=38815

Thanks
Darins

"Michael" <mxlehma@NO-SPAM.qwest.com> wrote in message
news:bc8ea2$qch$1@rogue.oti.com...
> For the ant configuration that you are changing the JDK on, go to the
> Classpath tab and add the org.apache.xerces_4.0.13/xercesImpl.jar and
> xmlParserAPIs.jar files from the eclipse plugins directory. That fixed
> the problem for me.
>
> john collard wrote:
> > This is probably been asked several times before, and probably has a
simple
> > solution...
> >
> > I get the following error building a project after setting it to build
in a
> > separate JVM:
> > Unable to load default ProjectHelper due to
> > java.lang.NoClassDefFoundError: org/xml/sax/SAXException
> >
> > How do I correct this?
> >
> > Thanks,
> > John
> >
> >
> >
> >
> >
>
Re: ANT build and running in separate JVM. [message #72223 is a reply to message #71592] Thu, 12 June 2003 12:02 Go to previous message
Eclipse UserFriend
Originally posted by: jcollard.utilicorp.com

That worked great! Thanks!

-John


"Michael" <mxlehma@NO-SPAM.qwest.com> wrote in message
news:bc8ea2$qch$1@rogue.oti.com...
> For the ant configuration that you are changing the JDK on, go to the
> Classpath tab and add the org.apache.xerces_4.0.13/xercesImpl.jar and
> xmlParserAPIs.jar files from the eclipse plugins directory. That fixed
> the problem for me.
>
> john collard wrote:
> > This is probably been asked several times before, and probably has a
simple
> > solution...
> >
> > I get the following error building a project after setting it to build
in a
> > separate JVM:
> > Unable to load default ProjectHelper due to
> > java.lang.NoClassDefFoundError: org/xml/sax/SAXException
> >
> > How do I correct this?
> >
> > Thanks,
> > John
Previous Topic:how to use umlaut in java code
Next Topic:problem running an ant script in elipse.
Goto Forum:
  


Current Time: Thu Jul 24 07:32:31 EDT 2025

Powered by FUDForum. Page generated in 0.04426 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top