
gokhan kocaman
Activity overview
Latest activity by gokhan kocaman-
gokhan kocaman commented, Finally I solved. As you mentioned above, installation both core and java sdk jars was problem. On my pom.xml: <dependency> <groupId>ly.count.sdk</groupId> <artifactId>java</artifactId> <v...
-
gokhan kocaman commented, As you see above, jar files don't include Countly and Config classes. So documentation above code can not be implemented.
-
gokhan kocaman commented, İ added maven dependency and repository too. As i declared above that in jar there are no Config and Countly classes. Documentation above is wrong.
-
gokhan kocaman created a post, java sdk problem
Hi, I try to integrate java sdk to my java ee project. On documentation it says: Config config = new Config("http://YOUR.SERVER.COM", "YOUR_APP_KEY") .enableTestMode() .setLoggingLevel(Config.Loggi...