<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deltalounge &#187; 64-bit</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Lean, Agile</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:14:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>JDeveloper on 64-bit Windows7</title>
		<link>http://www.deltalounge.net/wpress/2010/02/jdeveloper-on-64-bit-windows7/</link>
		<comments>http://www.deltalounge.net/wpress/2010/02/jdeveloper-on-64-bit-windows7/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 20:04:36 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=670</guid>
		<description><![CDATA[For a lot of us the migration to Windows7 will be the first time we get easy access to a 64-bit desktop OS. One of the first things after an upgrade like that is to get your tools, like in my case JDeveloper, working again. First step is to download the jdevinstall jar, and the [...]]]></description>
			<content:encoded><![CDATA[<p>For a lot of us the migration to Windows7 will be the first time we get easy access to a 64-bit desktop OS. One of the first things after an upgrade like that is to get your tools, like in my case JDeveloper, working again. First step is to <a href="http://www.oracle.com/technology/software/products/jdev/htdocs/soft11.html">download</a> the jdevinstall jar, and the <a href="http://java.sun.com/javase/downloads/index.jsp">Sun JDK</a>. The installation worked fine:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">java <span style="color: #66cc66;">-</span>jar jdevstudio11112install<span style="color: #66cc66;">.</span>jar</pre></td></tr></table></div>

<h3>Running JDeveloper on 64-bit JVM</h3>
<p>Running JDeveloper with the 64-bit JVM resulted in an error:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">Unable <span style="color: #993333; font-weight: bold;">TO</span> launch the Java Virtual Machine  
located at path:  
C:\Java\jdk1<span style="color: #66cc66;">.</span>6<span style="color: #66cc66;">.</span>0_18\jre\bin\server\jvm<span style="color: #66cc66;">.</span>dll</pre></td></tr></table></div>

<p>A solution is to use the 32-bit JVM. To do this change the <code>SetJavaHome</code> in the<code>jdev.conf</code> that is located in the <code>{JDEV_HOME}\jdev\bin\jdev.conf</code>.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">SetJavaHome C:\Java\jdk1<span style="color: #66cc66;">.</span>6<span style="color: #66cc66;">.</span>0_18_x86</pre></td></tr></table></div>

<p>Where the <code>jdk1.6.0_18_x86</code> is a 32-bits JVM version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/02/jdeveloper-on-64-bit-windows7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

