Bad Applet Viewing Problem

I have tried this with the recent versions of the Runtime Environment 1.4.2 and 1.5.0 Beta 2 and I get slightly different, but the same problem.
When I try to view an applet in a web page with 1.4.2, it looks for jvm.dll in \bin\hotspot\ when it's usually in \bin\client\
When I try to view an applet in a web page with 1.5.0, it looks for jvm.dll in \bin\server\when it's usually in \bin\client\
and the thing is, those directories don't even exist.
I've searched the knowledge base and found this problem 3 times but it says they fixed. Help?

I just fixed mt problem, here's how i did it:
I installed a fresh copy of the 1.4.2 Runtime and restarted my computer
Then I opened Internet Explorer and went to Tools > Internet Options > Advanced to make sure the checkbox under Sun Java for the <Applet> tag was checked
then I went to Tools > Sun Java Console and did the following things, I do not remember which ones affected it but I have a good hunch which one probably made it work:
I switched the radio button to "Show the Console"
I disabled Cahcing files
And changed the Java Directory from default to the install directory like C:\Java\jre1.4.2\
I think chnaging the directory made the biggest difference. But one problem I was making when I was continously reinstalling and unistalling was every time I did that, I did restart to have the changes take effect.

Similar Messages

  • Swing applet view problem in IE

    Hi,
    I am new to Java and have to develop a web enabled tool where the servlets in my Solaris-Tomcat web server is manipulating with data in an oracle database. The client code is on Swing Applet, which is to be opened in Internet Explorer 5.5 from Windows NT platform.
    In view of this, I have written a small swing applet and it is not opening in IE. I heard that I need to use HTML converter to run Swing applets in IE. But, Is it enough to download the HTML converter for Solaris and install it in the server and convert the html pages where <applet> tag is included? Or , do I need to install the HTML converter for windows to all the client machines?
    Please help. This is very urgent.
    Thanks in adance.

    You can use this html code :
    <html>
         <body>
              <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 695 HEIGHT = 525 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
                   <PARAM NAME = CODE VALUE = MyApplet >
                   <PARAM NAME = CODEBASE VALUE = "." >
                   <PARAM NAME = ARCHIVE VALUE = "MyApplet.jar" >
                   <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
                   <PARAM NAME="scriptable" VALUE="false">
              </OBJECT>
         </body>
    </html>
    replacing only the dimension, the code value and removing or modifying archive value.
    Don't modiy the classid. This code indicates to the browser to use the Sun Java VM instead of its own vm.
    I hope this helps,
    Denis

  • Form 6i in browser not in applet viewer urgent plz

    dear fellows i have problem running form 6i on web when i click the run form web icon from form builder it opens applet viewer not browser
    and when i clik startup-program file-form 6i-run form from the web firstl i get errrcannot find the file c:'orant\tolls\web60\html\runform.htm (or one of its
    componants). Make sure the path and filename are correct and that all required libraries are available.
    if i press ok and pursu to the form and fill ins the name/passwore@service
    and press run
    then i get
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Error getting least loaded host from Load Balancer Server.
    plz help me to run form in the browser
    i m using form 6i browser nescape
    w2k standalone.
    null

    Hi,
    Got it from metalink.oracle.com. (however..I'm afraid... you must be a partner to get in). Do not know another url, so sorry. Maybe someone else.
    Martin
    null

  • AccessControlException when run in IE or Safari, but not Applet Viewer

    My applet requires the use of a txt file as input. The txt file need only be read, and is always in the same directory as the class files and the web page the applet's running in. For a while now, there have been no problems with reading the txt file; however, recently, I've been getting a "java.security.AccessControlException: access denied (java.io.FilePermission *insert filename here* read)" error. Furthermore, this error only comes up when I run the applet in Internet Explorer or Safari; when I run it in the applet viewer, it works perfectly. On top of this, when I went to the tutorial suspecting that the problem had something to do with thread management, I noticed that all three of the applets on page http://java.sun.com/docs/books/tutorial/essential/threads/index.html of the tutorial generated errors, which may or may not indicate that the problem lies in my browsers; frankly, I'm not sure. Any help that you people can give me would be greatly appreciated!

    Applets can not read from the filesystem unless you set up policy or sign the applet (or both)
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post
    If you applet needs to read a file that is in the same location as the html file and applet why not use the
    URL object?

  • Works in applet viewer but not in internet explorer

    I origionaly posted this on devshed. I got 55 views but no replies. It seems to be a common problem to which no one knows the answer. Surprise me :O)I'm sure this is a really common but there seems to be surprisinly litttle on the web about it.
    I developed a game applet a while ago in applet viewer and am now thinking about putting it on my web site. However I have found that it doesn't work in internet explorer. I can browse other sites using Java fine. There is clearly just something about my applet that ie doesn't like.
    Does anyone have any suggestions? What sort of things upset ie?
    All help very much apreciated, you are very nice people
    Flo.

    There must be some thing that tells you it isn't working. You should tell us so we don't have to guess. Does the browser hang? Do you get an error? Did you try opening the Java Console to see if there were any messages? I am guessing that your code is using something that the security level of an Applet does not allow (but appletviewer does allow).

  • Applet works on applet viewer but not in html, why not?

    I'm using Eclipse as a development system and the Eclipse applet viewer shows my applets with no problem. They work the way I expect them to work and all is well.
    When I try to run them in Internet Explorer, I first get a security warning. OK, I trust myself, so I tell Internet Explorer to run the applet. All I get is the text "Hello Dolly", but the applet doesn't run.
    I tried refreshing it, running it again, allowing popups and opening the file, but it just won't run. What could be wrong with something so trivial?
    Any suggestions would be appreciated.
    <html>
    <head>
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Hello to Everyone</title>
    </head>
    <body>
    <applet CODE="Hello.class" width=300 height=100>Hello Dolly
    </applet>
    </body>
    </html>

    Sorry, I didn't think there was anything special in the applet.
    This just happens to be what I'm checking at the moment.
    It has changed depending upon where in the tutorial I find myself.
    Thanks for you help.
    It has to be something really stupid that I'm missing, but since I'm still new at this game, I can miss something obvious to everyone else.
    package hello;
    import java.applet.Applet;
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.util.Date;
    public class Hello extends Applet implements Runnable {
         private static final long serialVersionUID = 1L;
         Color colors[] = new Color[50];
         Date date1 = null;
         Thread run1 = null;
         Font f1 = new Font("Ariel", Font.PLAIN, 14);
         public void run() {
              int i = 0;
              Thread currThread = Thread.currentThread();
              while (currThread == run1) {
                   setForeground(colors);
                   repaint();
                   i++;
                   if( i>= colors.length) i = 0;
                   try { Thread.sleep(50); }
                   catch (InterruptedException e) {}
         public void init() {
              int i;
              float c = 0.0f;
              for(i=0; i<colors.length; i++) {
                   colors[i] = Color.getHSBColor(c, 1.0f, 1.0f);
                   c += 0.2f;
         public void start() {
              if (run1 == null) {
                   run1 = new Thread(this);
                   run1.start();
         public void stop() {
              run1 = null;
         public void paint(Graphics g){
              date1 = new Date();
              g.setFont(f1);
              g.drawString(date1.toString(), 10, 50);

  • Runtime error in Applet only appears when running through IDE applet viewer

    Java 5.0
    Netbeans 4.1
    Linux (Suse 9.3)
    I only started getting this error when I set the data loading and initialization classes into a separate thread. (the data loading and init is currently just using dummy test data within the class, nothing is loaded from external files as of yet)
    Exception in thread "J3D-MasterControl" java.lang.NullPointerException
            at javax.media.j3d.SoundScheduler.activate(SoundScheduler.java:714)
            at javax.media.j3d.MasterControl.viewActivate(MasterControl.java:2539)
            at javax.media.j3d.MasterControl.handlePendingRequest(MasterControl.java:3032)
            at javax.media.j3d.MasterControl.doWork(MasterControl.java:2956)
            at javax.media.j3d.MasterControlThread.run(MasterControlThread.java:28)This error only comes up about 50% of the time, and only when I run it within the IDE applet viewer. I've never gotten this error when I run it from a web browser (tested with IE, Firefox and Opera).
    Is this an error I should be worried about, since it only comes up within the IDE?

    Chana_R wrote:
    Thanks for the reply. I am new to this topic area (though pretty good a programming in general...), so forgive me the query below is offbase.
    The applet is unsigned. For what it is worth, the applet code and the database are stored on the same machine. However, I can see where a client running the applet is a remote user and so the system may view this as a different source of code (IP/DNS).User has nothing to do with it.
    >
    I am currently to the point I can run the applet on my own server's browser, but cannot access the applet via a remote browser. I get an java.lang.NullPointerException
         at JdbcTest.init(JdbcTest.java:40)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Would this be typical of the problem you describe?
    No. You will get an exception for the problem I discussed. The problem you have suggests either something else is wrong or you are eating an exception and then attempting to continue.
    And secondly, what is a reasonably safe (and yet free!) method to deal with this? Is there a way to handle through java.policy or should I sign the applet? I've never worked with signed applets...but I can certainly start reading up on the topic...Signing the applet is easier in terms of distribution. Policy change is quicker if you are just messing around or if you have a very limited distribution target.

  • Applet viewer question

    Well here is my first question of what promises to be many. Nice to meet you all. Here goes:
    While doing the first applet in "Your first cup of Java", I run the applet by typing:
    appletviewer Hello.html
    The applet runs in the applet viewer and looks just like the picure says it should. But I also get this warning in the command prompt:
    Warning: Can't read AppletViewer properties file: C:\WINNT\Profiles\PURCHASER\.h
    otjava\properties Using defaults.
    Anybody know what the problem is there?
    Thanks.

    I wouldn't worry about it, I get the same errors using the computers at Uni. It's never stopped me anyway. I'm not sure what causes it, something to do with WinNT/2000 and profiles/users.
    Cheers,
    Radish21

  • Applet running problem in ie 6.0 under Windows XP

    Applet running problem in ie 6.0 under Windows XP
    I have a PC running Iternet Explorer 6.0 running under Windows XP. I have developed an applet using JDK 1.3 which is running fine with applet viewer , but it is not running in ie. I have installed Netscape navigator and Opera 5. the applet is running fine in both of these browsers but somehow it is not running in IE.
    Later on I upgraded my JDK to 1.4. It also displays use Java2 (V1.4.1) for <applet> (requires restart) tck marked in Advance section under Tools-Options menu of IE.
    I have also tried and set various options in my Control Panel�s Java Plug-in but all in vain. I have searched the sites for this solution but no one answers specifically.
    I know it�s a small problem due to discarded JVM in IE under Windows XP but give me solution for that.
    Thanks in Advance
    [email protected]

    Dear I have the same problem .
    Applet running problem in 6.0 . Enen I have installed the latest Jre 1.5.
    What should I do. I am fedup with this problem.

  • Applet run in applet viewer but produces error in browser

    Dear All,
    Rather new in Java developpement, this topic should be peanuts for most of you.
    I am using Oracle JDevelopper 11.
    I have written a very simple applet which just display a text using the following code:
    *public void paint(Graphics g){ g.drawString("I am talking to you !",40,40); }*
    The html code calls the applet using the following code:
    *<APPLET CODE="project1.Applet1.class" HEIGHT="200" WIDTH="600" ALIGN="bottom">This browser does not support Applets.</APPLET>*
    Running the hmtl file in the applet viewer, result is as expected.
    But running the html file using the server instance gives an error message which translation to English looks like the following:
    Error: click to get more information.
    The no java supported text is not displayed.
    I have set my browser to the lowest security level in order to check for security matter.
    No change.
    Browser is IE 8
    OS is Windows XP.
    Thanks a lot for helping a poor stuck beginner.
    Ben

    Hi Frank,
    Thank you for your help.
    I guess something is wrong with Jdeveloper or there is something I don't understand (most likely ;-)).
    Please correct me if I am wrong.
    The directory structure build by Jdeveloper is the following:
    Application name
    Project name
    classes
    project name <<< my class is stored under this folder
    public_html
    html file calling my applet class
    Calling Project1.Applet1 (as given as default when I create a java html file) in the html file give the following error message:
    open HTTP connection failed:http://127.0.0.1:7101/Application2-Project1-context-root/Project1/Applet1.class
    Calling Applet1 in the html file give the following error message: wrong name for applet Projet/Applet
    It does not refer to an http connection problem.
    Calling Project1/Applet1 gives the following
    HTTP connection failed:http://127.0.0.1:7101/Application2-Project1-context-root/Project1/Applet1.class
    So I am really puzzled.
    And stucked.
    Any hint ?
    Ben
    Edited by: Big Ben on 06-sept.-2010 21:01

  • View Problems with Starfire 3ds Loader

    Hi all !!
    I am new on developing 3D Applications with Java (only tryed several DirectX Programing with C).
    I've studied the SUN Tutorial of 3D Programming (first 3 Chapters) and now started to load a complex 3ds Object. I've tested several loaders and now the Starfire loader looks like working, because there is no exception during the loading process.
    But the model isn't shown. I've tryed several 3ds models with differend sizes, but nothing happend i only got the black Applet view. I've tryed both loading Objects types, but i still got the same problem.
    I thougt there is a problem with the view distance. Is there a easy way to change the translation like in C? Or is there an other failure I've make? Can someone help?
    Thanks in advanced !!
    Christian

    Christian,
    we have made very good experience with the starfire 3ds loader. I think there is no better one at this point of time.
    The problem might be one of the one described below, distance, size and lights.
    I can offer you to use AniFun3 (http://www.anifun3.de) at your first steps. It is a visual interface to the 3D api and contains the Starfire3DS loader. You can easy change the size, the point of view, lights etc.. on the fly. The graphical user interface is similar to the api. Therefore after successfully importing a file, you can continue either with AniFun3, or manually transfer the values to your source code.
    Regards,
    Oliver

  • Writing an Applet Viewer?

    I'm not sure why I'm interested in writing an applet viewer, I just thought it would be a nice project. Anyways, I'm wondering if anyone knows on how to tackle this. I've tried a little experimenting but everytime I call the applet init() method from my c++ program, it always crashes. I've tried to debug the problem in a external debugger but I can't seem to know why it's happening. If anyone can help direct me such as what I'll need to learn, what steps I need to take, etc, that'll be excellent. Thanks for your time.
    Edited by: _ImJoe on May 30, 2009 11:36 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Crashes mean pointer problems.
    Are you verifying every single JNI call with error checking as appropriate?

  • Applet failed problem

    Hi!
    Im new to working with Java applets. I am going to describe my problem with the applet I have written and all the circumstances of it because maybe I have missed out some little detail that somebody can point out.
    So, I was given the assignment of modifying my Professor's applet a little bit. The structure of the code was class example1 extends class table extends class BufferedApplet. I made the changes to the applet using Netbeans IDE 4.1. So the applet runs perfectly in the applet viewer, and the HTML page created by the netbeans on running the example1.java code also works fine if I open it from the build folder using firefox, or explorer.
    So I thought, great, I got my assignment done. We must post the applet on our website for it to get graded. So I uploaded the example1.class file and the example1.html file to the same directory on the webpage. I added table.class and BufferedApplet.class as well, just to be safe. All three source files are also in the same directory, coz we have to provide links to them for the assignment.
    Now, when I open the webpage, it wont display the applet. It shows me a white box with a red cross in the top left corner and gives me the message "loading java applet failed". sometimes, there are variations like "example not inited" or "java.lang.NullPointerException"... Here is what the Sun Java console had to say:
    Java Plug-in 1.5.0_04
    Using JRE version 1.5.0_04 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Vidya at work
    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
    p: reload proxy configuration
    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>
    java.lang.NoClassDefFoundError: example1 (wrong name: multimedia/example1)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         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)
    Exception in thread "Thread-4" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-example1.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoClassDefFoundError: example1 (wrong name: multimedia/example1)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         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)
    I have been trying to find solutions to this problem for weeks now.... Please help!!!!
    Here is my html page....
    <HTML>
    <HEAD>
    <TITLE>Modified Test Environment</TITLE>
    </HEAD>
    <BODY bgcolor=black text=white link=white alink=white vlink=white>
    <!--
    *** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER ***
    If you need to modify this HTML launcher file (e.g., to add applet parameters),
    copy it to where your applet class is found in the SRC folder. If you do this,
    the IDE will use it when you run or debug the applet.
    Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in
    the Packaging page in the Project Properties dialog.
    For more information see the online help.
    -->
    <H3>Modified Test Environment</H3>
    <center>
    <APPLET codebase="." code="example1.class" width=500 height=500></APPLET>
    </center>
    <P>
    Source: example1 extends table extends BufferedApplet
    </P>
    </BODY>
    </HTML>
    ???????????????????????????????????????????????????

    Hi!
    Im new to working with Java applets. I am going to describe my problem with the applet I have written and all the circumstances of it because maybe I have missed out some little detail that somebody can point out.
    So, I was given the assignment of modifying my Professor's applet a little bit. The structure of the code was class example1 extends class table extends class BufferedApplet. I made the changes to the applet using Netbeans IDE 4.1. So the applet runs perfectly in the applet viewer, and the HTML page created by the netbeans on running the example1.java code also works fine if I open it from the build folder using firefox, or explorer.
    So I thought, great, I got my assignment done. We must post the applet on our website for it to get graded. So I uploaded the example1.class file and the example1.html file to the same directory on the webpage. I added table.class and BufferedApplet.class as well, just to be safe. All three source files are also in the same directory, coz we have to provide links to them for the assignment.
    Now, when I open the webpage, it wont display the applet. It shows me a white box with a red cross in the top left corner and gives me the message "loading java applet failed". sometimes, there are variations like "example not inited" or "java.lang.NullPointerException"... Here is what the Sun Java console had to say:
    Java Plug-in 1.5.0_04
    Using JRE version 1.5.0_04 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Vidya at work
    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
    p: reload proxy configuration
    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>
    java.lang.NoClassDefFoundError: example1 (wrong name: multimedia/example1)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         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)
    Exception in thread "Thread-4" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-example1.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoClassDefFoundError: example1 (wrong name: multimedia/example1)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         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)
    I have been trying to find solutions to this problem for weeks now.... Please help!!!!
    Here is my html page....
    <HTML>
    <HEAD>
    <TITLE>Modified Test Environment</TITLE>
    </HEAD>
    <BODY bgcolor=black text=white link=white alink=white vlink=white>
    <!--
    *** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER ***
    If you need to modify this HTML launcher file (e.g., to add applet parameters),
    copy it to where your applet class is found in the SRC folder. If you do this,
    the IDE will use it when you run or debug the applet.
    Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in
    the Packaging page in the Project Properties dialog.
    For more information see the online help.
    -->
    <H3>Modified Test Environment</H3>
    <center>
    <APPLET codebase="." code="example1.class" width=500 height=500></APPLET>
    </center>
    <P>
    Source: example1 extends table extends BufferedApplet
    </P>
    </BODY>
    </HTML>
    ???????????????????????????????????????????????????

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Maintenance view problem "No data maintenance Authorization; Display only"

    Maintenance view problem
    <b>Question 1>>>></b>
    > I have created a table with Display/maintenance allowed and technical setting Data class - APPL0 (master data, transparent tables).
    >> Then I have created a maintenance view thought utilities->table maintenance generator where i have specified the Authorization group as &NC& (w/o auth. group)
    ->and also created a function group and specified in the maintenance screen-> I have selected maintenance type as one step-> i have given the overview screen number->and in Recording routine i have selected - no, or user ,recording routine.
    >>> Now when i go to transaction SM30  and put the table name and press on maintain button I get a information box saying "<b>No data maintenance Authorization; Display only"....</b> and it only displays the data.
    my problem is I want to enter data through maintenance view (SM30).
    <b>2nd Question >>>></b> once i create a function group for maintenance view how can i assign a transaction for this. <i>(as if i do it as we do for a module pool program it gives me error)</i>Thank you.
    kailash

    SE93.  Enter a transaction name.  Create.  In the pop up enter a title and select 'Transaction with parameters'.
    Next screen fill the following;
    Transaction 'SM30'
    Check 'Skip first screen'
    In the table control at the bottom of the screen
    Name of screen field 'VIEWNAME'
    Value <your table name>
    Name of screen field 'SHOW'
    Value 'X'
    Save.
    Job done.

Maybe you are looking for