-
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
-
I am using jar version 5.2. However, when i try to use a self built class which loops through files in a directory and checks whether its an ack or nack, it gives me the following message:
Exception in thread "main" java.lang.NoClassDefFoundError: net/sourceforge/wife/services/ConversionService
at ProcessFiles.PFile(ProcessFiles.java:107)
at...
2009-11-09 08:18:41 UTC by netherxx
-
Hi Mikkey
I just find a FINWriterVisitor from the source code, could you tell me where to find writervisitor?.
2009-11-09 07:14:33 UTC by williejiang
-
thanks, we will try...
2009-11-09 01:39:17 UTC by williejiang
-
Did you check http://wife.sourceforge.net?.
2009-11-06 15:36:03 UTC by zubri
-
Hi Daniel. It's already supported. There are no restrictions at WIFE to create or parse those messages.
Also notice we added a helper method at SwiftMessage that checks if the message is a cover payment, based on the content of the User Header (block3). (CVS version)
2009-11-06 15:23:07 UTC by zubri