Java Problems on new laptop

clancy2k

Bronze Level Poster
Hey,

I'm trying to run Java applications after installing Java on my new laptop. I'm trying to load Runescape amongst other java things and i keep getting this error report:

Java Plug-in 10.4.1.255
Using JRE version 1.7.0_04-b22 Java HotSpot(TM) Client VM
User home directory = C:\Users\David
----------------------------------------------------
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>
----------------------------------------------------

I have tried and checked everything on the java troubleshooting website, such as checking if it's enabled in browser settings (it is) and checking if a firewall is blocking it (it isn't).

So, i'm out of ideas as to why it's not working, any help would be greatly appretiated.

EDIT: just realised this isn't an error messages, it's just the java controller, wich is all that comes up when u click on the "error" message. it also says "ClassNotFoundException"
 
Last edited:

Buzz

Master
Go into add remove progs and remove Java

Restart

Download and install

Java x64 bit
AND
Java x32 bit

The reason for installing both is that the Java is not effected by the windows version it is effected by the program bit type you are using. For EG Chrome is 32bit so it will utilize the 32 bit version of Java.

Then Click this Link to verify and if it gives you the option to update which it shouldnt but if does do so.
http://www.java.com/en/download/installed.jsp?detect=jre&try=1

See it that helps
 
Last edited:
Top