Java Question New Library Fail

DaniGP

Member
Licensed User
Longtime User
I've done a new library in java with Eclipse. Very simple. But when i Run my B4A project i receive this error: PLEASE HELP! :sign0085:

main_globals (java line: 411)
java.lang.NoClassDefFoundError: sact.sactNet.SactNet
at sact.hostnames.main._globals(main.java:411)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:167)
at sact.hostnames.main.initializeGlobals(main.java:226)
at sact.hostnames.main.afterFirstLayout(main.java:86)
at sact.hostnames.main.access$100(main.java:16)
at sact.hostnames.main$WaitForLayout.run(main.java:74)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4898)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
at dalvik.system.NativeStart.main(Native Method)
 
Top