• 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

Issue with javax.script

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So I've been at this for a long time now, and I can not figure out why I'm crashing, hoping someone here can maybe help me out.

What is happening is that I am crashing on attempting to create a new ScriptEngineManager. I don't know why, and I haven't found a way to get anything useful out of eclipse in terms of debugging.

I'm working in Eclipse for Android, and initially I was unable to even import javax.script. I initially used a jdk16 jar file I found, and was having the same problem I am currently having. I have since uninstalled and reinstalled everything, which has made it so i no longer need that jar file.

If theres any information I can give you guys that would help, I'd be more than willing. I'm desperate for a hand on this one, and greatly appreciate anyone whose taking the time to read this.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So this is an Android app? Android is based on Java 1.5 - which does not support javax.script.
 
reply
    Bookmark Topic Watch Topic
  • New Topic