Advertisement
infogulch

Submit.java

Jan 30th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. import com.jcraft.jsch.JSch;
  2.  
  3. public class Submit {
  4.  
  5.     /**
  6.      * @param args
  7.      */
  8.     public static void main(String[] args) {
  9.         // TODO Auto-generated method stub
  10.         JSch session = new Jsch()
  11.        
  12.         System.out.println("test" + session.toString());
  13.     }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement