• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to compile jsp files using GAE

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to integrate OAuth with salesforce and GAE using Eclipse 3.7 Indigo having App Engine SDK 1.7. The problem is that application was written in jdk 1.5 and I have to make it deploy in jdk 1.6. I have used 5 helper jar files as: commons-codec-1.6.jar, commons-lang-2.6.jar, oauth-1.4.jar, partner-18.jar, wsc-gae-16_0.jar. The partner jar contains: com.sforce.sobject.SObject.class which is to be used to compile jsp files.
But its showing error as:


I'm trying to figure out how this problem can be resolved. Anyone help me in this regard.
Thanks,
sanchit
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic