<?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: Connect JRuby to MySQL using JDBC</title>
	<atom:link href="http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/</link>
	<description>Helping Ruby Programmers become Awesome</description>
	<lastBuildDate>Fri, 18 May 2012 22:54:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: ?? ?</title>
		<link>http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/comment-page-1/#comment-131659</link>
		<dc:creator>?? ?</dc:creator>
		<pubDate>Sat, 23 Jul 2011 14:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/#comment-131659</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;?????orz...?????????????????
Connect JRuby to MySQL using JDBC - http://t.co/BQZb2dR&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">?????orz&#8230;?????????????????<br />
Connect JRuby to MySQL using JDBC &#8211; <a href="http://t.co/BQZb2dR" rel="nofollow">http://t.co/BQZb2dR</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agile Aspect</title>
		<link>http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/comment-page-1/#comment-123598</link>
		<dc:creator>Agile Aspect</dc:creator>
		<pubDate>Tue, 27 Apr 2010 00:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/#comment-123598</guid>
		<description>As of jruby1-.40,  you can also use jruby&#039;s gem  and 

  gem install jdbc-mysql

then after the following entry

  require &#039;java&#039; 

add 

  require &#039;rubygems&#039;
  require &#039;jdbc/mysql&#039;

and loose the Class.forName Java method.</description>
		<content:encoded><![CDATA[<p>As of jruby1-.40,  you can also use jruby&#8217;s gem  and </p>
<p>  gem install jdbc-mysql</p>
<p>then after the following entry</p>
<p>  require &#8216;java&#8217; </p>
<p>add </p>
<p>  require &#8216;rubygems&#8217;<br />
  require &#8216;jdbc/mysql&#8217;</p>
<p>and loose the Class.forName Java method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/comment-page-1/#comment-110900</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/05/05/connect-jruby-to-mysql-using-jdbc/#comment-110900</guid>
		<description>I tried this with Oracle instead of MySQL, and this does not work:

JavaLang::Class.forName(&quot;com.mysql.jdbc.Driver&quot;).newInstance

I found a post somewhere where Charles Nutter (mr. JRuby himself) explained that Class.forName() doesn&#039;t work because of some classloader issues. This does work instead of the line above:

import &#039;com.mysql.jdbc.Driver&#039;</description>
		<content:encoded><![CDATA[<p>I tried this with Oracle instead of MySQL, and this does not work:</p>
<p>JavaLang::Class.forName(&#8220;com.mysql.jdbc.Driver&#8221;).newInstance</p>
<p>I found a post somewhere where Charles Nutter (mr. JRuby himself) explained that Class.forName() doesn&#8217;t work because of some classloader issues. This does work instead of the line above:</p>
<p>import &#8216;com.mysql.jdbc.Driver&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

