<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Javascript JVM available?</title>
<description> Hello everybody,

Is there a JavaScript JVM library (*.a) for Wii Homebrew scene available. If so, migrating existing java script games to the Wii would be really easy. This will open a complete new world of possibilities ;-}. If there is nothing available. Who will help me to migrate Mozilla SpiderMonkey (http://www.mozilla.org/js/spidermonkey/) to the Wii platform. Looking forward to your reactions?

To download my developed Wii Homebrew please visit: [members.tele2.nl]</description><link>http://forum.wiibrew.org/read.php?11,4928,4928#msg-4928</link><lastBuildDate>Mon, 11 May 2026 10:46:21 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,7087#msg-7087</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,7087#msg-7087</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>henke37</strong><br />Arikado, your claim has been proven wrong by the fact that the Opera channel does too support JavaScript. It isn&#039;t impossible, it&#039;s just stupid.</div></blockquote><br />Opera CAN run javascript, I&#039;m on wii mote so ain&#039;t gonna type any out, but if in doubt send me a pm and I will knock up something quick in js that you can host online and test yourself.<br /><br />I&#039;ve got a few things I&#039;m doing and some use js in opera. Yes I know opera reports errors "sometimes".]]></description>
<dc:creator>Slimmmmmm</dc:creator>
<category>Coding</category><pubDate>Tue, 06 Jan 2009 17:48:57 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5343#msg-5343</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5343#msg-5343</link><description><![CDATA[ Good to know. I didn&#039;t realize LUA was still in use today. Maybe I&#039;ll just use that.]]></description>
<dc:creator>HyperHacker</dc:creator>
<category>Coding</category><pubDate>Sat, 20 Dec 2008 02:45:31 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5236#msg-5236</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5236#msg-5236</link><description><![CDATA[ If you need lightweight low-memory overhead scripting in a game, check out LUA. Its very easy to compile and link into any program. And its time-tested and proven, having been used in many commercial games.<br /><br />On the topic of a JVM (Java Virtual Machine) I had considered working on a port of JamVM. But the bigger task would have been getting Gnu Classpath (a free class library to replace sun&#039;s) to build. And while that&#039;s not javascript, there is a javascript interpreter that was written entirely in Java. But LUA is a much better choice if you&#039;re not writing a web browser :-)]]></description>
<dc:creator>Choba</dc:creator>
<category>Coding</category><pubDate>Thu, 18 Dec 2008 06:29:49 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5149#msg-5149</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5149#msg-5149</link><description><![CDATA[ Oh never mind, I see that he mentioned TraceMonkey specifically so he&#039;s definitely talking about Javascript. Hmm, sounds interesting then.<br /><br />I was making my assumption from <a href="http://forum.wiibrew.org/read.php?21,4016,4929#msg-4929" rel="nofollow">this post</a>. But umm, without a DOM web based javascript games wouldn&#039;t work anyway, and I don&#039;t think there are many Javascript games to begin with. I am now completely confused about this post, and am going to avoid it for the sake of my sanity.]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Coding</category><pubDate>Tue, 16 Dec 2008 21:26:03 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5125#msg-5125</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5125#msg-5125</link><description><![CDATA[ @HyperHacker: It depends on what you want from a scripting language. Unreal Tournament uses a full object orientated language where you can subclass other objects (make a weapon based upon another etc.) and that is used for nearly all content in the game. However, at the other end of the scale, you could have a simple case based AI "IF player is doing this THEN do that", in which case JavaScript would cope. It&#039;s down to preference and requirements.<br /><br />I&#039;ve not looked for any, but have a search on [<a href="http://SourceForge.net" rel="nofollow">SourceForge.net</a>] You might find one that you can port easily.]]></description>
<dc:creator>whodares</dc:creator>
<category>Coding</category><pubDate>Tue, 16 Dec 2008 08:31:01 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5123#msg-5123</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5123#msg-5123</link><description><![CDATA[ I&#039;ve been thinking about Javascript as a game scripting engine too; are there any good open-source interpreters that aren&#039;t limited to a select few platforms? Or is another language better for this?]]></description>
<dc:creator>HyperHacker</dc:creator>
<category>Coding</category><pubDate>Tue, 16 Dec 2008 08:04:42 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5099#msg-5099</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5099#msg-5099</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>bushing</strong><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>iofthestorm</strong><br />IHowever, the mention of JVM makes me think maybe he meant writing a JVM for the Wii? That would be decidedly not useless, but probably a huge pain and not worth it.</div></blockquote><br />Go back and reread the first post. It explicitly refers to JavaScript.</div></blockquote><br />I know that, I just thought maybe he was confused about the difference between Java and Javascript, and meant to say Java, since Javascript does not use the JVM. And I was thinking without a DOM Javascript would be useless but I didn&#039;t realize you could use it as a scripting language for other parts of a game.]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Coding</category><pubDate>Tue, 16 Dec 2008 01:56:06 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5076#msg-5076</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5076#msg-5076</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>iofthestorm</strong><br />is that without a browser porting just Javascript is a waste of time.</div></blockquote>
Not necessarily, you could use it as a scripting language in a game to script weapons, AI etc.. Just because the web is the common place for JavaScript does not limit it to such]]></description>
<dc:creator>whodares</dc:creator>
<category>Coding</category><pubDate>Mon, 15 Dec 2008 11:25:42 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5075#msg-5075</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5075#msg-5075</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>iofthestorm</strong><br />IHowever, the mention of JVM makes me think maybe he meant writing a JVM for the Wii? That would be decidedly not useless, but probably a huge pain and not worth it.</div></blockquote><br />Go back and reread the first post. It explicitly refers to JavaScript.]]></description>
<dc:creator>bushing</dc:creator>
<category>Coding</category><pubDate>Mon, 15 Dec 2008 08:47:05 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5074#msg-5074</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5074#msg-5074</link><description><![CDATA[ It&#039;s definitely not impossible, but I think what he&#039;s trying to say is that without a browser porting just Javascript is a waste of time. However, the mention of JVM makes me think maybe he meant writing a JVM for the Wii? That would be decidedly not useless, but probably a huge pain and not worth it.]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Coding</category><pubDate>Mon, 15 Dec 2008 08:34:15 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,5070#msg-5070</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,5070#msg-5070</link><description><![CDATA[ Arikado, your claim has been proven wrong by the fact that the Opera channel does too support JavaScript. It isn&#039;t impossible, it&#039;s just stupid.]]></description>
<dc:creator>henke37</dc:creator>
<category>Coding</category><pubDate>Mon, 15 Dec 2008 07:29:24 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,4946#msg-4946</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,4946#msg-4946</link><description><![CDATA[ PM a mod asking them to remove the wrong post.<br /><br />On topic: Nothing is available for a javascript library right now. Good luck porting. I don&#039;t think its technically possible (since its a language meant for web browsers specifically to read) but its at least worth a shot.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 22:16:50 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,4938#msg-4938</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,4938#msg-4938</link><description><![CDATA[ ok, thanks for the advise! How can i remove a wrong post?]]></description>
<dc:creator>wplaat</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 19:56:31 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,4936#msg-4936</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,4936#msg-4936</link><description><![CDATA[ If you&#039;re not sure and it relates to Wii Homebrew, the Homebrew General is the best place. Worst case is that a mod will move it to the correct board]]></description>
<dc:creator>whodares</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 19:51:07 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,4933#msg-4933</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,4933#msg-4933</link><description><![CDATA[ Sorry for that. But what is the correct forum for this question?]]></description>
<dc:creator>wplaat</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 19:44:48 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,4931#msg-4931</guid>
<title>Re: Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,4931#msg-4931</link><description><![CDATA[ Did you really need to post this twice? :-(]]></description>
<dc:creator>whodares</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 19:24:38 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4928,4928#msg-4928</guid>
<title>Javascript JVM available?</title><link>http://forum.wiibrew.org/read.php?11,4928,4928#msg-4928</link><description><![CDATA[ Hello everybody,<br /><br />Is there a JavaScript JVM library (*.a) for Wii Homebrew scene available. If so, migrating existing java script games to the Wii would be really easy. This will open a complete new world of possibilities ;-}. If there is nothing available. Who will help me to migrate Mozilla SpiderMonkey (http://www.mozilla.org/js/spidermonkey/) to the Wii platform. Looking forward to your reactions?<br /><br />To download my developed Wii Homebrew please visit: [<a href="http://members.tele2.nl/wplaat/wiibrew.html" rel="nofollow">members.tele2.nl</a>]]]></description>
<dc:creator>wplaat</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 19:13:19 +0100</pubDate></item>
</channel>
</rss>