Hi, just unzip the jar file and run it with "java -jar itext-rups-1.0.1.jar"
this works for me on linux mint 12.1 Regards Jeroen On 03/13/2012 02:07 AM, Larry Evans wrote: > from_link_on: > http://sourceforge.net/projects/itextrups/files/ > downloaded: > http://voxel.dl.sourceforge.net/project/itextrups/itextrups-1.0.1.zip > > Then unzipped it and looked at the class files and source files. > I guessed that looking at the Rups.java file and seeing: > > // main method > /** > * Main method. Starts the RUPS application. > * @param args no arguments needed > */ > public static void main(String[] args) { > > > that Rups.java was the main driver file; hence, I tried: > > java -cp itext-rups-1.0.1.jar com/itextpdf/rups/Rups xxx.pdf > > but got: > > Mar 12, 2012 7:43:50 PM com.sun.corba.se.impl.ior.IORImpl getProfile > WARNING: "IOP00511201: (INV_OBJREF) IOR must have at least one IIOP profile" > org.omg.CORBA.INV_OBJREF: vmcid: SUN minor code: 1201 completed: No > at > com.sun.corba.se.impl.logging.IORSystemException.iorMustHaveIiopProfile(IORSystemException.java:473) > at > com.sun.corba.se.impl.logging.IORSystemException.iorMustHaveIiopProfile(IORSystemException.java:495) > at com.sun.corba.se.impl.ior.IORImpl.getProfile(IORImpl.java:334) > . > . > . > > So, how can I use rups on linux. > > TIA. > > -regards, > Larry > > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
