billyrudi Active Member Licensed User Longtime User Jan 29, 2016 #1 i have this error using google maps and pushpin. can anyone help me? HTML: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /b4j_ws.js%20line%2059%20%3E%20Function. Reason: <pre> Not Found</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/> </body> </html>
i have this error using google maps and pushpin. can anyone help me? HTML: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /b4j_ws.js%20line%2059%20%3E%20Function. Reason: <pre> Not Found</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/> </body> </html>
B billzhan Active Member Licensed User Longtime User Jan 30, 2016 #2 Http error 404 means: file not found . This means the file xxx/www/b4j_ws.js is missing. Not sure why this shows in the browser. Please upload your project (b4j and html) if possible. Upvote 0
Http error 404 means: file not found . This means the file xxx/www/b4j_ws.js is missing. Not sure why this shows in the browser. Please upload your project (b4j and html) if possible.
Erel B4X founder Staff member Licensed User Longtime User Jan 31, 2016 #3 If you are using B4J-Bridge then make sure to manually copy the www folder. It is not copied automatically. Upvote 0
If you are using B4J-Bridge then make sure to manually copy the www folder. It is not copied automatically.