i need to connect to an AS400 database using jt400.jar and it's work fine but ... when i create a standalone (.exe) program this not work.
Ideas to resolve ?
Yes IBM AS400 iSeries, where there is installed SAP for OS/400.
My program with jt400.jar connect to it and read and write SAP tables, it works fine if i not compile with b4jpackager but if i create a standalone program jt400.jar not connect to AS400, there isn't error messages in compiler but non connect. I think that the problem like jpoi
Why not leave it as an executable jar file? I also have not had any luck compiling to an Windows exe file. The exe is created but does not run. So I am ok with the jar file, that works fine.
Hi all i've resolved :
1) download new jar : https://jar-download.com/artifact-search/jt400
2) modify connection in app with : "com.ibm.as400.access.AS400JDBCDriver","jdbc:as400://server",user,password)