Hi!

I'm trying to serve/create a .wrl file (VRML) by using servlets.

----//-----
public class prueba extends HttpServlet {
...
response.setContentType("model/vrml");
...
out.println("#VRML V1.0 ascii.\n");
...
----//-----

I compile it correctly, but when calling it from the browser I get:

Error: 500
Internal Servlet Error:
java.util.MissingResourceException: can't find resource for
LocalStrings_en_US
..

Any suggestion?




---------------------------------------------------------
This mail was sent through Eoffice: http://www.eoffice.dk

Reply via email to