<?xml version="1.0" encoding="ISO-8859-15"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.shapeways.com/forum/index.php">
  <title>Shapeways: Bring your creativity to life in 3D</title>
  <link>http://www.shapeways.com/forum/index.php</link>
  <description>Shapeways: Bring your creativity to life in 3D</description>
  <items>
    <rdf:Seq>
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21380&amp;th=4114#msg_21380" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21496&amp;th=4114#msg_21496" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21498&amp;th=4114#msg_21498" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21523&amp;th=4114#msg_21523" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21540&amp;th=4114#msg_21540" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21542&amp;th=4114#msg_21542" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21380&amp;th=4114#msg_21380">
  <title>Problem with the Java applet in Linux</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21380&amp;th=4114#msg_21380</link>
  <description><![CDATA[Hello everybody, I just discovered ShapeWays and it looks amazing. I wanted to try to create a customized lamp with the applet, but I get this error:<br />
<font face="Courier"><a href="mailto:andrea&#64;andrea-laptop" target="_blank">andrea&#64;andrea-laptop</a>:~/Scrivania$ javaws shapeway.jnlp<br />
netx: Invalid jnlp file shapeway.jnlp<br />
<a href="mailto:andrea&#64;andrea-laptop" target="_blank">andrea&#64;andrea-laptop</a>:~/Scrivania$</font><br />
Looks like the file format specification has been violated. Could you help me investigate this? I never had such problems with JNLPs before.<br />
Thank you in advance. <img src="http://www.shapeways.com/forum/images/smiley_icons/icon_smile.gif" border=0 alt="Smile">]]></description>
  <dc:subject></dc:subject>
  <dc:creator>Lazza</dc:creator>
  <dc:date>2010-12-07T21:13:42-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21496&amp;th=4114#msg_21496">
  <title>Re: Problem with the Java applet in Linux</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21496&amp;th=4114#msg_21496</link>
  <description><![CDATA[works for me. Running ubuntu 10.10 with sun Java SE RE 1.6.0_22<br />
<br />
By default you probably run one of the alternative java RE's, you could see if installing sun java will help, or try and run the jnlp with verbose option to see if it tells you anything useful about what is going wrong.<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>esnoeijs</dc:creator>
  <dc:date>2010-12-10T09:01:28-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21498&amp;th=4114#msg_21498">
  <title>Re: Problem with the Java applet in Linux</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21498&amp;th=4114#msg_21498</link>
  <description><![CDATA[Of course I'm using OpenJDK since I don't want to keep 2 different versions of Java (and a proprietary one) on my system. It supports JNLP 1.0, 1.5 and 6.0 and it is VERY strict with the syntax validation.<br />
By the way I don't think keeping the jnlp compatible with version 1.0 would be so much panic.<br />
I tried to get netx say something more about the error but cannot find any way.  <img src="http://www.shapeways.com/forum/images/smiley_icons/icon_confused.gif" border=0 alt="Confused"> ]]></description>
  <dc:subject></dc:subject>
  <dc:creator>Lazza</dc:creator>
  <dc:date>2010-12-10T09:36:09-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21523&amp;th=4114#msg_21523">
  <title>Re: Problem with the Java applet in Linux</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21523&amp;th=4114#msg_21523</link>
  <description><![CDATA[I'm not sure how tech savvy you are, but you could try to edit the jnlp file and make some edits to see if it works.<br />
<br />
You should try changing the href attribute of the jnlp element to use &quot;&amp;amp;&quot; instead of &quot;&amp;&quot;<br />
<br />
so<br />
<br />
<div class="pre"><pre>&lt;jnlp spec=&quot;1.5+&quot; codebase=&quot;http://www.shapeways.com/modules/udesign/ext/client/&quot; href=&quot;http://www.shapeways.com/modules/udesign/utils/openclient.php?model=2748&amp;editor=1&amp;iep=abc123&quot;&gt;</pre></div><br />
<br />
becomes<br />
<br />
<div class="pre"><pre>&lt;jnlp spec=&quot;1.5+&quot; codebase=&quot;http://www.shapeways.com/modules/udesign/ext/client/&quot; href=&quot;http://www.shapeways.com/modules/udesign/utils/openclient.php?model=2748&amp;amp;editor=1&amp;amp;iep=abc123&quot;&gt;</pre></div><br />
<br />
The url will differ for different co-creators so copy pasting the above won't do you any good.<br />
<br />
This might very well fix the problem. Although do note that from personal experience the java applet might behave a bit buggy on linux. I used to have the problem where the applet would work just fine until I tried to quit it at which point it would hang.<br />
It's still very usable though.<br />
<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>esnoeijs</dc:creator>
  <dc:date>2010-12-11T00:02:11-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21540&amp;th=4114#msg_21540">
  <title>Re: Problem with the Java applet in Linux</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21540&amp;th=4114#msg_21540</link>
  <description><![CDATA[Thank you. I'm not afraid of editing files... Here is the modified line:<br />
<div class="pre"><pre>&lt;jnlp spec=&quot;1.5+&quot; codebase=&quot;http://www.shapeways.com/modules/udesign/ext/client/&quot; href=&quot;http://www.shapeways.com/modules/udesign/utils/openclient.php?model=2748&amp;amp;editor=1&amp;amp;iep=REMOVED&quot;&gt;</pre></div><br />
Do I miss something? It still doesn't work...<br />
Thanks again. <img src="http://www.shapeways.com/forum/images/smiley_icons/icon_smile.gif" border=0 alt="Smile"> ]]></description>
  <dc:subject></dc:subject>
  <dc:creator>Lazza</dc:creator>
  <dc:date>2010-12-11T13:55:48-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21542&amp;th=4114#msg_21542">
  <title>Re: Problem with the Java applet in Linux</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=21542&amp;th=4114#msg_21542</link>
  <description><![CDATA[Hi<br />
<br />
I don't want to open a new thread.. i too cant use the applet for sometime now , using the latest Firefox and i reinstalled Java but no luck.<br />
<br />
I get this error:<br />
<br />
Java Plug-in 1.6.0_20<br />
Using JRE version 1.6.0_20-b02 Java HotSpot(TM) Client VM<br />
<br />
<br />
<br />
exception: Cache must be enabled for nativelib or installer-desc support.<br />
BadFieldException&#91; Cache must be enabled for nativelib or installer-desc <a href="support,http&#58;&#47;&#47;download.java.net/media/jogl/builds/archive/jsr-231-1.x-webstart-current/jogl-natives-windows-i586.jar" target="_blank">   support,http://download.java.net/media/jogl/builds/archive/j sr-231-1.x-webstart-current/jogl-natives-windows-i586.jar</a>&#93;<br />
	at com.sun.javaws.jnl.XMLFormat.handleResourceElement(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLFormat.access$800(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLFormat$2$1.visitElement(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLUtils.visitChildrenElements(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLFormat$2.visitElement(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLUtils.visitElements(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLFormat.buildResourcesDesc(Unknown Source)<br />
	at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)<br />
	at    com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)<br />
	at    com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)<br />
	at    com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unkno wn Source)<br />
	at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)<br />
	at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)<br />
	at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)<br />
	at    sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.ru n(Unknown Source)<br />
	at java.lang.Thread.run(Unknown Source)<br />
Exception: BadFieldException&#91; Cache must be enabled for nativelib or installer-desc <a href="support,http&#58;&#47;&#47;download.java.net/media/jogl/builds/archive/jsr-231-1.x-webstart-current/jogl-natives-windows-i586.jar" target="_blank">   support,http://download.java.net/media/jogl/builds/archive/j sr-231-1.x-webstart-current/jogl-natives-windows-i586.jar</a>&#93;<br />
<br />
<br />
Any ideas?<br />
<br />
Thanks<br />
<br />
<br />
edit: ok fixed - cache was disabled on the java console found in the control panel directory.<br />
<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>dizingof</dc:creator>
  <dc:date>2010-12-11T15:40:54-00:00</dc:date>
</item>
</rdf:RDF>