[xep-support] embed xep in java app

Ellen ellen.yan at mcmail.vanderbilt.edu
Tue Jan 22 21:22:19 PST 2002


I am trying to run xep inside a java application. I followed the example in the xep document:


java.util.Properties properties=System.getProperties();
        properties.setProperty("com.renderx.FO2PDF.ROOT","c:\\XEP");
        properties.setProperty("com.renderx.FO2PDF.VALIDATE","false");
        properties.setProperty("com.renderx.FO2PDF.METRICS", "c:\\XEP\\afm");
        System.setProperties(properties);

I got the run time exception:
Exception:cannot parse etc/fonts.xml:File "file:etc/fonts.xml" not found.

The xep is indeed install in my c:\XEP directory.

What is the problem here.

Appreciate your help!!
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list