Hi all, I just joined the group and wanted to say I started using H2 some weeks ago and so far I'm loving it :)
I have created some aggregate functions for my Java application and they run fine within the program (having h2 embedded). I would like to know, if possible, how to use these functions within the H2 Console for testing purposes. I have tried: - Adding the jar containing the class files into the h2.jar and changing the manifest to add it to the classpath. - Adding the *.class files into the h2.jar and changing the manifest to add them to the classpath. - Adding the jar to the windows CLASSPATH variable. How would it be possible then? Thanks a lot in advance, best regards! -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
