i need help?

a message:::::::::::::

java.lang.NoClassDefFoundError: ipsmms.server.dto.USERPOOL

java.lang.Throwable(java.lang.String)

java.lang.Error(java.lang.String)

java.lang.LinkageError(java.lang.String)

java.lang.NoClassDefFoundError(java.lang.String)

void ipsmms.applet.cb.Check.setInitParam()

void ipsmms.applet.cb.Check.setInitParam()

void ipsmms.applet.cb.Check.init()

void sun.applet.AppletPanel.run()

void java.lang.Thread.run()

is coming why? plz help

[523 byte] By [shakespeara] at [2007-10-3 3:32:10]
# 1
Class file or library missing: ipsmms.server.dto.USERPOOL
CeciNEstPasUnProgrammeura at 2007-7-14 21:26:21 > top of Java-index,Java Essentials,Java Programming...
# 2
so it means i have to import that clas
shakespeara at 2007-7-14 21:26:21 > top of Java-index,Java Essentials,Java Programming...
# 3
yeah, or make sure the class/jar is in your classpath.it might also help in the future to provide a reasonable Subject for your posting rather than "i need help", which is not a question so why the ?or were you asking if you needed help?
SoulTech2012a at 2007-7-14 21:26:21 > top of Java-index,Java Essentials,Java Programming...
# 4
> so it means i have to import that clasImporting has nothing to do with it. It's a classpath issue. Try googling for java classpath tutorial or java classpath example.
jverda at 2007-7-14 21:26:21 > top of Java-index,Java Essentials,Java Programming...
# 5
Also in the future use something a little more descriptive in the subject as it's implied when you are posting in here that you need help.
Aknibbsa at 2007-7-14 21:26:21 > top of Java-index,Java Essentials,Java Programming...