<?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: Version 24 of the RadBlue tools has been released!</title>
	<atom:link href="https://www.radblue.com/2012/10/version24/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.radblue.com/2012/10/version24/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Dec 2012 19:26:06 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.31</generator>
	<item>
		<title>By: Ben</title>
		<link>https://www.radblue.com/2012/10/version24/comment-page-1/#comment-106</link>
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Tue, 18 Dec 2012 19:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.radblue.com/?p=3256#comment-106</guid>
		<description><![CDATA[Thanks, RGS 25 works great here!]]></description>
		<content:encoded><![CDATA[<p>Thanks, RGS 25 works great here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>https://www.radblue.com/2012/10/version24/comment-page-1/#comment-99</link>
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 00:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.radblue.com/?p=3256#comment-99</guid>
		<description><![CDATA[Hi Ben,

We have many instances where our tools are co-existing with a Java 7 installation on the box. To do that, the installer lays down its own version of Java for the tool to use that does not conflict with the default version on your box. So, you can run Java 7 while the RadBlue tool uses its own instance of Java 6. 

If this is causing an issue for you, please start the tool, then create a debug.zip file (press the &quot;Export Debug&quot; button on the page where the debug log is located), and then send it to me, and we&#039;ll see if we can figure out what&#039;s going on in your world. 

Cheers!

Russ (russ@radblue.com)]]></description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>We have many instances where our tools are co-existing with a Java 7 installation on the box. To do that, the installer lays down its own version of Java for the tool to use that does not conflict with the default version on your box. So, you can run Java 7 while the RadBlue tool uses its own instance of Java 6. </p>
<p>If this is causing an issue for you, please start the tool, then create a debug.zip file (press the &#8220;Export Debug&#8221; button on the page where the debug log is located), and then send it to me, and we&#8217;ll see if we can figure out what&#8217;s going on in your world. </p>
<p>Cheers!</p>
<p>Russ (russ@radblue.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>https://www.radblue.com/2012/10/version24/comment-page-1/#comment-98</link>
		<dc:creator><![CDATA[sam]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 22:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.radblue.com/?p=3256#comment-98</guid>
		<description><![CDATA[Hi, Ben! Version 25 of the tools, which will be released this Wednesday (Dec 5th), will support Java 1.7.]]></description>
		<content:encoded><![CDATA[<p>Hi, Ben! Version 25 of the tools, which will be released this Wednesday (Dec 5th), will support Java 1.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>https://www.radblue.com/2012/10/version24/comment-page-1/#comment-97</link>
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 21:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.radblue.com/?p=3256#comment-97</guid>
		<description><![CDATA[Any chance of supporting newer JREs than 1.6 in the future?  Some of us cannot run on the 1.6 JRE due to class version mismatches similar to this since we&#039;re running in more modern runtime environments.

java.lang.UnsupportedClassVersionError: com/jidesoft/plaf/gtk/GTKInitializer : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:186)
	at com.jidesoft.plaf.LookAndFeelFactory.invokeInitialize(Unknown Source)
	at com.jidesoft.plaf.LookAndFeelFactory.initialize(Unknown Source)
	at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
	at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
	at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
	at com.jidesoft.plaf.LookAndFeelFactory.installDefaultLookAndFeelAndExtension(Unknown Source)
	at com.radblue.g2s.scope.gui.main.G2SScopeMainBrowser.main(G2SScopeMainBrowser.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
	at com.install4j.runtime.launcher.Launcher.main(Unknown Source)]]></description>
		<content:encoded><![CDATA[<p>Any chance of supporting newer JREs than 1.6 in the future?  Some of us cannot run on the 1.6 JRE due to class version mismatches similar to this since we&#8217;re running in more modern runtime environments.</p>
<p>java.lang.UnsupportedClassVersionError: com/jidesoft/plaf/gtk/GTKInitializer : Unsupported major.minor version 51.0<br />
	at java.lang.ClassLoader.defineClass1(Native Method)<br />
	at java.lang.ClassLoader.defineClass(ClassLoader.java:634)<br />
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)<br />
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)<br />
	at java.net.URLClassLoader.access$000(URLClassLoader.java:73)<br />
	at java.net.URLClassLoader$1.run(URLClassLoader.java:212)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)<br />
	at java.lang.Class.forName0(Native Method)<br />
	at java.lang.Class.forName(Class.java:186)<br />
	at com.jidesoft.plaf.LookAndFeelFactory.invokeInitialize(Unknown Source)<br />
	at com.jidesoft.plaf.LookAndFeelFactory.initialize(Unknown Source)<br />
	at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)<br />
	at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)<br />
	at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)<br />
	at com.jidesoft.plaf.LookAndFeelFactory.installDefaultLookAndFeelAndExtension(Unknown Source)<br />
	at com.radblue.g2s.scope.gui.main.G2SScopeMainBrowser.main(G2SScopeMainBrowser.java:245)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />
	at java.lang.reflect.Method.invoke(Method.java:616)<br />
	at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)<br />
	at com.install4j.runtime.launcher.Launcher.main(Unknown Source)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
