Google App Engine: create deployable package of Java application -


i make app engine application easy install anyone, non-developers. can distribute app sdk included , can wrap install process easy-to-use install script or use gui installer (i found this example).

the problem jdk required install process , have learned, quite complicated configure java environment. in recent versions of app engine sdk, there issue when jre conflicts jdk , install process fails during compiling jsp files. without issue, installing jdk still step user needs before deploying app.

i've come possible ways i'm not sure whether of them possible:

  1. "precompile" application , distribute "ready-to-deploy" package wouldn't require jdk present during install process.
  2. somehow distribute app jdk. install package closed environment predefined paths java , javac used included sdk. result, user have download 1 big package contain required files (jdk + sdk + app itself) , wouldn't have download or configure else.

any thoughts?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -