Can JNA be used to load .dll files on App engine ? If Yes, how can I set the system properties so that the .dll files can be loaded ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quoting from GAE documentation:
“An app also cannot use JNI or other native code. The JVM can execute any Java bytecode that operates within the sandbox restrictions.”
Take a look at http://code.google.com/appengine/docs/java/overview.html
Alternatives might be: http://groups.google.com/group/google-appengine/browse_thread/thread/955462616d229b3e?pli=1