diego.peinado
New member
Hi, I pretend to tell you how I've learned to use jlink up to date.
I begun with async applications because are easier to setup and to debug. I have used netbeans 5.5. Only remember to load the pfcasync.jar. I have used JDK 1.6, so there is no need to try to find jdk 1.42. Important to remember also System.loadLibrary("pfcasyncmt"); before try to connect:
try{
connection = pfcAsyncConnection.AsyncConnection_Connect (null,null,null,null);
miSesion = connection.GetSession();
JOptionPane.showMessageDialog(null, "Got ProE Session");
} catch (jxthrowable x) {  ;
System.out.println("Problemas en la conexi
I begun with async applications because are easier to setup and to debug. I have used netbeans 5.5. Only remember to load the pfcasync.jar. I have used JDK 1.6, so there is no need to try to find jdk 1.42. Important to remember also System.loadLibrary("pfcasyncmt"); before try to connect:
try{
connection = pfcAsyncConnection.AsyncConnection_Connect (null,null,null,null);
miSesion = connection.GetSession();
JOptionPane.showMessageDialog(null, "Got ProE Session");
} catch (jxthrowable x) {  ;
System.out.println("Problemas en la conexi