<?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: OCP 8 Book Bonus:  Creating a Derby Database in Java 8	</title>
	<atom:link href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sat, 25 Aug 2018 17:45:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-200961</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 25 Aug 2018 17:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-200961</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-200841&quot;&gt;Filip&lt;/a&gt;.

Can post this at https://coderanch.com/f/33/java? CodeRanch is a big Java forum so you&#039;d get people looking at it quickly. (It&#039;s hard to answer long questions in the comments of a blog)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-200841">Filip</a>.</p>
<p>Can post this at <a href="https://coderanch.com/f/33/java" rel="nofollow ugc">https://coderanch.com/f/33/java</a>? CodeRanch is a big Java forum so you&#8217;d get people looking at it quickly. (It&#8217;s hard to answer long questions in the comments of a blog)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Filip		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-200841</link>

		<dc:creator><![CDATA[Filip]]></dc:creator>
		<pubDate>Tue, 21 Aug 2018 10:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-200841</guid>

					<description><![CDATA[I typed the code for setting up Derby database. As I tried to compile the code I got the following error:

An exception has occurred in the compiler (1.8.0_161). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
java.lang.NoClassDefFoundError: com/sun/tools/javac/comp/CompileStates$CompileState
	at com.sun.tools.javac.main.JavaCompiler.(JavaCompiler.java:428)
	at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:88)
	at com.sun.tools.javac.main.Main.compile(Main.java:485)
	at com.sun.tools.javac.main.Main.compile(Main.java:381)
	at com.sun.tools.javac.main.Main.compile(Main.java:370)
	at com.sun.tools.javac.main.Main.compile(Main.java:361)
	at com.sun.tools.javac.Main.compile(Main.java:56)
	at com.sun.tools.javac.Main.main(Main.java:42)
Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.comp.CompileStates$CompileState
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 8 more


.......So my java file did not get compiled. But not only that also my other .java files (simple practice programs) which used to compile fine , are now not compiling and are causing the same error.
Sorry for this verbose comment but I am trying to solve this. Everything I found on the net so far was not very helpful.
Please for some helpful advices!!! Thanks]]></description>
			<content:encoded><![CDATA[<p>I typed the code for setting up Derby database. As I tried to compile the code I got the following error:</p>
<p>An exception has occurred in the compiler (1.8.0_161). Please file a bug against the Java compiler via the Java bug reporting page (<a href="http://bugreport.java.com" rel="nofollow ugc">http://bugreport.java.com</a>) after checking the Bug Database (<a href="http://bugs.java.com" rel="nofollow ugc">http://bugs.java.com</a>) for duplicates. Include your program and the following diagnostic in your report. Thank you.<br />
java.lang.NoClassDefFoundError: com/sun/tools/javac/comp/CompileStates$CompileState<br />
	at com.sun.tools.javac.main.JavaCompiler.(JavaCompiler.java:428)<br />
	at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:88)<br />
	at com.sun.tools.javac.main.Main.compile(Main.java:485)<br />
	at com.sun.tools.javac.main.Main.compile(Main.java:381)<br />
	at com.sun.tools.javac.main.Main.compile(Main.java:370)<br />
	at com.sun.tools.javac.main.Main.compile(Main.java:361)<br />
	at com.sun.tools.javac.Main.compile(Main.java:56)<br />
	at com.sun.tools.javac.Main.main(Main.java:42)<br />
Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.comp.CompileStates$CompileState<br />
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)<br />
	&#8230; 8 more</p>
<p>&#8230;&#8230;.So my java file did not get compiled. But not only that also my other .java files (simple practice programs) which used to compile fine , are now not compiling and are causing the same error.<br />
Sorry for this verbose comment but I am trying to solve this. Everything I found on the net so far was not very helpful.<br />
Please for some helpful advices!!! Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-191545</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 19 Aug 2017 16:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-191545</guid>

					<description><![CDATA[Note: these instructions assume you are using JDK 8 since this is for the Java 8 exam. We do not recommend studying for the Java 8 exam using Java 9. Among other things, Derby is not packaged with the JDK in Java 9)]]></description>
			<content:encoded><![CDATA[<p>Note: these instructions assume you are using JDK 8 since this is for the Java 8 exam. We do not recommend studying for the Java 8 exam using Java 9. Among other things, Derby is not packaged with the JDK in Java 9)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joel Fuhrmann		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-191058</link>

		<dc:creator><![CDATA[Joel Fuhrmann]]></dc:creator>
		<pubDate>Tue, 01 Aug 2017 22:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-191058</guid>

					<description><![CDATA[I got an exception related to the DECIMAL(1,1), and I looked it up on Stack Overflow and the post there said the first digit has to contain the total number of digits in the number, and the second digit contains the number after the decimal poiint. So to store a number like 7.5, the DECIMAL statement should be changed to DECIMAL(2,1). So I ran it like that and it ran with no exceptions.]]></description>
			<content:encoded><![CDATA[<p>I got an exception related to the DECIMAL(1,1), and I looked it up on Stack Overflow and the post there said the first digit has to contain the total number of digits in the number, and the second digit contains the number after the decimal poiint. So to store a number like 7.5, the DECIMAL statement should be changed to DECIMAL(2,1). So I ran it like that and it ran with no exceptions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-190314</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 02 Jul 2017 12:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-190314</guid>

					<description><![CDATA[Changed decimal to decimal(1,1) per https://coderanch.com/t/681668/certification/Mistake-OCP-Java-SE-Programmer]]></description>
			<content:encoded><![CDATA[<p>Changed decimal to decimal(1,1) per <a href="https://coderanch.com/t/681668/certification/Mistake-OCP-Java-SE-Programmer" rel="nofollow ugc">https://coderanch.com/t/681668/certification/Mistake-OCP-Java-SE-Programmer</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189395</link>

		<dc:creator><![CDATA[Antonio]]></dc:creator>
		<pubDate>Fri, 26 May 2017 09:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-189395</guid>

					<description><![CDATA[if someone is interested to know how it works with Eclipse-Mars on MAC: right-click in Eclipse on the src folder containing SetupDerbyDatabase file, then click on &quot;Build path&quot;&#062;&quot;Configure Build Path...&quot;, select &quot;Libraries&quot; and click on &quot;Add External JARs...&quot;, search for derby.jar in your jdk library and apply.]]></description>
			<content:encoded><![CDATA[<p>if someone is interested to know how it works with Eclipse-Mars on MAC: right-click in Eclipse on the src folder containing SetupDerbyDatabase file, then click on &#8220;Build path&#8221;&gt;&#8221;Configure Build Path&#8230;&#8221;, select &#8220;Libraries&#8221; and click on &#8220;Add External JARs&#8230;&#8221;, search for derby.jar in your jdk library and apply.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189142</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 14 May 2017 00:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-189142</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189119&quot;&gt;Tahir Abdullayev&lt;/a&gt;.

I just added it to the errata page. The reason I saw a distinction was that the book directs to the &quot;bonus&quot; blog post for updates. (The bonus page existed before this errata was known. We anticipated changes in db setup). So I thought people might look there already. But you are correct. That&#039;s a philosophical point.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189119">Tahir Abdullayev</a>.</p>
<p>I just added it to the errata page. The reason I saw a distinction was that the book directs to the &#8220;bonus&#8221; blog post for updates. (The bonus page existed before this errata was known. We anticipated changes in db setup). So I thought people might look there already. But you are correct. That&#8217;s a philosophical point.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tahir Abdullayev		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189119</link>

		<dc:creator><![CDATA[Tahir Abdullayev]]></dc:creator>
		<pubDate>Sat, 13 May 2017 08:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-189119</guid>

					<description><![CDATA[It&#039;s in the &#039;bonus&#039; link, not errata.
How often would people look for &#039;bonus&#039; if they found an error in the book?
Not me, anyway. I was always checking list of errors in the book because I found many, but I didn&#039;t find anything for this error and moved to google to find what the problem is.
Also, why do you need a numbered list of errors in the book if you describe some errors somewhere else and call it not errors, but &#039;bonus&#039;?]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s in the &#8216;bonus&#8217; link, not errata.<br />
How often would people look for &#8216;bonus&#8217; if they found an error in the book?<br />
Not me, anyway. I was always checking list of errors in the book because I found many, but I didn&#8217;t find anything for this error and moved to google to find what the problem is.<br />
Also, why do you need a numbered list of errors in the book if you describe some errors somewhere else and call it not errors, but &#8216;bonus&#8217;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189114</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 13 May 2017 01:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-189114</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189069&quot;&gt;Tahir Abdullayev&lt;/a&gt;.

Note: this  post is linked from the errata page.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189069">Tahir Abdullayev</a>.</p>
<p>Note: this  post is linked from the errata page.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tahir Abdullayev		</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/comment-page-1/#comment-189069</link>

		<dc:creator><![CDATA[Tahir Abdullayev]]></dc:creator>
		<pubDate>Thu, 11 May 2017 10:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132#comment-189069</guid>

					<description><![CDATA[The code in the book doesn&#039;t work. The seconds are not included in timestamp and because of this Java gives exception while running the code. I think this should be included in errata list. I&#039;ve spent 1 hour trying to figure out what&#039;s wrong with this code. I&#039;ve found this page after already solving it myself.]]></description>
			<content:encoded><![CDATA[<p>The code in the book doesn&#8217;t work. The seconds are not included in timestamp and because of this Java gives exception while running the code. I think this should be included in errata list. I&#8217;ve spent 1 hour trying to figure out what&#8217;s wrong with this code. I&#8217;ve found this page after already solving it myself.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
