The Artima Developer Community
Sponsored Link

Java Buzz Forum
9 Years of Classpath Problems

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vik David

Posts: 144
Nickname: fairbiased
Registered: Jan, 2005

Vik David is an independant consultant in Washington, DC.
9 Years of Classpath Problems Posted: Oct 6, 2005 9:51 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vik David.
Original Post: 9 Years of Classpath Problems
Feed Title: The Fair And Biased Blog
Feed URL: http://blog.vikdavid.com/index.rdf
Feed Description: On Software Development and related program activities ...
Latest Java Buzz Posts
Latest Java Buzz Posts by Vik David
Latest Posts From The Fair And Biased Blog

Advertisement
It's been 9+ years since I wrote and compiled my first Java program. I'm embarassed to admit that occasionally I'm still stumped by classpath problems. Exception in thread main java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Layout This time it was an easy fix - I'd put the application in a JAR and hadn't added the necessary Class-Path: lib/swt.jar reference in the manifest.mf file. Thankfully, it's a desktop app, so troubleshooting took minutes instead of hours (common in server apps). Atleast it wasn't one of those find-the-JAR-with-obscure-classname needed at runtime classpath problems that a certain J2EE...

Read: 9 Years of Classpath Problems

Topic: Links for 2005-09-25 [del.icio.us] Previous Topic   Next Topic Topic: FDA OK’s Cholesterol Drug Lipitor for Diabetics

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use