<?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://www.pathf.com/blogs/2007/01/how_to_really_d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2007/01/how_to_really_d/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Luis</title>
		<link>http://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-8084</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-8084</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-8030</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-8030</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-7523</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-7523</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-2085</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-2085</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-491</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-491</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-490</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-490</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://www.pathf.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I added this >>> System.setProperty(&#8221;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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-489</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-489</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-488</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-488</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://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-487</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-487</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: Radhouane</title>
		<link>http://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-486</link>
		<dc:creator>Radhouane</dc:creator>
		<pubDate>Sat, 17 Nov 2007 22:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-486</guid>
		<description>&lt;p&gt;Thank you Dietrich for the tutorial, it is well explained.&lt;br /&gt;
I have done all steps but I have the Exception:UnsatisfiedLinkError.&lt;br /&gt;
Have you any idea what can I do ?&lt;br /&gt;
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you Dietrich for the tutorial, it is well explained.<br />
I have done all steps but I have the Exception:UnsatisfiedLinkError.<br />
Have you any idea what can I do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roli</title>
		<link>http://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-485</link>
		<dc:creator>roli</dc:creator>
		<pubDate>Wed, 24 Oct 2007 17:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-485</guid>
		<description>&lt;p&gt;I think there is an error at the command: &lt;br /&gt;
&quot;C:\Java\jdk1.5.0_08\jre\bin\java.exe -Djrex.gre.path=C:/jrex/jrex_gre text.JRexTest&quot;&lt;/p&gt;

&lt;p&gt;your package is named &quot;test&quot; not &quot;text&quot;.&lt;br /&gt;
I have a suggestion for use the code line: &quot;System.setProperty(&quot;jrex.gre.path&quot;,&quot;C:/jrex/jrex_gre&quot;);&quot;&lt;br /&gt;
This semplify the command line.&lt;/p&gt;

&lt;p&gt;I hope this article is very useful.&lt;br /&gt;
bye&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think there is an error at the command: <br />
&#8220;C:\Java\jdk1.5.0_08\jre\bin\java.exe -Djrex.gre.path=C:/jrex/jrex_gre text.JRexTest&#8221;</p>
<p>your package is named &#8220;test&#8221; not &#8220;text&#8221;.<br />
I have a suggestion for use the code line: &#8220;System.setProperty(&#8221;jrex.gre.path&#8221;,&#8221;C:/jrex/jrex_gre&#8221;);&#8221;<br />
This semplify the command line.</p>
<p>I hope this article is very useful.<br />
bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oggy</title>
		<link>http://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-484</link>
		<dc:creator>Oggy</dc:creator>
		<pubDate>Sat, 28 Apr 2007 18:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-484</guid>
		<description>&lt;p&gt;Hallo, please post link to the zip Ajax preview page...thx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hallo, please post link to the zip Ajax preview page&#8230;thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gogobu</title>
		<link>http://www.pathf.com/blogs/2007/01/how_to_really_d/comment-page-1/#comment-483</link>
		<dc:creator>gogobu</dc:creator>
		<pubDate>Sun, 28 Jan 2007 05:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=381#comment-483</guid>
		<description>&lt;p&gt;It&#039;s certainly a hacky way to make it all work - maybe using a HTML Render isn&#039;t the best solution afterall.&lt;/p&gt;

&lt;p&gt;The other day I found a company with similar solution but they tackle it by dealing with display memory directly (&lt;a href=&quot;http://www.guangmingsoft.net/).&quot; rel=&quot;nofollow&quot;&gt;http://www.guangmingsoft.net/).&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It really makes you wonder how snap.com generates all those preview images...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s certainly a hacky way to make it all work &#8211; maybe using a HTML Render isn&#8217;t the best solution afterall.</p>
<p>The other day I found a company with similar solution but they tackle it by dealing with display memory directly (<a href="http://www.guangmingsoft.net/)." rel="nofollow"></a><a href="http://www.guangmingsoft.net/)" rel="nofollow">http://www.guangmingsoft.net/)</a>.</p>
<p>It really makes you wonder how snap.com generates all those preview images&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.310 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-22 04:53:32 -->
