0

I am using EWS Java API to connect Exchange Server. The Java version in my compile and runtime environment is 1.6.0_26.

When the application starts, it gives an error and the program exits. It says that Unsupported major.minor version 51.0. So isn't it possible to use this EWS library with Java 6, do I have to use Java 7 to make it run? (Because of some limitations, I am not able to switch Java 7 right now.) Please help me to find a way to work with Java 6.

Thanks

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
perloc
  • 101
  • 1
  • 10

1 Answers1

0

Same problem. Switched to JWebServices for Exchange (JDK 5)

didie
  • 1