-1

when running project in netbeans 8 the following error appear Exception in thread "main"

java.lang.UnsupportedClassVersionError: src/cpabe/bsw/accessStructure/AccessTree : Unsupported major.minor version 52.0.

i read that i need to download jre 8 but after download and run it the same error appear.

PM 77-1
  • 12,933
  • 21
  • 68
  • 111

1 Answers1

1

This error happens because the jar was compiled in jdk 1.8, but you are running it using a jdk 1.7.

Denis Ismailovski
  • 311
  • 1
  • 7
  • 15