Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Exception in thread "main" java.lang.NoClassDefFoundError: typesExtraOef2b

Reply
Thread Tools

Exception in thread "main" java.lang.NoClassDefFoundError: typesExtraOef2b

 
 
Bernd
Guest
Posts: n/a
 
      10-09-2005
Exception in thread "main" java.lang.NoClassDefFoundError: typesExtraOef2b





i get this error while trying to run a small program.what can i do to fix
this



thanks in advance


 
Reply With Quote
 
 
 
 
zero
Guest
Posts: n/a
 
      10-09-2005
"Bernd" <> wrote in
news:43496dd7$0$21684$:

> Exception in thread "main" java.lang.NoClassDefFoundError:
> typesExtraOef2b
>
>
>
>
>
> i get this error while trying to run a small program.what can i do to
> fix this
>
>
>
> thanks in advance
>
>
>


A number of things can cause this. For beginners, the most common cause is
mistyping a class name. You probably need TypesExtraOef2b, not
typesExtraOef2b. Try running the program with this command line:

java -classpath . TypesExtraOef2b

With the little information you've given, that's the best guess I can come
up with.
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      10-10-2005
On Sun, 9 Oct 2005 21:21:55 +0200, "Bernd"
<> wrote or quoted :

>Exception in thread "main" java.lang.NoClassDefFoundError: typesExtraOef2b
>
>
>
>
>
>i get this error while trying to run a small program.what can i do to fix
>this


http://mindprod.com/jgloss/caq.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exception of type 'System.Web.HttpUnhandledException' wasthrown.Exception has been thrown by the target of an invocation.System.WebSystem.Exception jobs ASP .Net 1 11-16-2007 05:57 PM
while executing my client program i get the exception javax.naming.LinkException: [Root exception is javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: remaining if plz anybody know how to solve this problem then mahesh Java 0 03-08-2007 12:26 PM
Terminating a thread from the main thread Charles A. Lackman ASP .Net 3 12-09-2004 02:12 PM
"Thread was being aborted" error from WebApp using Thread.Sleep. Stephen Miller ASP .Net 3 07-01-2004 11:50 PM
perl 5.8.2/3 - thread started by a thread pawo Perl 0 02-16-2004 01:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57