Error in executing
- by Saranya.R
Hi........
I am interested in sending tweets using Java program.I wrote the following prgram.It doen't show any error in compiling.But while executing it shows
"Exception in thread "main" java.lang.NoClassDefFoundError: hi
Caused by: java.lang.ClassNotFoundException: hi
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at…