Search found 2 matches

by Avatar
Fri Feb 03, 2006 10:45 am
Forum: Java
Topic: ClassDefNotFound and Cannot find Symbol: Fix
Replies: 5
Views: 2191

This thread also has an explanation and a (better) workaround for this problem.
by Avatar
Mon Oct 24, 2005 12:34 am
Forum: Java
Topic: ClassDefNotFound and Cannot find Symbol: Fix
Replies: 5
Views: 2191

ClassDefNotFound and Cannot find Symbol: Fix

The following will set textpad up so that it correctly compiles and runs java source files in the default package (ie java files without a 'package myPackage;' type header). This will fix the problem where textpad cannot find classes in the same directory as the current java file, giving a 'Cannot ...