Skip to main content



      Home
Home » Newcomers » Newcomers » New Eclipse Instance gets terminated
New Eclipse Instance gets terminated [message #198718] Fri, 09 March 2007 03:24 Go to next message
Eclipse UserFriend
Originally posted by: koul_swati.yahoo.com

hi,
we have to generate stubs for a given WSDL file. So we are making a call
to main method of WSDL2Java class from our project. We have added AxisJars
as a dependency of our plugin project. AxisJars is a plugin consisting of
all the axis jars. But when we run our plugin as a new application.
Required localhost folder is not generated and new eclipse instance gets
terminated.

String []s={"C:\\swat\\Calci.wsdl"};
WSDL2Java.main(s);

Waiting for a reply.

Regards,
Swati.
Re: New Eclipse Instance gets terminated [message #198782 is a reply to message #198718] Fri, 09 March 2007 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

swatikoul wrote:
> hi,
> we have to generate stubs for a given WSDL file. So we are making a
> call to main method of WSDL2Java class from our project. We have added
> AxisJars as a dependency of our plugin project. AxisJars is a plugin
> consisting of all the axis jars. But when we run our plugin as a new
> application. Required localhost folder is not generated and new eclipse
> instance gets terminated.
>
> String []s={"C:\\swat\\Calci.wsdl"};
> WSDL2Java.main(s);
>
> Waiting for a reply.
>
> Regards,
> Swati.
>
>
>
>
If some method in the AxisJars calls System.exit, it would terminate the
Eclipse instance.
Re: New Eclipse Instance gets terminated [message #198789 is a reply to message #198782] Sat, 10 March 2007 04:17 Go to previous message
Eclipse UserFriend
Originally posted by: koul_swati.yahoo.com

hi,

Thnx for ur help.

We have tried another approach for generating stubs(localhost folder). we
used the Runtime class to achieve the same. Now the localhost folder is
generated in eclipse folder but we want it in our project in workspace.

So is there any way to import localhost folder from eclipse folder into
our plugin project through coding?

Pls reply.

Swati.
Previous Topic:How to run Birt report in batch with parameter
Next Topic:Using the ant task replaceregexp with JakartaOroRegexp
Goto Forum:
  


Current Time: Sun Jun 08 07:21:04 EDT 2025

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

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

Back to the top