Re: [iText-questions] ClassNotFound exception when executing HelloWorld program

2009-02-21 Thread 1T3XT info
[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

Re: [iText-questions] ClassNotFound exception when executing HelloWorld program

2009-02-21 Thread 1T3XT info
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

[iText-questions] ClassNotFound exception when executing HelloWorld program

2009-02-20 Thread Preeti Chakravarti
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 {