Hi, I am able to compile the SaveAsJPEG.java file to SaveAsJPEG.class
When I attempt to get to the servlet through my web browser with an address like this... http://localhost:8100/servlet/SaveAsJPG or http://localhost:8100/servlet/SaveAsJPG?svgtoconvert.svg I get a page cannot be displayed. How do I pass the name of the svg file to convert to the servlet? When I enter this at my command line: java SaveAsJPEG generatedsvg.svg I get this error: Exception in thread "main" java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name org.apache.batik.util.resources.XMLResourceDescriptor, locale en_US at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at org.apache.batik.util.XMLResourceDescriptor.<clinit>(XMLResourceDescriptor.j ava:45) at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTrans coder.java:84) at SaveAsJPEG.main(SaveAsJPEG.java:22) Any help would be greatly appreciated, I am very new at this. thanks Will Carter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
