Wiki source code of Why doesn't my application launch into my browser?
Version 17.1 by Lachlan Scott on 2007/07/10 00:15
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | **Discussion:** You select 'Run as...' > WOApplication; the project runs; you can copy the url out of the console and into the browser; but it doesn't conveniently launch straight into the browser anymore. | ||
2 | |||
3 | **Solution:** You probably have a space in your Eclipse project name; eg. 'My Project' remove it, or replace it suitably, eg. 'My//Project' and it will probably all start working again. :p// | ||
4 | |||
5 | **Discussion:** Presumably, the launch fails because the Eclipse project name automatically forms part of the URL for running the application as a WOApplication in Eclipse/WOLips. However, a space is not a legal character for a URL as we know, and must usually be escaped with UTF-8 encoding as '%20'. |