Can SAP Java connector JCo3 lib and JCo2 lib co-exist in a Solaris/Apache/Tomcat server? I am thinking if I can use JCo3 for a new application without touching existing JCo2 applications.
Asked
Active
Viewed 87 times
1 Answers
1
Yes! The classes and packages, JAR files and native libraries are independent and have different names, so you can have both loaded at the same time. The API is different though, so your code will have to be different for each.

Chris Carruthers
- 3,945
- 6
- 31
- 31