java plugin: Use slashes rather than dots to lookup classes.
authorRandy Rizun <rrizun@gmail.com>
Thu, 28 May 2009 10:06:37 +0000 (12:06 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 28 May 2009 10:06:37 +0000 (12:06 +0200)
commit9ae4ff9053e3ae8923db028b75669fcda19eb4ae
tree666680ef710aed7b4720cc8c1f29825e3c948fa5
parent34e095d9e7c605ded713203f21e4f00c8d6b6d44
java plugin: Use slashes rather than dots to lookup classes.

there are three (3) invocations of FindClass that use "." periods
instead of "/" slashes

java.lang.Long
java.lang.Double
org.collectd.api.DataSet

those need to be fixed up to use "/" slashes

Thanks!
src/java.c