-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-21 02:20:20 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-21 02:20:20 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-21 02:20:20 UTC by sf-robot
-
mikkey committed patchset 799 of module wife to the WIFE - open source SWIFT CVS repository, changing 4 files.
2009-11-17 14:21:07 UTC by mikkey
-
zubri committed patchset 798 of module wife to the WIFE - open source SWIFT CVS repository, changing 1 files.
2009-11-15 00:05:32 UTC by zubri
-
The java.lang.NoClassDefFoundError are typically classpath-related. it does not have any relation (AFAICT) with java version or class version, since another exception is raised when mayor bit of class is incorrect. Please double check your classpath and execution environment.
2009-11-09 13:48:54 UTC by mikkey
-
That's (FINWriterVisitor ) the class I was referring to.
2009-11-09 13:45:37 UTC by mikkey
-
It gives the error on the line
ConversionService c = new ConversionService();.
2009-11-09 08:22:25 UTC by netherxx
-
files.length; i++){
String filename = files[i];
PFile(filename, dirstring);
}
}
}
public static void PFile(String aFile, String dirname) {
System.out.println(aFile);
StringBuffer contents = new StringBuffer();
try {
//use buffering, reading one line at a time
//FileReader always assumes default encoding...
2009-11-09 08:21:47 UTC by netherxx
-
2009-11-09 08:20:16 UTC by netherxx