Hi guys,
I was trying the BottonDemo.java from Oracel tutorials (the source code is pasted below). It compiled fine, but gave me a java.lang.noclassdeffounderror at run time. I tried to google what this error is about and found this post helpful (
http://javaeesupportpatterns.blogspot.com/2012/06/javalangnoclassdeffounderror-how-to.html). I kinda understand what the author says, but I am a complete newbie, so I am still clueless as how to solve this problem.
Since I just started learning
Java and CS, so my questions are: what should I do next? (including reading books, tutorials, etc. ???) Should I just leave this problem alone at this point since I just started learning? Thanks a lot!!
the code:
http://docs.oracle.com/javase/tutorial/displayCode.html?code=http://docs.oracle.com/javase/tutorial/uiswing/examples/components/ButtonDemoProject/src/components/ButtonDemo.java