Category Archives: PhD Meditations

Environment Variables and Google are your friends

My java functions actually reference other jar libraries. When I tried to run a function that used a call from one of these other jar files, I got the message “ERROR:  java.lang.NoClassDefFoundError: umontreal/iro/lecuyer/probdist/ChiSquareDist” which is never a good sign. I … Continue reading

Posted in PhD Meditations, PL/Java, PostgreSQL | Leave a comment