Error when using Java

  • Follow


When I try and do a crossword I get an error, No number just as  below+

Java Plug-in 1.6.0_16
Using JRE version 1.6.0_16-b01 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Ian Whyte
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------


load: class Grid.class not found.
java.lang.ClassNotFoundException: Grid.class
	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run
(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: www.mirror.co.uk
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at sun.net.NetworkClient.doConnect(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.<init>(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient
(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown 
Source)
	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown 
Source)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream
(Unknown Source)
	at java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	... 7 more
Exception: java.lang.ClassNotFoundException: Grid.class

Can anyone help

Ian
0
Reply Ian 10/27/2009 8:16:59 AM

Ian Whyte wrote:

> When I try and do a crossword I get an error, No number just as  below+
> 
> java.lang.ClassNotFoundException: Grid.class

Something can't be found,

> Caused by: java.net.UnknownHostException: www.mirror.co.uk

because the name of a server can't be resolved

> Can anyone help

If the error persists, i.e. the name can't be resolved for
a longer period of time, ask your administrator if there is
a problem with your local DNS-server or -settings.

After that you might get in contact with the administrators
of the server.


Regards, Lothar
-- 
Lothar Kimmeringer                E-Mail: spamfang@kimmeringer.de
               PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
                 questions!
0
Reply Lothar 10/27/2009 10:03:32 AM


On 27 Oct 2009 08:16:59 GMT, Ian Whyte <ianwhyte2000@yahoo.com> wrote,
quoted or indirectly quoted someone who said :

>java.lang.ClassNotFoundException: Grid.class

It is looking for Grid.class and it is not where you said it was.

see
http://mindprod.com/jgloss/runerrormessages.html#CLASSNOTFOUNDEXCEPTION
-- 
Roedy Green Canadian Mind Products
http://mindprod.com

When your language is nowhere near Turing-complete, syntactic sugar can be your friend. 
~ Eric S. Raymond (born: 1957-12-04 age: 51) The Cathedral and the Bazaar
0
Reply Roedy 10/27/2009 7:45:12 PM

Roedy Green <see_website@mindprod.com.invalid> wrote in 
news:3bjee55kpq3kfrd2cp2rtt99d021skmok6@4ax.com:

> http://mindprod.com/jgloss/runerrormessages.html#CLASSNOTFOUNDEXCEPTION

Thanks to those who answered.

I did a google search and found the answer. In the Java control 
panel/advanced/Java plugin/untick the option enable the next generation 
Java plugin.
This fixed the problem.

Regards
Ian 
0
Reply Ian 10/28/2009 10:16:31 AM

3 Replies
202 Views

(page loaded in 0.055 seconds)

Similiar Articles:













7/12/2012 4:25:25 PM


Reply: