I´m Using eclipse with Java 1.8 in PC . in BBB i´m using JRE 1.8 . with Debian.
I Create a directory in BBB called Libbuldog and put all files together. in eclipse (on PC) I create the aplication and the copy de class file to BBB. But it not works.
in thread "main" java.lang.NoClassDefFoundError: org/bulldog/core/platform/Platform
at DigitalIO.main(DigitalIO.java:18)
Caused by: java.lang.ClassNotFoundException: org.bulldog.core.platform.Platform
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
What wrong with my set up . Do i have to compile in command line of BBB?
Could you help please. ?