Bug 9002 - Compiler emits invalid java.lang.NoClassDefFoundError
Summary: Compiler emits invalid java.lang.NoClassDefFoundError
Status: RESOLVED DUPLICATE of bug 6914
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-02 16:37 EST by Kevin Driedger CLA
Modified: 2002-02-11 04:52 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Driedger CLA 2002-02-02 16:37:45 EST
During the Smartlinking of a jcl MIDP application, this was the output from it:
-------------------------------
Build file: C:\wsdd\WSDD-full-dev-win-3.99.60\wsdd\eclipse\runtime-
workspace\zz\wsddbuild.xml
C:\wsdd\WSDD-full-dev-win-3.99.60\wsdd\wsdd4.0\ive\bin\jxelink -macro PROJECT 
zz=C:\wsdd\WSDD-full-dev-win-3.99.60\wsdd\eclipse\runtime-workspace\zz -macro 
IVEHOME=C:\wsdd\WSDD-full-dev-win-3.99.60\wsdd\wsdd4.0\ive @C:\wsdd\WSDD-full-
dev-win-3.99.60\wsdd\eclipse\runtime-
workspace\zz\pocketpcarm\zz.jxeLinkOptions -noDots -noLogo
IVEL0009(A) Loaded 1 class(es) in 2 seconds.
IVEL0049(A) Reduced to 1 class(es) in 1 seconds.
IVEL0016(W) In method org.eclipse.swt.internal.BidiUtil.<clinit>(), referenced 
class java.lang.NoClassDefFoundError not found.
IVEL0016(W) In method org.eclipse.swt.internal.BidiUtil.<clinit>(), referenced 
class java.lang.NoClassDefFoundError not found.
IVEL0012(A) Generated "C:\wsdd\WSDD-full-dev-win-3.99.60\wsdd\eclipse\runtime-
workspace\zz\pocketpcarm\zz.jxe" in 0 seconds.
IVEL0076(A) Preverifier inlined finally clauses of 0 method(s) and generated 86 
bytes stack attributes in 0 seconds.
IVEL0036(A) Summary: 0 error(s), 2 warning(s), 1 class(es) read, 1 class(es) 
written, 0 resource(s) written.
IVEL0039(A) Summary: classes and resources require 1131 bytes ROM, 256(no 
JIT)/328(JIT) bytes RAM.
-------------------------------

Notice it says java.lang.NoClassDefFoundError class not found.  This is due to 
the fact that java.lang.NoClassDefFoundError is not a valid class for this 
java class library.
Comment 1 Kevin Driedger CLA 2002-02-02 16:47:42 EST
Duplicate of bug 6914:
http://bugs.eclipse.org/bugs/show_bug.cgi?id=6914


*** This bug has been marked as a duplicate of 6914 ***