-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,254
  • 20
  • 64
  • 106

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.