2

While generating jar file through command prompt getting "target release 1.6 conflicts with default source release 1.8".

Error screenshot

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
  • Possible duplicate of http://stackoverflow.com/questions/23627606/target-different-version-of-jre – Rufi Jan 10 '17 at 07:39
  • 3
    Possible duplicate of [Target different version of JRE](http://stackoverflow.com/questions/23627606/target-different-version-of-jre) – Ferdinand Prantl Jan 10 '17 at 07:58

1 Answers1

1

I also faced same issue.If you use wsc-23.jar file,then the issue is resolved as wsc-23.jar supports java 1.6,1.7 and 1.8 as well. Check this for more information Target Release Issue

sunny522
  • 11
  • 1