Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Invoking cmdlets from java

Closed Thread
 
Thread Tools Display Modes
Old 09-06-2007   #1 (permalink)
phong.t.truong
Guest


 

Invoking cmdlets from java

How would you guys invoke cmdlets/powershell from java?

Runtime.getRuntime().exec() ?
JNI?

Old 09-07-2007   #2 (permalink)
Oisin Grehan
Guest


 

Re: Invoking cmdlets from java

On Sep 6, 2:20 pm, phong.t.tru...@xxxxxx wrote:
Quote:

> How would you guys invoke cmdlets/powershell from java?
>
> Runtime.getRuntime().exec() ?
> JNI?
The short answer is "we probably wouldn't."

The longer answer is probably akin to what you say, by using exec and
passing the path the the powershell.exe interpreter along with a ps1
script to execute. You could even use export-clixml to serialize the
pipeline output and read that into java from stdout, manipulate it,
rehydrate it and process it again. But...errr.. why?

- Oisin

Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[BLOG POST]: Invoking cmdlets within a cmdlet Marco Shaw PowerShell 1 09-24-2007 08:25 PM
Microsoft Java? Is it available in Vista? (not sun java!) Jacob2000 Vista General 13 04-29-2007 01:44 PM
uninstalled Java but wont reinstall Java m j o Vista security 3 04-11-2007 01:34 AM
Invoking Powershell from C# Janssen PowerShell 3 02-16-2007 06:42 AM
invoking cmdlets remotely from c#.. =?Utf-8?B?UGFydGg=?= PowerShell 1 09-01-2006 11:16 PM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50