<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to REALLY do Page Preview in Java with Embedded HTML Rendering</title>
	<atom:link href="http://pathfindersoftware.com/2007/01/how_to_really_d/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2007/01/how_to_really_d/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thinzar</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6116</link>
		<dc:creator>Thinzar</dc:creator>
		<pubDate>Tue, 08 Mar 2011 08:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6116</guid>
		<description>I also found following error.
***************** JRexL inited *****************
***************** JREX-Logging disabled *****************
Exception in thread “main” org.mozilla.jrex.exception.JRexException
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)
at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)
at test.JRexExample.main(JRexExample.java:50)
Caused by: java.lang.Exception: is set to null!!!
at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:149)</description>
		<content:encoded><![CDATA[<p>I also found following error.<br />
***************** JRexL inited *****************<br />
***************** JREX-Logging disabled *****************<br />
Exception in thread “main” org.mozilla.jrex.exception.JRexException<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)<br />
at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)<br />
at test.JRexExample.main(JRexExample.java:50)<br />
Caused by: java.lang.Exception: is set to null!!!<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:149)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6113</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 08 Jan 2010 09:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6113</guid>
		<description>copy jgre.dll in eclipse workspace to avoid problems</description>
		<content:encoded><![CDATA[<p>copy jgre.dll in eclipse workspace to avoid problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coachphil5</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6112</link>
		<dc:creator>coachphil5</dc:creator>
		<pubDate>Sat, 19 Dec 2009 20:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6112</guid>
		<description>I also needed a little help to get this running.  Followed install instruction.  To compile I used
javac -classpath &quot;.;c:\jrex\JRex.jar&quot; *.java
to execute:
C:\Progra~1\Java\jdk1.6.0_17\jre\bin\java -cp &quot;.;c:\jrex\JRex.jar&quot; -Djrex.dom.enable=true -Djrex.gre.path=c:\jrex\jrex_gr JRexTest

This was on a windows xp system  probably doesn&#039;t apple to other OS</description>
		<content:encoded><![CDATA[<p>I also needed a little help to get this running.  Followed install instruction.  To compile I used<br />
javac -classpath &#8220;.;c:\jrex\JRex.jar&#8221; *.java<br />
to execute:<br />
C:\Progra~1\Java\jdk1.6.0_17\jre\bin\java -cp &#8220;.;c:\jrex\JRex.jar&#8221; -Djrex.dom.enable=true -Djrex.gre.path=c:\jrex\jrex_gr JRexTest</p>
<p>This was on a windows xp system  probably doesn&#8217;t apple to other OS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkk</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6111</link>
		<dc:creator>kkk</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6111</guid>
		<description>Unable to start up JRex Engine.
org.mozilla.jrex.exception.JRexException
	at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)
	at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)
	at test.JRexTest.main(JRexTest.java:12)
Caused by: java.lang.Exception:  is set to null!!!
	at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:149)</description>
		<content:encoded><![CDATA[<p>Unable to start up JRex Engine.<br />
org.mozilla.jrex.exception.JRexException<br />
	at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)<br />
	at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)<br />
	at test.JRexTest.main(JRexTest.java:12)<br />
Caused by: java.lang.Exception:  is set to null!!!<br />
	at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:149)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anu</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6110</link>
		<dc:creator>anu</dc:creator>
		<pubDate>Tue, 17 Jun 2008 23:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6110</guid>
		<description>Can u explain me wht changes did u make as im also getting the same error</description>
		<content:encoded><![CDATA[<p>Can u explain me wht changes did u make as im also getting the same error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6109</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 23 Jan 2008 21:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6109</guid>
		<description>&lt;p&gt;me again! &lt;br /&gt;
i found out the cause of my previous error was not following directions&lt;br /&gt;
i forgot to change the path from JDK to JRE... jawt.dll couldn&#039;t be found and it threw me an error&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>me again! <br />
i found out the cause of my previous error was not following directions<br />
i forgot to change the path from JDK to JRE&#8230; jawt.dll couldn&#8217;t be found and it threw me an error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6108</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 23 Jan 2008 00:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6108</guid>
		<description>&lt;p&gt;um... me again :)I added this &gt;&gt;&gt; System.setProperty(&quot;jrex.gre.path&quot;,&quot;C:/jrex/jrex_gre/&quot;);&lt;br /&gt;
still doesn&#039;t work... sorry for posting repeatedly&lt;/p&gt;

&lt;p&gt;Exception in thread &quot;main&quot; org.mozilla.jrex.exception.JRexException&lt;br /&gt;
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)&lt;br /&gt;
at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)&lt;br /&gt;
at test.JRexExample.main(JRexExample.java:52)&lt;br /&gt;
Caused by: java.lang.UnsatisfiedLinkError: org.mozilla.jrex.xpcom.JRexXPCOMImpl.&lt;br /&gt;
InitXPCOM(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V&lt;br /&gt;
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.InitXPCOM(Native Method)&lt;br /&gt;
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.access$200(JRexXPCOMImpl.java:45)&lt;br /&gt;
at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:173)&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>um&#8230; me again <img src='http://pathfindersoftware.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I added this >>> System.setProperty(&#8220;jrex.gre.path&#8221;,&#8221;C:/jrex/jrex_gre/&#8221;);<br />
still doesn&#8217;t work&#8230; sorry for posting repeatedly</p>
<p>Exception in thread &#8220;main&#8221; org.mozilla.jrex.exception.JRexException<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)<br />
at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)<br />
at test.JRexExample.main(JRexExample.java:52)<br />
Caused by: java.lang.UnsatisfiedLinkError: org.mozilla.jrex.xpcom.JRexXPCOMImpl.<br />
InitXPCOM(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.InitXPCOM(Native Method)<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.access$200(JRexXPCOMImpl.java:45)<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:173)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6107</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 23 Jan 2008 00:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6107</guid>
		<description>&lt;p&gt;sorry for the double post, I figured out how to add jrex.jar to the classpath and it compiles, but i have an error when i run it(in textpad) &lt;/p&gt;

&lt;p&gt;***************** JRexL inited *****************&lt;br /&gt;
***************** JREX-Logging disabled *****************&lt;br /&gt;
Exception in thread &quot;main&quot; org.mozilla.jrex.exception.JRexException&lt;br /&gt;
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)&lt;br /&gt;
at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)&lt;br /&gt;
at test.JRexExample.main(JRexExample.java:50)&lt;br /&gt;
Caused by: java.lang.Exception:  is set to null!!!&lt;br /&gt;
at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:149)&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>sorry for the double post, I figured out how to add jrex.jar to the classpath and it compiles, but i have an error when i run it(in textpad) </p>
<p>***************** JRexL inited *****************<br />
***************** JREX-Logging disabled *****************<br />
Exception in thread &#8220;main&#8221; org.mozilla.jrex.exception.JRexException<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl.startXPCOM(JRexXPCOMImpl.java:143)<br />
at org.mozilla.jrex.JRexFactory.startEngine(JRexFactory.java:222)<br />
at test.JRexExample.main(JRexExample.java:50)<br />
Caused by: java.lang.Exception:  is set to null!!!<br />
at org.mozilla.jrex.xpcom.JRexXPCOMImpl$1.run(JRexXPCOMImpl.java:149)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6106</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 22 Jan 2008 22:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6106</guid>
		<description>&lt;p&gt;Hi, this is a year old but perhaps you can still help. I&#039;m not familiar with packages like this and how to use them. I&#039;m still learning java really. I attempted to compile JRex with Eclipse and that was a disaster. This seems simpler since you have the already compiled binaries, yet i cannot get your example code to compile. Do I need to change my java classpath? Right now i have all default settings and i use textpad to compile on Windows Vista. Should i not be able to create &quot;JRexTest.java&quot; in C:/jrex/jrex_gre and compile it? it has errors that say package org.mozilla.jrex doesn&#039;t exist&lt;/p&gt;

&lt;p&gt;I&#039;m just trying to get a java browser i can modify that supports javascript, Thanks&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi, this is a year old but perhaps you can still help. I&#8217;m not familiar with packages like this and how to use them. I&#8217;m still learning java really. I attempted to compile JRex with Eclipse and that was a disaster. This seems simpler since you have the already compiled binaries, yet i cannot get your example code to compile. Do I need to change my java classpath? Right now i have all default settings and i use textpad to compile on Windows Vista. Should i not be able to create &#8220;JRexTest.java&#8221; in C:/jrex/jrex_gre and compile it? it has errors that say package org.mozilla.jrex doesn&#8217;t exist</p>
<p>I&#8217;m just trying to get a java browser i can modify that supports javascript, Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://pathfindersoftware.com/2007/01/how_to_really_d/#comment-6105</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 22 Jan 2008 22:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-6105</guid>
		<description>&lt;p&gt;Hi, this is a year old but perhaps you can still help. I&#039;m not familiar with packages like this and how to use them. I&#039;m still learning java really. I attempted to compile JRex with Eclipse and that was a disaster. This seems simpler since you have the already compiled binaries, yet i cannot get your example code to compile. Do I need to change my java classpath? Right now i have all default settings and i use textpad to compile on Windows Vista. Should i not be able to create &quot;JRexTest.java&quot; in C:/jrex/jrex_gre and compile it? it has errors that say package org.mozilla.jrex doesn&#039;t exist&lt;/p&gt;

&lt;p&gt;I&#039;m just trying to get a java browser i can modify that supports javascript, Thanks&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi, this is a year old but perhaps you can still help. I&#8217;m not familiar with packages like this and how to use them. I&#8217;m still learning java really. I attempted to compile JRex with Eclipse and that was a disaster. This seems simpler since you have the already compiled binaries, yet i cannot get your example code to compile. Do I need to change my java classpath? Right now i have all default settings and i use textpad to compile on Windows Vista. Should i not be able to create &#8220;JRexTest.java&#8221; in C:/jrex/jrex_gre and compile it? it has errors that say package org.mozilla.jrex doesn&#8217;t exist</p>
<p>I&#8217;m just trying to get a java browser i can modify that supports javascript, Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-09 17:45:59 -->
