Re: How to use external jars and java.awt on server side

2010-08-02 Thread Thomas Dvornik
Where is the jar located? If needs to be in war/WEB-INF/lib. Can you use a an InputStream instead of a BufferedImage? Tom On Aug 1, 8:51 am, nacho vela.igna...@gmail.com wrote: If the lib is not supported by app engine you will need to deploy into another server, for example a Tomcat. On 30

Re: How to use external jars and java.awt on server side

2010-08-01 Thread nacho
If the lib is not supported by app engine you will need to deploy into another server, for example a Tomcat. On 30 jul, 19:24, RhinestoneMaster guruko...@gmail.com wrote: We're trying to convert a pdf to an image using a software called JPedal. This software is in an external jar. Our

How to use external jars and java.awt on server side

2010-07-31 Thread RhinestoneMaster
We're trying to convert a pdf to an image using a software called JPedal. This software is in an external jar. Our development environment is in eclipse. If we include the BufferedImage class in our code, we get this compiler error: java.awt.image.BufferedImage is not supported by Google App