[email protected] wrote:
>
>> "Could not find the main class: HelloWorldPDF"
>> means you don't even have your own app in your Java CLASSPATH.
>
> All java apps other than the iText examples are compiling and executing
> properly
The same goes for iText examples on my side.
> for HelloWorld
Preeti Chakravarti wrote:
> Could someone please tell me what is wrong?
The main thing that is wrong, is that you are new to Java.
Please don't try to run before you can walk.
"Could not find the main class: HelloWorldPDF"
means you don't even have your own app in your Java CLASSPATH.
NoClassDef
Hey all
I'm new to java and I need to use java and itext for my class project.I
installed libitext-java version 1.4.5-3 in debian using apt.When i try to
compile the HelloWorld program
import java.io.*;
import com.lowagie.text.pdf.*;
import com.lowagie.text.*;
public class HelloWorldPDF
{