Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Command Runner (azexec) for Ubuntu (and others Linux)
Post: RE: Command Runner (azexec) for Ubuntu (and others...
OK, I confirm that the method
Code:final String command_to_run = command;
[...snip...]
Runtime.getRuntime().exec(command_to_run);can't work as expected.
Because the String is passed by java in StringT... |
|
RudyBzh |
Open Development
|
5 |
7,442 |
08-23-2016, 08:28 AM |
|
|
Thread: Command Runner (azexec) for Ubuntu (and others Linux)
Post: RE: Command Runner (azexec) for Ubuntu (and others...
(08-22-2016, 02:12 PM)'parg' Wrote: Create a shell script and call that, passing arguments as required. For example
/tmp/cmd.sh %D
The script can then access %D via $1
Make sure it is executa... |
|
RudyBzh |
Open Development
|
5 |
7,442 |
08-23-2016, 06:48 AM |
|
|
Thread: Command Runner (azexec) for Ubuntu (and others Linux)
Post: RE: Command Runner (azexec) for Ubuntu (and others...
Had a look at native implementation :
Code:plugin_interface.getUtilities().createProcess(command_to_run);and I did not understood because it's seems that this method is not implemented for UNIX platf... |
|
RudyBzh |
Open Development
|
5 |
7,442 |
08-20-2016, 03:06 PM |
|
|
Thread: vuze settings
Post: RE: vuze settings
Hi,
Have a look at this plugin :
http://plugins.vuze.com/details/vpn_helper
it should help you with PIA !
Regards |
|
RudyBzh |
Community Open Support
|
1 |
3,927 |
08-20-2016, 10:52 AM |
|
|
Thread: setting incoming port via command line
Post: RE: setting incoming port via command line
Hi,
Have a look at this plugin :
http://plugins.vuze.com/details/vpn_helper
Hopefully, your vpn is PIA...
Regards |
|
RudyBzh |
Download / Connection Problems
|
1 |
3,696 |
08-20-2016, 10:48 AM |
|
|
Thread: Command Runner (azexec) for Ubuntu (and others Linux)
Post: Command Runner (azexec) for Ubuntu (and others Lin...
Hi,
Recently passed from Windows to Ubuntu 16.04, and I'm not able to correctly use "Command Runner" plugin anymore.
After lots of searches, it seems to me that the plugin is not Linux & Mac compl... |
|
RudyBzh |
Open Development
|
5 |
7,442 |
08-20-2016, 03:08 AM |