Runnig Remote Shell


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Runnig Remote Shell
# 1  
Old 08-25-2005
Question Runnig Remote Shell

Please I need your help.

I want to run remotely a unix shell that run a java process, from a Visual Basic Client.

Thanks

mac33
Smilie
# 2  
Old 08-26-2005
...do you mean you want to run a java process on a remote machine via (s)sh/whatever (I assume you'd be using an appropriate ActiveX/etc. control for this) from a local VB client? ...or do you mean any of those in any particular order o.O ? What specific part(s) of this do you need help with - you've already spanned two platforms and two languages in two ambiguous lines x.x
# 3  
Old 08-31-2005
I need to run a java process on a remote server unix from a local VB client(windows); I´m using an Activex dll(Visual REXEC from Denicom or WinRsh -Remote Shell for windows); The execution throw the next error:
"execjava.sh[2]: java : not found".

Note:The Unix Server has installed JVM and the shell works fine when it is executed from commad line on that server.

Thanks very much friend, Karma

And sorry for my limited english

mac33 Smilie
# 4  
Old 08-31-2005
make sure that 'java' is the $PATH when execjava.sh is executed.
Or specify an absolute path to 'java' in execjava.sh
# 5  
Old 08-31-2005
MySQL

Thank you very much vgersh99; the shell works fine remotely with an absolute path.

cheers

mac33

Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Triggering remote UNIX shell script from Remote desktop

I m trying to run a batch script in remote desktop which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like ssh hostname path ksh HC_Report.ksh>out.html ...but it generates the HTML file in remote desktop .i... (2 Replies)
Discussion started by: navsan
2 Replies

2. HP-UX

remote shell

hi how can i make remote shell to hp-ux from linux? (1 Reply)
Discussion started by: dereckfun
1 Replies

3. UNIX for Dummies Questions & Answers

runnig script from window machine

i want to run a script from window machine the script is ksh for i in $(cat some.txt) do rm $i done exit i have it saved as a file say progremove & made it chmod 7777 how do i run this script from a window machine vie a batch file telnet -l username servername then what... (2 Replies)
Discussion started by: sjumma
2 Replies

4. Shell Programming and Scripting

runnig a perl program from a different dir..

hi, This is perl, v5.6.1 built for MSWin32-x86-multi-thread in win2000advanced server,... i have all my perl programs in d drive.. i like to run perl programs from a different drive(ex : c drive..) that is simple in unix.. but i dont know how to do that in win.. do u know how to do... (3 Replies)
Discussion started by: sekar sundaram
3 Replies

5. Programming

Remote Shell Program

Hello, Where can I find some Remote shell program in UNIX Environment? thx (5 Replies)
Discussion started by: kennethchow
5 Replies

6. Shell Programming and Scripting

Runnig a Windows command from UNIX

Hi, I need to execute a Windows command from UNIX crontab ( or similar utility). We are evaluating the schedular applications that will easily solve this issue although it will be a while by the time the tool selection happens and I need something to implement this solution in the iterim. ... (1 Reply)
Discussion started by: ashpon
1 Replies

7. UNIX for Dummies Questions & Answers

RSH - Remote Shell

Dear All, I was wondering if there was any way that I could make RSH be non-blocking? i.e. make a remote connection to another machine and execute a function while being able to resume your program. T (4 Replies)
Discussion started by: thoang
4 Replies

8. UNIX for Dummies Questions & Answers

HP 9000 runnig Unix

I have aquired the dutties of looking after our MRP system We have a HP 9000D running Unix With MINX as tha MRP system Our last IT System adim. had crashed the system before he left and sense then we have not been able to log on to the system at the console or remotely. tha error reads minx... (6 Replies)
Discussion started by: bstrin
6 Replies

9. IP Networking

runnig squid at boot up

Hi Does any body know how i can run a program at bootup? I have squid (cache server) installed on my PC but after boot up i should run it manually but i want it to run automaticly is there a way? I used to do it by entering the address ina file but i've forgotten it now. But i remember that ... (2 Replies)
Discussion started by: hessam
2 Replies

10. UNIX for Dummies Questions & Answers

remote shell command

1. is there anyone know what is the record format for file .rhosts ? 2. where to put .rhosts file ? is it on caller or on callee ? 3. will remsh command works if callee is not unix platform (say AS400) ? 4. best regards, Yatno (4 Replies)
Discussion started by: yatno
4 Replies
Login or Register to Ask a Question