Re: Newbie - JAR question



I've figured it out. I took the "org/jdesktop/layout/files..." and moved
it into my original JAR file. I then changed the the MANIFEST.MF as
follows.

Manifest-Version: 1.0

Ant-Version: Apache Ant 1.6.5

Created-By: 1.5.0_09-b03 (Sun Microsystems Inc.)

Main-Class: learn.CelsiusConverterGUI

Class-Path: org/jdesktop/layout/

X-COMMENT: Main-Class will be added automatically by build

Tried running my JAR and it worked this time. So... I guess I figured it
out. Thanks any ways.

Lee
.