Hello,
i've tried the plugin with eclipse 3.4 & 3.2, and firefox 2 & 3 with jre 1.5. But i get blank firefox screen always. What should i try next?
Best regards,
Mustafa
Source of response;
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Licensed Materials: Property of IBM
- "Restricted Materials of IBM"
- 5724-I68.
- (C) Copyright IBM Corp. 2000, 2007 - All Rights Reserved.
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="css/eclipseWebEnabler.css" type="text/css"?>
<window id="main" title="EclipseWebEnabler" width="1024" height="540" sizemode="maximized"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" img="images/close.gif">
<html:link type="image/x-icon" href="images/eclipseWebEnabler.gif" rel="icon" />
<script src="js/ajax.js"></script>
<script src="js/handlers.js"></script>
<script src="js/wizard.js"></script>
<script>
// All the globals must be here
var clickResolve = 0;
var timeoutId = 0;
var textBoxTimeOutId = 0;
var tout_wizard = null;
var coordinates = {x :null ,y : null};
var getui = new ajaxHandler();
getui.doGet('?command=getui',handleUIDescription,'xml');
</script>
</window>