![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to set path for java in UNIX | subhotech | UNIX for Dummies Questions & Answers | 2 | 07-12-2007 07:57 AM |
| java on unix | parmeet | UNIX for Advanced & Expert Users | 1 | 01-31-2007 05:33 AM |
| newbie need help to run java in UNIX | uci | UNIX for Dummies Questions & Answers | 5 | 03-09-2005 10:01 PM |
| run a java file on UNIX? | leotopia | UNIX for Dummies Questions & Answers | 3 | 07-17-2003 08:44 PM |
| Executing UNIX command from java on NT | CJ Walt | UNIX for Dummies Questions & Answers | 1 | 06-25-2003 10:39 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
login to unix using java
Hey..i need some assistance to login to unix using a java application. The point is, i need to read a particular file in unix using a java application on windows.
|
| Forum Sponsor | ||
|
|
|
|||
|
I'm guessing you want to telnet in to the UNIX box - a telnet class will do that.
This is not terribly secure. There are several of them out on the net, I cannot vouch for how well they work. Because we chose: A better choice would be to create a share on the UNIX box using samba, requiring authentication. Then the local Windows box can mount/dismount the share. |