Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse 3.2.2 - Problem with setting -javaoption in external tool.
Eclipse 3.2.2 - Problem with setting -javaoption in external tool. [message #210921] Wed, 16 May 2007 10:30 Go to next message
Patrick Finnegan is currently offline Patrick FinneganFriend
Messages: 1
Registered: July 2009
Junior Member
Eclipse 3.2.2 - Problem with setting -javaoption in external tool.

I am as runing the WebSphere java clientn as an external tool in Eclipse.

Location: C:\IBM\WAS51\DeploymentManager\bin\wsadmin.bat

Arguments: -user AAAA -password BBBBB -lang jacl -javaoption
-D"TCL_LIBRARY=C:\WASScripts\WSAdminExported\WAS5.1\JACL"
-host localhost -port 8879 -f ${resource_loc}

The wsadmin client picks up the "TCL_LIBRARY" variable but not it;'s
value.

parray env --> env(TCL_LIBRARY) =

All the other options including the host and port numbers are picked up
successfully.

============================================================ =================================

When run from the command line the value of TCL_LIBRARY is picked up
correctly.

set TCL_LIBRARY="TCL_LIBRARY=C:\WASScripts\WSAdminExported\WAS5.1\JACL "

echo .
echo %TCL_LIBRARY%
echo .


call C:\IBM\WAS51\DeploymentManager\bin\wsadmin.bat -user aaaaaa -password
bbbbbb -lang jacl^
-javaoption
-D%TCL_LIBRARY%^
-host %host% -port %port% -f
%jaclFile% %propertyFile%


Are there any issues with Eclipse escaping directory name in variables?
Re: Eclipse 3.2.2 - Problem with setting -javaoption in external tool. [message #210943 is a reply to message #210921] Wed, 16 May 2007 12:18 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Patrick,

Are the quotes needed? Would
"-DTCL_LIBRARY=C:\WASScripts\WSAdminExported\WAS5.1\JACL" or
-DTCL_LIBRARY="C:\WASScripts\WSAdminExported\WAS5.1\JACL" make a
difference?

Patrick Finnegan wrote:
>
>
> Eclipse 3.2.2 - Problem with setting -javaoption in external tool.
> I am as runing the WebSphere java clientn as an external tool in Eclipse.
> Location: C:\IBM\WAS51\DeploymentManager\bin\wsadmin.bat
>
> Arguments: -user AAAA -password BBBBB -lang jacl -javaoption
> -D"TCL_LIBRARY=C:\WASScripts\WSAdminExported\WAS5.1\JACL"
> -host localhost -port 8879 -f ${resource_loc}
>
> The wsadmin client picks up the "TCL_LIBRARY" variable but not it;'s
> value.
> parray env --> env(TCL_LIBRARY) =
> All the other options including the host and port numbers are picked
> up successfully.
> ============================================================ =================================
>
>
> When run from the command line the value of TCL_LIBRARY is picked up
> correctly.
> set TCL_LIBRARY="TCL_LIBRARY=C:\WASScripts\WSAdminExported\WAS5.1\JACL "
>
> echo .
> echo %TCL_LIBRARY%
> echo .
>
>
> call C:\IBM\WAS51\DeploymentManager\bin\wsadmin.bat -user aaaaaa
> -password bbbbbb -lang jacl^
> -javaoption
> -D%TCL_LIBRARY%^
> -host %host% -port %port% -f
> %jaclFile% %propertyFile%
>
> Are there any issues with Eclipse escaping directory name in variables?
>
>
Previous Topic:Reports not generating data in LINUX
Next Topic:How the editor can be made read-only
Goto Forum:
  


Current Time: Tue Apr 23 08:26:24 GMT 2024

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

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

Back to the top