tn5250j/src/org/tn5250j/scripting JPythonInterpreterDriver.java,1.17,1.18
"Kenneth J. Pouncey" <[email protected]> Sat, 26 Jun 2004 11:03:18 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/scripting
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27772
Modified Files:
JPythonInterpreterDriver.java
Log Message:
Catch errors in class loader - this was a test for jdk 1.5
Index: JPythonInterpreterDriver.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/scripting/JPythonInterpreterDriver.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** JPythonInterpreterDriver.java 26 Jun 2004 10:59:37 -0000 1.17
--- JPythonInterpreterDriver.java 26 Jun 2004 11:03:15 -0000 1.18
***************
*** 37,47 ****
File.separator);
! // try {
_instance = new JPythonInterpreterDriver();
! // }
! // catch (Exception ex) {
! // }
InterpreterDriverManager.registerDriver(_instance);
}
--- 37,47 ----
File.separator);
! try {
_instance = new JPythonInterpreterDriver();
! }
! catch (Exception ex) {
! }
InterpreterDriverManager.registerDriver(_instance);
}
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com