This content has been marked as final.
Show 1 reply
-
1. Re: Java FX in the portlet container
michaeljharper Mar 17, 2008 12:00 AM (in response to michaeljharper)We solved this by having the codebase reference a url rather than a path off the portlet context root it was running in. The fact that it's the same absolute path doesn't matter. A bit of a hack but it works.
Hope this is useful for anybody else trying to use JavaFX in this way.