<?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: FreeMind on Apple Mac OS X 10.6 Snow Leopard</title>
	<atom:link href="http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/</link>
	<description>Don't worry, be happy</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:54:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: aizatto</title>
		<link>http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-27260</link>
		<dc:creator>aizatto</dc:creator>
		<pubDate>Fri, 07 May 2010 04:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aizatto.com/?p=1430#comment-27260</guid>
		<description>I&#039;m sorry, but I don&#039;t do Java development on Apple Mac OS X. Can&#039;t help you out.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, but I don&#8217;t do Java development on Apple Mac OS X. Can&#8217;t help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natasha</title>
		<link>http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-27242</link>
		<dc:creator>natasha</dc:creator>
		<pubDate>Thu, 06 May 2010 10:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aizatto.com/?p=1430#comment-27242</guid>
		<description>We are providing jre while bundling package. We want that user only double click on app &amp; application launches, user does not copy explicitly JavaApplicationStub from his system to application folder to run it. So we want that our java product should be compatible to all java version, for doing so what changes I have to made?

The current info.plist file is-





	CFBundleName
	My Application
	CFBundleIdentifier
	com.simontuffs.onejar.Boot
	CFBundleVersion
	2010.05.05.0
	CFBundleAllowMixedLocalizations
	true
	CFBundleExecutable
	JavaApplicationStub
	CFBundleDevelopmentRegion
	English
	CFBundlePackageType
	APPL
	CFBundleShortVersionString
	Version 2010.05.05.0
	CFBundleSignature
	????
	CFBundleGetInfoString
	My Application, version 2010.05.05.0
	CFBundleInfoDictionaryVersion
	6.0
	CFBundleIconFile
	myapplicationicns.icns
	Java
	
		MainClass
		com.simontuffs.onejar.Boot
		JVMVersion
		1.4+
		WorkingDirectory
		$JAVAROOT/
		VMOptions
      		-Xmx512m
		ClassPath
		$JAVAROOT/MyApplication.jar
		Properties
		
			com.apple.mrj.application.apple.menu.about.name
      			My Application
			com.apple.mrj.application.live-resize
			true
			com.apple.macos.useScreenMenuBar
			true
			com.apple.hwaccel
			false
			com.apple.mrj.application.growbox.intrudes
			false
			javax.xml.parsers.DocumentBuilderFactory
                       org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
                       javax.xml.parsers.SAXParserFactory
                      org.apache.xerces.jaxp.SAXParserFactoryImpl
		
	

</description>
		<content:encoded><![CDATA[<p>We are providing jre while bundling package. We want that user only double click on app &amp; application launches, user does not copy explicitly JavaApplicationStub from his system to application folder to run it. So we want that our java product should be compatible to all java version, for doing so what changes I have to made?</p>
<p>The current info.plist file is-</p>
<p>	CFBundleName<br />
	My Application<br />
	CFBundleIdentifier<br />
	com.simontuffs.onejar.Boot<br />
	CFBundleVersion<br />
	2010.05.05.0<br />
	CFBundleAllowMixedLocalizations<br />
	true<br />
	CFBundleExecutable<br />
	JavaApplicationStub<br />
	CFBundleDevelopmentRegion<br />
	English<br />
	CFBundlePackageType<br />
	APPL<br />
	CFBundleShortVersionString<br />
	Version 2010.05.05.0<br />
	CFBundleSignature<br />
	????<br />
	CFBundleGetInfoString<br />
	My Application, version 2010.05.05.0<br />
	CFBundleInfoDictionaryVersion<br />
	6.0<br />
	CFBundleIconFile<br />
	myapplicationicns.icns<br />
	Java</p>
<p>		MainClass<br />
		com.simontuffs.onejar.Boot<br />
		JVMVersion<br />
		1.4+<br />
		WorkingDirectory<br />
		$JAVAROOT/<br />
		VMOptions<br />
      		-Xmx512m<br />
		ClassPath<br />
		$JAVAROOT/MyApplication.jar<br />
		Properties</p>
<p>			com.apple.mrj.application.apple.menu.about.name<br />
      			My Application<br />
			com.apple.mrj.application.live-resize<br />
			true<br />
			com.apple.macos.useScreenMenuBar<br />
			true<br />
			com.apple.hwaccel<br />
			false<br />
			com.apple.mrj.application.growbox.intrudes<br />
			false<br />
			javax.xml.parsers.DocumentBuilderFactory<br />
                       org.apache.xerces.jaxp.DocumentBuilderFactoryImpl<br />
                       javax.xml.parsers.SAXParserFactory<br />
                      org.apache.xerces.jaxp.SAXParserFactoryImpl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Vigliotti</title>
		<link>http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-25255</link>
		<dc:creator>Christopher Vigliotti</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aizatto.com/?p=1430#comment-25255</guid>
		<description>awesome thanks!</description>
		<content:encoded><![CDATA[<p>awesome thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrice</title>
		<link>http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-23240</link>
		<dc:creator>Patrice</dc:creator>
		<pubDate>Mon, 28 Dec 2009 14:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aizatto.com/?p=1430#comment-23240</guid>
		<description>Simple. Neat. Effective. Great workaround !</description>
		<content:encoded><![CDATA[<p>Simple. Neat. Effective. Great workaround !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.aizatto.com/2009/09/20/freemind-on-apple-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-22312</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aizatto.com/?p=1430#comment-22312</guid>
		<description>It works like a charm also for me! Thanks a lot...</description>
		<content:encoded><![CDATA[<p>It works like a charm also for me! Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
