[19:48]<midnightmonster> all of a sudden my local copy of helma is using some old version of rhino (in which XML doesn't exist and destructuring assignment is "invalid assignment left hand side") [20:59]<midnightmonster> apparently an ubuntu update to rhino ended up with a copy of js.jar in /usr/share/java, and that (1.6 version) copy has such a powerful presence that even running java -jar /path/to/other/rhino.jar still ended up invoking the system one [21:00]<midnightmonster> that's crazy [22:16]<daniel_> can anyone help me with java reflection? i have a class with some subclasses. the subclasses constructor calls the superclass constructor. in the superclass constructor i want to find out from which subclass constructor it was called. any ideas anyone? [22:22]<daniel_> just found out that i'm stupid [22:22]<daniel_> its as easy as super.getClass() [22:22]<daniel_> however not applicable in my situation [23:26]<midnightmonster> (is that jfois to go with owitimbs ?)