- This topic has 4 replies, 2 voices, and was last updated 16 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
rgeib01MemberI’m about to tear my hair out…and this is an obvious issue to a lot of people cuz there are tons of posts on other forums (with no obvious answer as far as I can see) and all of those posts have been read numerous times.
I’m trying to use Apache’s POI. I have 3 jar files:
poi-3.2-FINAL-20081019.jar
poi-contrib-3.2-FINAL-20081019.jar
poi-scratchpad-3.2-FINAL-20081019.jarAll three are in a directory I’ve set up specifically for my jar files. In eclipse -> Project -> Properties, I go to the Libraries tab of the Java Build Path section and add external jars. I’ve added all 3 jars. I’ve restarted eclipse, re-built the application, and still every time I run, eclipse pops me into debug mode and gives me the NoClassDefFoundError. It compiles fine when I’m writing the code but doesn’t run. One post said to do the following, which I did: Click on the down arrow next to the “Run” button. Click on Open Run Dialog and make sure the classpath tab contains those jars.
Well, when I click on any of the items to the left, all I get on the right is text – I don’t get a Classpath tab. I can create a new configuration, and then I’ll see the classpath tab. But in the classpath tab, those 3 jars are already listed.
I’m seriously so frustrated. And I’m not sure if I’m posting in the right place – is this myeclipse or just eclipse? Ugh….I’m ready to go back to vi now.
Loyal WaterMemberis this myeclipse or just eclipse?
This is a MyEclipse forum. Incase you are working with Eclipse, I would suggest you post this query on the eclipse forums since they are more familiar with the Eclipse IDE.
rgeib01MemberYeah, and wish me luck finding the eclipse forums. I hate eclipse. Here’s a thought: let’s create an IDE that does everything for everyone and let’s make it as unintuitive as possible. Yeah!
rgeib01MemberOkay, seriously, please: WHERE ARE THE ECLIPSE FORUMS?!?! I’ve gone to eclipse.org and their site is about as usable as their IDE – at least in terms of finding a friggin’ forum. Ugh….
Loyal WaterMemberYou can try posting the query here:-
http://www.eclipsezone.com/eclipse/forums/c5605.html -
AuthorPosts