0

I am getting UnsupportedClassVersionError when running the Stanford Chinese Segmenter. I have seen other post saying that this results from not updating to the newest Java version. As seen below in the screenshot, I have the latest Java updated on my mac yet the problem remains.

enter image description here

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
YAL
  • 651
  • 2
  • 7
  • 22
  • Open Terminal, and type `java -version`, and add the result to your question, please. Your screenshot only shows the java version of the JRE, *not* the JDK. – RealSkeptic Oct 20 '15 at 20:52

1 Answers1

0

So after I checked my system using java -version it shows that it is still in 1.6 version. The way to resolve this problem is to download jdk from Oracle website.

YAL
  • 651
  • 2
  • 7
  • 22