Tagged Questions

8
votes
8answers
12k views

What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?

Folks In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries). If I download Sun's JDK ...
0
votes
1answer
62 views

Grails GORM related nullpointer that only occurs when running in AWS ElasticBeanstalk

I have a stacktrace that I am stumped on, because I cannot reproduce it locally. If I deploy the same .war of my grails app to a local instance of Tomcat 7, everything works. If I deploy it to AWS ...