• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

LinkedList Problems in JSP

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,
I'm using JSP and MySQL for my project. I've successfully completed my project and uploaded into a remote server. But some codes are not working in the remote server and showing error. It was running very fine in my local network here.

The code which is giving problem is here


and outputting the values here


When i run this code in my local network it is running fine and giving me the correct output. When i run in the remote server it is giving me error like this


Please help me ranchers to solve this, I think the Java version i'm using in Jdk1.5 and in the server it is jdk1.2.. So how can i fix the problem in the remote server.

Thanks in advance

regards

Aravind Prasad
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not post the same question more than once.
 
reply
    Bookmark Topic Watch Topic
  • New Topic