Guest User

Untitled

a guest
Feb 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. import com.intersys.globals.*;
  2.  
  3. public class Assignment {
  4.  
  5. public static void main(String[] args) {
  6. final String user = "Andrew";
  7. final String password = "Tobilko";
  8.  
  9. Connection connection = ConnectionContext.getConnection();
  10. connection.connect("USER", user, password);
  11. }
  12.  
  13. }
  14.  
  15. Exception in thread "main" java.lang.StackOverflowError
  16. at com.intersys.globals.internal.GlobalsConnectionJNI.connectImpl(Native Method)
  17. at com.intersys.globals.internal.GlobalsConnectionJNI.connect(GlobalsConnectionJNI.java:107)
  18. at com.tobilko.a3.Assignment.main(Assignment.java:12)
  19.  
  20. ln -s $GLOBALS_HOME/bin/libisccache.dylib /usr/local/lib
  21. ln -s $GLOBALS_HOME/bin/liblcbjni.dylib /usr/local/lib
  22. ln -s $GLOBALS_HOME/bin/liblcbindnt.dylib /usr/local/lib
  23. ln -s $GLOBALS_HOME/bin/liblcbclientnt.dylib /usr/local/lib
  24. ln -s $GLOBALS_HOME/bin/libmdsjni.dylib /usr/local/lib
Add Comment
Please, Sign In to add comment