Is there a way to find out the earliest versions of javac that work with
the different versions of itext?

Actual problem:
I have an external website required by work that, not via app, but some how
uses java to run code. We where originally using IE 6 with java 1.3.1 that
worked with this site. I tried upgrading to IE8 and java 7.2.
I think with a newer version of java that has an IE plugin it uses the app
method, however strings sent from the code under java 7.2 get the
whitespace removed from the beginning of each line. I tried reverting back
to the original version of java 1.3.1. When i tried using IE8 over IE6 it
no longer worked it was complaining about Data Execution Prevention(DEP). I
added java and ie to the allow list in DEP, but DEP still didn't like it.
So I dropped back down to IE6. I will be experimenting with different
versions of java and find the newest I can use with the code on the remote
site. I'd like to only have one version of java that works with all the
programs that need java.

Current Solution:
After installing java 7.2 I copied the c:\program files\java\jre7 diectory
to c:\jre7 and uninstalled all versions of java then reinstalled java 1.3.1.
For my program I use the complete path to the version of java I copied ie:
c:\jre7\bin\java.exe -cp ".;c:\itext\itextpdf-1.5.3.jar" Myprogram
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to