I thought DEP can be completely disabled in windows. Perhaps that helps your case?
5.1.3 needs at least Java 5. Works also with Java 6, I haven't tried it with Java7 yet but that shouldn't be a problem I think. The "strings sent from the code under java 7.2 get the whitespace removed" must be something in the app you're using, since that is not Java behaviour as far as I know. On 24/01/12 17:57, Jeff Sadowski wrote: > > > On Tue, Jan 24, 2012 at 1:07 AM, Balder VC <[email protected] > <mailto:[email protected]>> wrote: > > itextpdf-1.5.3.jar is mighty mighty mighty .... mighty old. The same > counts for Java 1.3.1 and Java 6 has EOL notice on July 2012. > > I had a typo I'm using itext 5.1.3 which seems to be the latest. > > > You can't expect us to start trying out the different Java versions and > itext versions compatibility. > note: also IE6 has recently been declared dead by Microsoft > > > I'd like to get off of it but I think I'm stuck with it for now. I have > them use IE just for the crappy site that needs it and use firefox or > chrome for other sites. I'm also stuck with java 1.3.1 for now as that > is the only version that seems to work with the proprietary program that > the special site uses. I have a work around so I'll just keep with it > till I find a viable alternative. > > Without knowing what the program actually does we can't really help and > as a general rule, normally this list supports itext 5.x version not > very old version. But you never know some one here can help you of > course. > > > On 23/01/12 06:10, Jeff Sadowski wrote: > > 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 > > > > -- > Balder VC > http://www.redlab.be/blog/ > http://twitter.com/redlabbe > Kind Regards -- Balder VC http://www.redlab.be/blog/ http://twitter.com/redlabbe ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! 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-d2d _______________________________________________ iText-questions mailing list [email protected] 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
