Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tuketko

  1. Tuketko

    problem with program executing (NoClassDefFoundError)

    Ooooooo. Thanx very, very, much (I knew that java is case sensitiv, but I don't know that so much:)))
  2. Tuketko

    problem with program executing (NoClassDefFoundError)

    Ok. SO File Evidencia.java and Evidencia.class (+ other class files produced by javac) are in directory c:\krutek\java\source if I type java -classpath c:\krutek\java\source evidencia from directory c:\krutek\java\source or c:\program~1\2sdk14~1\bin\java -classpath c:\krutek\java\source...
  3. Tuketko

    problem with program executing (NoClassDefFoundError)

    Thanx by it doesn't work still. When I run it without -classpath (or with -classpath pathtosourcedirectory evidencia )then output is like this: Exception in thread "main" java.lang.NoClassDefFoundError: evidencia (wrong name : Evidencia) at...
  4. Tuketko

    problem with program executing (NoClassDefFoundError)

    I have this problem. I wrote a simple code in NetBeans and when I try run it, it works. But when I write this same code (or another in where I use constructor for main class)in notepad and try it run via command line ("java.exe ...") I got this message: 'Exception in thread...

Part and Inventory Search

Back
Top