Problems with Eclipse 3.0
- From: "sjoshi" <sjoshi@xxxxxxxx>
- Date: 31 Aug 2005 07:24:52 -0700
I'm trying to run a simple java project in Eclipse3.0 and it was fine
till I tried adding a src and bin folders in the
Project->Properties->Source tab. I added a folder src under my project
Ch1 and it added the bin folder too.
Now when I try to run the Ch1, it says: java.lang.NoClassDefFoundError:
org/sj/Ch1_01
I can see the .java files under ../org/sj/Ch1_01 folder though. All the
files have the statement package org.sj; at the top.
thanks
Sunit
.
- Follow-Ups:
- Re: Problems with Eclipse 3.0
- From: Bryce
- Re: Problems with Eclipse 3.0
- From: Andrew Thompson
- Re: Problems with Eclipse 3.0
- Prev by Date: Re: To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- Next by Date: Re: Method chaining with generics
- Previous by thread: Duplex socket receiving data too fast?
- Next by thread: Re: Problems with Eclipse 3.0
- Index(es):
Relevant Pages
|