i ma trying to upload a kml file from some specified location from my system nd it is givin the output only in the stand alone application but when m tryin to run the same on a web application project , m not gettin the output for the same , although i have included all the jar files nd everything. here is d code:- Boolean fileOK = true; File fileIn = new File(fileName); Kml kml = Kml.unmarshal(fileIn,fileOK); if (kml != null) { Feature feature = kml.getFeature(); processFeature(null, feature); } Placemark placemark ; } catch (Exception e){ System.err.println(e); System.exit(0);
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.