Step-by-step tutorial on how to install and run iText with Eclipse to create PDFs

This tutorial will show you how to install and run all the software necessary for you to create PDF files in Java. We will be using the Eclipse editor to write the Java code. Of course there are many other Java editors, but we consider Eclipse to be particularly convenient. This tutorial focuses on the Windows platform. You will work through the following five steps: Continue reading “Step-by-step tutorial on how to install and run iText with Eclipse to create PDFs”

Tutorial on how to install and run Java on Lego Mindstorms NXT using Eclipse

This tutorial will show you how to install and configure all the software necessary for you to develop Java programs for the LEGO Mindstorms NXT. Java is much more powerful and flexible than the original NXT-G software that LEGO provides. We will be using the Eclipse editor to write the actual Java code and to download this into the NXT. This combination enables you to conveniently write software and to quickly test it on the NXT. Of course there are many other Java editors, but we consider this combination to be particularly convenient. This tutorial focuses on the Windows XP platform, A Mac OS X tutorial is also available. We have two additional steps for Windows Vista. You will work through the following five steps: Continue reading “Tutorial on how to install and run Java on Lego Mindstorms NXT using Eclipse”

Step-by-step installation of iText on Windows

This tutorial will help you installing iText on Windows. iText allows you to create PDF files from Java. A new and better tutorial on how to run iText with Eclipse is now available. Continue reading “Step-by-step installation of iText on Windows”

Step-by-step installation for iText on Mac OS X

This tutorial will show you how to install iText on Mac OS X. Java is pre-installed on Mac OS X. If you should not have the latest version then you can update via the “Software Update” function of the OS. The procedure for installing external libraries, such as iText, on the Mac is quite simple: locate the folder /library/Java/Externals and drag’n’drop the .jar file into this folder. Continue reading “Step-by-step installation for iText on Mac OS X”