<https://lh3.googleusercontent.com/-W1hVu9d0AMw/V-jN0VhOmEI/AAAAAAAAAQQ/gJ9Yr18tZ7gyhnVxkxyV3th-FFc99UrtwCLcB/s1600/MHTalk.jpg>
 HI 
 
l create a new projet and my build.xml is up to date. l did not change the 
classpath of my project.
The run section of the classpath look like this; Here is the picture of it

<https://lh3.googleusercontent.com/-W1hVu9d0AMw/V-jN0VhOmEI/AAAAAAAAAQQ/gJ9Yr18tZ7gyhnVxkxyV3th-FFc99UrtwCLcB/s1600/MHTalk.jpg>
 
<https://lh3.googleusercontent.com/-W1hVu9d0AMw/V-jN0VhOmEI/AAAAAAAAAQQ/gJ9Yr18tZ7gyhnVxkxyV3th-FFc99UrtwCLcB/s1600/MHTalk.jpg>













When I run againt the app I have same error message; which is provide in 
the following; I don't what to do to solve this probleme

compile:
run:
java.lang.ClassNotFoundException: com.mhsoft.mhtalk.WebSocketNativeImplImpl
    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)
    at java.lang.ClassLoader.findSystemClass(ClassLoader.java:1001)
    at 
com.codename1.impl.javase.ClassPathLoader.findClass(ClassPathLoader.java:100)
    at 
com.codename1.impl.javase.ClassPathLoader.loadClass(ClassPathLoader.java:50)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:259)
    at com.codename1.system.NativeLookup.create(NativeLookup.java:81)
    at com.mhsoft.mhtalk.WebSocket.<init>(WebSocket.java:87)
    at com.mhsoft.mhtalk.MHTalk$1.<init>(MHTalk.java:41)
    at com.mhsoft.mhtalk.MHTalk.init(MHTalk.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.codename1.impl.javase.Executor$1$1.run(Executor.java:81)
    at com.codename1.ui.Display.processSerialCalls(Display.java:1151)
    at com.codename1.ui.Display.mainEDTLoop(Display.java:968)
    at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120)
    at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176)
java.lang.NullPointerException
    at com.mhsoft.mhtalk.WebSocket.<init>(WebSocket.java:88)
    at com.mhsoft.mhtalk.MHTalk$1.<init>(MHTalk.java:41)
    at com.mhsoft.mhtalk.MHTalk.init(MHTalk.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.codename1.impl.javase.Executor$1$1.run(Executor.java:81)
    at com.codename1.ui.Display.processSerialCalls(Display.java:1151)
    at com.codename1.ui.Display.mainEDTLoop(Display.java:968)
    at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120)
    at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176)
Java Result: 1
BUILD SUCCESSFUL (total time: 10 seconds)


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/98874942-9e97-400d-a52b-1241e5176dff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to