reset password
Author Message
ajoshi5
Posts: 7
Posted 22:15 Oct 20, 2014 |

Hello Professor Albert,

Greetings.
Ankit Joshi (cs320stu157) here.

I have uploaded my properly working homework1 on server-side folder as well as on CSNS with all 4 necessary files,But when i am trying my URL of assignments.html in browser ,it shows 500 level error like bellow.

"HTTP STATUS 500 - UNSUPPORTED major.minor 52.0 error"

I tried google for it and checked jdk/jre things for my apache and eclipse ,which are good to go with latest versions and properly installed.

Doc, i don't want to loose my marks for some naive mistake or server side error.

Hopping for your favorable response.

Your faithfully,
Ankit Joshi

 

Attachments:
nirajpatel2402
Posts: 8
Posted 23:04 Oct 20, 2014 |

If i'm not wrong, cause of this is higher compiler compliance level than the runtime compliance level. Use 1.7 compiler compliance level and apache-tomcat 7 in your system. 

Good Luck!!