﻿<?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: Package javax.speech does not exist?</title>
	<atom:link href="http://technobuz.com/2009/02/package-javax-speech-does-not-exist/feed/" rel="self" type="application/rss+xml" />
	<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/</link>
	<description>For blog tips,Templates ,hacks ,programming fun and tweaks.</description>
	<lastBuildDate>Wed, 09 May 2012 18:10:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Manoj</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-2190</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Sat, 07 Aug 2010 15:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-2190</guid>
		<description>I have downloaded javax.speech packege from ur site. and also i have added it to library of netbeans but still it is not working. Give me solution.</description>
		<content:encoded><![CDATA[<p>I have downloaded javax.speech packege from ur site. and also i have added it to library of netbeans but still it is not working. Give me solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-1962</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-1962</guid>
		<description>What about if I&#039;m not using NetBeans or Eclipse? I like to use command prompt to compile my java codes. Do I need to add this to the PATH in my Environment Settings? or do I copy/paste all the files into my &quot;Program Files/Java&quot; folder? How can I do this?</description>
		<content:encoded><![CDATA[<p>What about if I&#8217;m not using NetBeans or Eclipse? I like to use command prompt to compile my java codes. Do I need to add this to the PATH in my Environment Settings? or do I copy/paste all the files into my &#8220;Program Files/Java&#8221; folder? How can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-574</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 04 Sep 2009 05:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-574</guid>
		<description>The problem should be with your code might be syntactical error correct it..Also allocate enough heap memory for JVM.</description>
		<content:encoded><![CDATA[<p>The problem should be with your code might be syntactical error correct it..Also allocate enough heap memory for JVM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajat</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-565</link>
		<dc:creator>rajat</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-565</guid>
		<description>EVEN AFTER INSTALLING JSAPI.JAR. I&#039;M NOT ABLE TO REMOVE THIS ERROR..
I HAVE COPY PASTED THE JAVAX.SPEECH FOLDR TO &#039;LIB&#039; FOLDER OF JDK1.6.0 FOLDER.. IT MADE NO DIFFERENCE..:(
KINDLY HELP....</description>
		<content:encoded><![CDATA[<p>EVEN AFTER INSTALLING JSAPI.JAR. I&#8217;M NOT ABLE TO REMOVE THIS ERROR..<br />
I HAVE COPY PASTED THE JAVAX.SPEECH FOLDR TO &#8216;LIB&#8217; FOLDER OF JDK1.6.0 FOLDER.. IT MADE NO DIFFERENCE..:(<br />
KINDLY HELP&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajat</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-564</link>
		<dc:creator>rajat</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-564</guid>
		<description>ON RUNNING THE JAVAVOICE APPLICATION(CONVERTS TEXT TO VOICE) ON NETBEANS, I GET THIS SORT OF MESSAGE....

init:
deps-jar:
Compiling 1 source file to C:\Documents and Settings\Administrator\JavaApplication1\build\classes
Note: C:\Documents and Settings\Administrator\JavaApplication1\src\javaapplication1\Main.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
compile:
run:
Exception in thread &quot;main&quot; java.lang.NullPointerException
        at Main.(Main.java:51)
        at Main.main(Main.java:187)
Java Result: 1
BUILD SUCCESSFUL (total time: 2 seconds)


WAT ELSE DO I HAV TO NEED TO DO TO RUN THE APPLICATION.? PLEASE HLP...</description>
		<content:encoded><![CDATA[<p>ON RUNNING THE JAVAVOICE APPLICATION(CONVERTS TEXT TO VOICE) ON NETBEANS, I GET THIS SORT OF MESSAGE&#8230;.</p>
<p>init:<br />
deps-jar:<br />
Compiling 1 source file to C:\Documents and Settings\Administrator\JavaApplication1\build\classes<br />
Note: C:\Documents and Settings\Administrator\JavaApplication1\src\javaapplication1\Main.java uses unchecked or unsafe operations.<br />
Note: Recompile with -Xlint:unchecked for details.<br />
compile:<br />
run:<br />
Exception in thread &#8220;main&#8221; java.lang.NullPointerException<br />
        at Main.(Main.java:51)<br />
        at Main.main(Main.java:187)<br />
Java Result: 1<br />
BUILD SUCCESSFUL (total time: 2 seconds)</p>
<p>WAT ELSE DO I HAV TO NEED TO DO TO RUN THE APPLICATION.? PLEASE HLP&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Package javax.speech does not exist? &#124; Technobuz &#124; BlogBov</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-39</link>
		<dc:creator>Package javax.speech does not exist? &#124; Technobuz &#124; BlogBov</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-39</guid>
		<description>[...] Read more from the original source: Package javax.speech does not exist? &#124; Technobuz [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more from the original source: Package javax.speech does not exist? | Technobuz [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solution-Where to get javax.speech package ? &#124; Technobuz</title>
		<link>http://technobuz.com/2009/02/package-javax-speech-does-not-exist/comment-page-1/#comment-38</link>
		<dc:creator>Solution-Where to get javax.speech package ? &#124; Technobuz</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://technobuz.com/?p=643#comment-38</guid>
		<description>[...] this too:http://technobuz.com/2009/02/package-javax-speech-does-not-exist Powered by Stumble! for WordPress Related Posts:Package javax.speech does not exist?Custom RUN [...]</description>
		<content:encoded><![CDATA[<p>[...] this too:<a href="http://technobuz.com/2009/02/package-javax-speech-does-not-exist" rel="nofollow">http://technobuz.com/2009/02/package-javax-speech-does-not-exist</a> Powered by Stumble! for WordPress Related Posts:Package javax.speech does not exist?Custom RUN [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/12 queries in 0.015 seconds using disk: basic
Object Caching 568/570 objects using disk: basic

Served from: technobuz.com @ 2012-05-18 02:21:47 -->
