Results 1 to 12 of 12
- 04-23-2008, 10:39 AM #1
Member
- Join Date
- Apr 2008
- Location
- India
- Posts
- 4
- Rep Power
- 0
JRE rtapplet class not found error
I was trying to open an application on web which uses jre for applet and I am founding the following error...
load: class StreamingApplet.RTApplet.class not found.
java.lang.ClassNotFoundException: StreamingApplet.RTApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
.I have already installed JRE 1.5 on my machine and enabled java and JIT compliler in internet explorer settings .. please help...
- 04-23-2008, 11:27 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
ClassNotFoundException means there is a class missing. Are you sure you have the complete source package.
- 04-23-2008, 12:21 PM #3
Member
- Join Date
- Apr 2008
- Location
- India
- Posts
- 4
- Rep Power
- 0
yes
I am sure that I have complete JRE 1.5 , Is this that I require some another version for running the applet
- 04-23-2008, 12:28 PM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
No I'm talking about the code you have. Is that your own code or downloaded from the web? If so, did you have to complete package?
- 04-23-2008, 12:34 PM #5
Member
- Join Date
- Apr 2008
- Location
- India
- Posts
- 4
- Rep Power
- 0
I am trying to open a web page which has an applet and that is not running....and The error which i wrote can be found at the console
- 04-23-2008, 12:38 PM #6
Hello dear,
The problem is that your RTApplet.class file is not at proper place in your application that's what eranga wants to say.
Check the package of class and then try again
If still you are stuck then post the code in which applet is called.
sanjeev
- 04-23-2008, 01:04 PM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yep, what I'm asking is not there Sanjeev :) ;)
- 04-23-2008, 01:13 PM #8
- 04-24-2008, 03:25 AM #9
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Sorry if I've not express clear thought on that :)
- 04-01-2009, 05:37 PM #10
Member
- Join Date
- Apr 2009
- Posts
- 2
- Rep Power
- 0
- 04-02-2009, 05:30 AM #11
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'll try to do my best all the time.
- 04-02-2009, 08:02 AM #12
Member
- Join Date
- Apr 2009
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Error: no class definition found
By toby in forum New To JavaReplies: 6Last Post: 08-28-2011, 10:32 PM -
Class not found Exception
By surendra in forum Java ServletReplies: 8Last Post: 06-09-2011, 12:52 PM -
Error: incompatible types, found: int required: boolean
By silvia in forum New To JavaReplies: 6Last Post: 10-08-2008, 08:09 AM -
Strange error message "Source not found"
By ppayal in forum EclipseReplies: 0Last Post: 11-25-2007, 06:19 PM -
Error: javax.servlet.ServletException: Column not found
By barney in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-07-2007, 07:20 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks