NoClassDefFoundError on startup
Brought to you by:
hau_h
Hi,
ekspos throws a NoClassDefFoundError on startup:
Exception in thread "AWT-EventQueue-0" java.lang.
NoClassDefFoundError: kiyut/swing/shell/shelllistview/
ThumbnailView$ThumbnailViewDragGestureRecognizer
This is easily fixed by correcting a typo in the corresponding "clas"-
file (which should obviously be a "class"-file):
cd classes/kiyut/swing/shell/shelllistview/
mv ThumbnailView$ThumbnailViewDragGestureRecognizer.clas
ThumbnailView$ThumbnailViewDragGestureRecognizer.class