1
Shared Resources / Re: Electrotank Multiplayer Kit (Note: Discontinued)
« on: March 08, 2014, 01:35:19 pm »
I'm still using ElectroServer, wrote a connecting behavior and created extension for it, still in the works but working
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
SceneServerConnect (60) - Class not found
<?xml version="1.0" encoding="utf-8"?>
<project>
<classpath name="" />
<ndll name="nativetest" if="ios"/>
<java path="project/android" />
<template path="template/android/libs/Blah-5-Java-Client.jar" rename="template/android/libs/Blah-5-Java-Client.jar" if="android"/>
</project>
And also put the Blah-5-Java-Client.jar there.. I saw in the native extension tutorial how to access specific functions, but I have many different Classes and functions being executed so I'd like the whole .jar available.