2nd Class not displaying in applet on browser

I have a very basic applet that consists of two classes, the applet itself and a gui component class that I created that is used in the applet. When I run it in the AppletViewer, I can see my gui component on the applet just fine. But when I try to run it in the browser, I can only see the applet but not the my gui component class. Both class files are in the same folder as the HTML page. I tried putting both classes in a jar file and using the archive attribute in the applet tag of the HTML file but that didn't help. I even tried putting the entire gui component class inside the applet class. It worked fine in the AppletViewer but not in the Netscape browser.
I'm probably missing something really simple here but I can't figure out what it is. Anybody have any ideas?

Okay, I've whittled the code down to the bare minimum. I have an applet with a single ProgressBar class on it. The applet is in the AIControl.class file and the ProgressBar is in the ProgressBar.class file, both in the same directory. When I run it in the AppletViewer, I see a half full blue progress bar at the bottom of the applet. When I run it in the browser, I only see the blank applet with no progress bar. I'm sure I'm missing something really stupid but I don't see it. Thanks all for your help.
/************** AIControl.java ***************/
import java.awt.*;
import java.applet.*;
import java.util.*;
public class AIControlPanel extends Applet
ProgressBar prgProgressBar = new ProgressBar();
public void init()
     setLayout(null);
     setBackground(java.awt.Color.lightGray);
     setSize(517,431);
     add(prgProgressBar);
     prgProgressBar.setBounds(12,398,492,16);
/************* ProgressBar.java *************/
import java.awt.*;
public class ProgressBar extends java.awt.Canvas
private int percentDone = 50;
public void paint(Graphics g)
double myWidth = getSize().getWidth() - 1;
double myHeight = getSize().getHeight() - 1;
g.setColor(Color.black);
g.drawRect(0, 0, (int)myWidth, (int)myHeight);
g.setColor(Color.blue);
g.fillRect(0, 0, (int)(myWidth*((double)(percentDone)/100)), (int)myHeight);
The HTML file I'm using to run this applet in the browser is bare bones and is as follows:
<HTML>
<HEAD>
<TITLE>Autogenerated HTML</TITLE>
</HEAD>
<BODY>
<APPLET CODE="AIControlPanel.class" WIDTH=517 HEIGHT=431></APPLET>
</BODY>
</HTML>
I don't think I can get much more bare bones than that...and it still doesn't work. Can anyone see what I'm missing?

Similar Messages

  • Some applets is not displayed in the ie6 browser

    Dear all
    Pls hlp me in this issue
    Some applets is not displayed in the ie6 browser
    it is displayed after enabling the Java sun "Use Java 2v1.4.0 for applet "
    but some applets is displayed without enabling Java Sun
    Insted of JavaSun we use MicroSoft Vm
    how is this possible

    Hi,
    As Julien said you can install the SQL Studio and check for the table starting with M followed by a number with your rootnode name. Similarly for the child node also. If you see that the data is present please check if you have written a BIND method for your table, form in the either the INIT or the supply function.
    Regards,
    Narayani

  • Class not found in applet using 2 jar files

    I have an applet which has been working for years as a stand alone or connecting directly to a derby database on my home server. I have just changed it to connect to MySQL on my ISP server via AJAX and PHP.
    I am now getting a class not found error in my browser, probably because I'm stuffing up the class path.
    The HTML I am using to call the applet is:
    <applet code="AMJApp.class"
    codebase="http://www.interactived.com/JMTalpha"
    archive="AMJ014.jar,plugin.jar"
    width="500"height="500"
    MAYSCRIPT style="border-width:0;"
    name="jsap" id="jsap"></applet>The AMJ014.jar contains the applet and supporting class files.
    The error message is strange to me because it refers to a class I noticed on another web page but which has nothing to do with my applet. Anyway, the message in full is:
    load: class NervousText.class not found.
    java.lang.ClassNotFoundException: NervousText.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.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)
    Exception: java.lang.ClassNotFoundException: NervousText.class
    java.lang.UnsupportedClassVersionError: AMJApp : Unsupported major.minor version 51.0
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.defineClassHelper(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.access$100(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.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)
    Exception: java.lang.UnsupportedClassVersionError: AMJApp : Unsupported major.minor version 51.0

    Thanks again.
    The page code is:
    <html>
    <head>
      <title>Applet to JavaScript to PHP</title>
    </head>
    <body>
    <script type="text/javascript">
    function updateWebPage(myArg)
    document.getElementById("txt1").innerHTML=myArg;
    if (myArg=="")
      document.getElementById("cbxItem").innerHTML="";
      return;
    if (window.XMLHttpRequest)
      {// code for IE7+, Firefox, Chrome, Opera, Safari
      xmlhttp=new XMLHttpRequest();
    else
      {// code for IE6, IE5
      xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    xmlhttp.onreadystatechange=function()
      if (xmlhttp.readyState==4 && xmlhttp.status==200)
        document.getElementById("cbxItem").innerHTML=xmlhttp.responseText;
    xmlhttp.open("GET","putitem.php?id="+myArg,true);
    xmlhttp.send();
    </script>
    <form>
    <table border=1 align='center' cellpadding=0 cellspacing=0 >
    <tr><td style='text-align:center; background-color:#C0C0C0'>Compiled Java Applet</td></tr>
    <tr><td><applet code="AMJApp.class" codebase="http://www.interactived.com/JMTalpha" archive="AMJ014.jar" width="500"height="500" MAYSCRIPT style="border-width:0;" name="jsap" id="jsap"></applet> </td></tr>
    <tr><td style='text-align:center; background-color:#C0C0C0'>HTML Textbox filled by JavaScript</td></tr>
    <tr><td><textarea style='width:500px; height:50px' name='txt1' id='txt1'>Query goes here</textarea></td></tr>
    <tr><td style='text-align:center; background-color:#C0C0C0'>HTML diagnostic messages rendered by PHP script</td></tr>
    <tr><td><div id="cbxItem">PHP info will populate this space</div></td></tr>
    </table>
    </form>
    </body>
    </html>The URL of the problem page is:
    http://www.interactived.com/JMTalpha/AMJTest.htm
    The code in the page is based on the following test page, which works:
    http://www.interactived.com/test5Applet.htm
    And the Applet, before I made any changes can be seen at this address:
    http://www.interactived.com/jartest0906.htm
    Thanks again for you interest.
    Edited by: 886473 on 21-Sep-2011 00:47

  • JEditorPane can not display the applet contained in a html

    We know that class JEditorPane can be used to display Html pages. but it has limitation. When a Html page contains Applet, it can not display the applet! Does anyone know if there's any solution for this problem?

    Hi, i do the 'CREATE_TEXT', after the PO created,   the PO created correctly except the Long Text.
    THE CODE:
    *********************1*********************
        CALL FUNCTION 'BAPI_PRODORD_CREATE'
          EXPORTING
            orderdata    = wa_po
          IMPORTING
            return       = rt
            order_number = aufnr
            order_type   = otype.
    Then i got a AUFNR,
    **********************2**********************
    CONCATENATE sy-mandt aufnr INTO t_name.
          CALL FUNCTION 'CREATE_TEXT'
            EXPORTING
              fid         = 'KOPF'
              flanguage   = 'E'
              fname       = t_name
              fobject     = 'AUFK'
              save_direct = 'X'
              fformat     = '*'
            TABLES
              flines      = it_text
            EXCEPTIONS
              no_init     = 1
              no_save     = 2
              OTHERS      = 3.
    and SY-SUBRC is 0.
    the long text also generated, but can not displayed on the CO03

  • PDF will not display in an IE browser window

    I have the following setup:
    Windows Vista Business w/ SP2
    Internet Explorer 8 (8.0.6001.18813)
    Adobe Reader 9 (9.1.3)
    When accessing a PDF document using IE8, the PDF will not display in an IE browser window.  Instead, the PDF opens in a new Adobe Reader window.
    When accessing the same PDF in Firefox or Chrome, the PDF appears in the browser window.
    I have tried repairing Adobe Reader using the Help>Repair Adobe Reader Installation menu, both by running Adobe Reader as an admin and not.  I have confirmed that Adobe Reader "Internet" preference "Display PDF in Browser" option is enabled (checked).  I have enabled/disabled this preference without affect.  The PDF document is always opened in it's own Adobe Reader window.
    I have tested this using different PDF documents served up by different servers.  The result is the same.  The PDF document is always opened in it's own Adobe Reader window.
    How can I get the PDF to open in an IE8 browser window?
    I look forward to any suggestions offered.

    Hi Carolyn,
    I am experiencing the same symptoms as gaijindragonslayer described above, and my Internet Plug-ins folder is empty. I would like to have Preview as my default pdf reader, but am unable to view a pdf in Safari at all right now -- I have to download the pdf and then open it with Preview separately in order to view it.
    What else might cause this?
    Thanks for your help.

  • Safari 5.1 will not display Java applet window

    I Just updated to safari 5.1 via software update.  It will not display java applet window on http://www.goldprice.org/live-gold-price.html ,i can view it using firefox. I have done a Safari reset, done a new install of 5.1, ran disc utility, unblocked popo up winows and restarted machine

    1). restart system with original start up disc, holding down "c" key.
    2). using time machine restore from non "lion" operating system. this will kill p.o.s. lion.
    3). once back in non 10.7 OS be careful not to install via software updates, sarafi 5.1
    4). sarafi 5.1 like lion *****.
    5). if you have sarafi 5.1, degrade by typing in this: support.apple.com/kb/dl1939
         a). a very large software update that degraded my sarafi 5.1 back to sarafi 5.05
    6). streetsmart.com and java worked fine for me after this fix.
    7), also you can download firefox, and though slower than sarafi 5.05 it will load java, and stock screens.
    GOOD LUCK. my first microsoft moment with apple in 8 years of chronic love for their products. time to
    sell AAPL shares.

  • Class Not Found Exception - applet won't run anywhere outside of IDE

    I have an applet that runs perfectly in the netbeans IDE, but won't run from command prompt (I'm using windows) or from a browser. I've been banging my head against the wall for a few days on this one. Here's the HTML I'm using:
    <applet width="400" height="525" code="musicapplet.class" archive="crypticgraffiti.jar">
    <param name="bgcolor" value="ffffff"> <param name="fontcolor" value="000000">
    </param> </param> Your browser is not Java enabled. </applet>
    Here is the structure of the jar file's contents:
    META-INF/
    META-INF/MANIFEST.MF
    com/
    com/crypticgraffiti/
    com/crypticgraffiti/music/musicapplet
    com/crypticgraffiti/music/GetNotes.class
    com/crypticgraffiti/music/InstList.class
    com/crypticgraffiti/music/Mode.class
    com/crypticgraffiti/music/MusicCreator.class
    com/crypticgraffiti/music/OctaveTransformer.class
    com/crypticgraffiti/music/Phrase.class
    musicapplet/MusicApplet$playerThread.class
    musicapplet/MusicApplet.class
    (Musicapplet.class is the main class)
    When I attempt to run from command prompt, I get:
    "Error: Could not find or load main class crypticgraffiti.MusicApplet"
    When I attempt to load via html:
    "basic: load: class musicapplet.class not found.
    load: class musicapplet.class not found.
    java.lang.ClassNotFoundException: musicapplet.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.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)
    Exception: java.lang.ClassNotFoundException: musicapplet.class
    security: Accessing keys and certificate in Mozilla user profile: null"
    I have tried every possible variation for the 'code' element of the applet tag (package.mainclass.class, mainclass, mainclass.class, etc). I have also tried compiling with JDK 1.6 and this didn't change anything. I've tried clearing out the cache of temporary files using the java control panel settings, and have verified that my browser can run other applets using JRE 6 and 7.
    I've tried some different ways of distributing the applet, also: putting all the class files in the folder with the html file, putting the classes in a source folder in the same folder as the html file, and finally putting a jar in the same folder as the html file (which really seems the simplest).
    Any help at all would be most appreciated! This applet is a very cool and original music creating app that draws heavily on the JFugue API. It's a shame that I can't get it online for people to play with!

    Cryptic Graffiti wrote:
    Here is the structure of the jar file's contents:
    META-INF/
    META-INF/MANIFEST.MF
    com/
    com/crypticgraffiti/
    com/crypticgraffiti/music/musicapplet
    com/crypticgraffiti/music/GetNotes.class
    com/crypticgraffiti/music/InstList.class
    com/crypticgraffiti/music/Mode.class
    com/crypticgraffiti/music/MusicCreator.class
    com/crypticgraffiti/music/OctaveTransformer.class
    com/crypticgraffiti/music/Phrase.class
    musicapplet/MusicApplet$playerThread.class
    musicapplet/MusicApplet.class
    (Musicapplet.class is the main class)
    Please note that class names are case sensitive so "MusicApplet" is not same as "Musicapplet" or "musicapplet". Your applet tag should have fully qualified class name (without quotes) and should look like this:
    <applet width=400 height=525 code=musicapplet.MusicApplet archive="crypticgraffiti.jar">
    </applet>
    The JAR should be in the same directory as your HTML file. While launching from command line, you can also check if your JAR file is getting included in classpath.
    Thanks,
    Nitin

  • Class not found error on Firefox browser

    Requirement:-
    We have Apache server on the top of a tomcat container where we have deployed application Webnow. This application will provide SSO to another application Imagenow. The requirement is we have to authenticate and authorize a user based on the client certificate which will be installed on the client side browser.
    Issue:-
    We have achieved the requirement for the browser IE. But for browser Firefox ,we are getting an exception "Class not found". Basically an applet class from the jar is not getting loaded on the Firefox.
    Further investigating on this we came to conclusion that Firefox is not able to read the SSL certificate.
    In order to eliminate this, we have imported the client certificate in java console as well. After this step, we were not getting "ClassNotFoundException" in FF. But right now, user is getting prompted for certificate/keystore password each & every time while trying to login onto the application (both in IE & FF).
    So, we are trying to find ways to remove class not found exception without importing client certificate to java console. Also , is there any way to eliminate the authentication pop up for keystore (though we might not go for this approach as it will be very difficult to manage Java console for end users). Need your urgent help on this issue.
    Attaching stack trace of both the browser and screenshot of keystore authentication pop-up . FF_Issue_stacktrace.docx is one when we were getting "class not found exception" and IE_Stacktrace.docx is one for successful case.

    We have a similar set up where we have a web app and an applet in a JSP page. You have to put your applet classes up above WEB-INF. So, if your structure for your webapp was:
    tomcat/webapps/mywebapp
    you'd want your classes under mywebapp instead of webapps/mywebapp/WEB-INF. In your case, if I read your package structure right, you'd want a Log directory under webapp that contains your LogApplet.class file.
    I hope this works for you!

  • My 8530 does not display images in the browser

    My bb 8530 a few weeks ago suddenly stopped displaying images in the browser. Browser options are set to "display images". I've power cycled many times, even reset and wiped, but still no images in browser. How can I fix this? Thanks.

    hi i have noticed the same problem. also with Chrome and FP ver 11.5.31.2and Firefox and Safari with FP 11.5.502.110
    it seems that MovieClipLoader class not returning onLoadInit event. I use to add a fadein function on loadInit to fade in the loaded images. with the latest Flash PLayer versions this is not activated so you cannot see the loaded images.
    I have tested this on 3 different systems and the problem is the same. I have not updated my FP for IE. There, the older FP still works well.
    test systems
    Mac OS LionSafari and FP 11.5.502.110 --- DOES NOT WORK WELL
    Windows 7 64 bit
    chrome 23.0.1271.95 with FP 11.5.31.2  - DOES NOT WORK WELL
    Firefox 16.02 with FP 11.5.502.110  - DOES NOT WORK WELL
    IE 9 with FP version 11.4.402.287  - WORKS
    Windows XP SP3
    Firefox 16.02 with FP 11.5.502.110 - DOES NOT WORK WELL
    IE 8 wth FP 11.4.402.287  - WORKS
    chrome 23.0.1271.95 with FP 11.5.31.2  - DOES NOT WORK WELL

  • Class not found with APPLET

    Hi all,
    I know many have posted about the different version of java plugin will cause some strange behavior of an applet in loading. In my case, it can't load at all. (with plugin version 1.4.1)
    SO anyone find the final solution?
    thanks in advance

    Sorry, not here to offer a solution but to report a similar problem. But in my case, the version is 1.3.0_03 and the error message is "PrintApplet.class not found." which appeared at the foot of the browser. (using WINDOWS 98; I/E 5.5) Can anyone help?

  • RE: (load : class not found) for IE.5 browser

    Hi
    I try appletviewer example1.html
    can do this class.
    But use IE.5 browser can't try this class
    show load : class Cor1 not found when mouse over it
    (my class include "import javax.swing.*;")
    Please help me
    thanks a lot
    David

    Hi
    thanks for your help
    But I want make a html file include class
    for every body view by internet
    So I want to know
    How let they can see my html file by IE.5 or Netscap. if they no Html converter?
    David

  • SSAS Date Dimension attribute not displaying all members when browsed singly

    I have an SSAS Cube database that holds data from 2009 to 2013 (5 years)
    There is a Date Dimension in the database which holds a "Calender Period" Hierarchy with the attributes CalenderYear >> Quarter >> MonthYear >> Day .
    I am connecting to the cube via Microsot EXCEL
    Whenever i try to browse this hierarchy alone in the spread sheet, the first attribute as per the hierarchy shown above i.e. Calender Year does not display all the members, that is confusing the users to assume that the cube is not processed with the latest
    data, which is not the case. However as soon as i try to browse any measure with this dimension, the data automatically shows for the latest dates of 2013 as per the expectations.
    The perspective that is selected while connecting to the Cube in this case is the one that is by default the one including all the Cube Objects.
    Whenever i try to browse the same cube for the same Dimension Hierarchy but in a separate user perspective i get the latest three Calender Years i.e. 2011,2012 and 2013 but not the complete years 2009 to 2013.
    When i was browsing this earlier by the original base perspective (which has all the cube objects visible) the Calender Years displayed were 2009,2010,2011&2012 but not 2013 which should be there.
    I checked the base view in the DB that is used to create this Dimension, that is fetching the complete data for 2009 to 2013.
    I have also verified that this issue is still there if i try to browse the cube from the SSMS.
    Can anyone help me to get all the years from 2009 to 2013 (the years for which my cube has data) become visible as soon as i drop it alone into the Spreadsheet?
    Thanks 
    Suvrat

    Thanks for your response Muthukumaran.
    I did not know about this default measure property of the SSAS cube, it would be nice if you could also tell me how to check which is the default measure for a cube.
    I understand your point that if a particular measure group does not have data for a year then that particular year will be skipped as per the default excel settings, which when disabled allowed all the years to be displayed, but in that case every time the
    users connect to the cube via excel, they will have to configure this property.
    I would like to share the way i resolved this issue:
    I went ahead and simply did a Process Full for the Date dimension. The years started to display by default as per the expectations. Now after observing this change, as per my understanding I believe this issue was due to the CACHE of the cube not being updated
    for the date dimension. As after each incremental load of the DWH we processed the cube & while processing the cube the dimensions were set for a Process Update and the Measure Groups were set for a Process Full. This caused this issue, and we could resolve
    this once the Date Dimension was processed full.
    Thanks
    Suvrat Rai

  • Background image not display in applet?

    Hi all,
    I try to display a image to applet as demos of oracle forms (reusable_calendar) but it can not.
    I add this text (AliasMatch ^/forms90/images/(..*) "C:\Ora92DS/forms90/Images/$1") into forms90.conf where C:\Ora92DS/forms90/Images/ contents my background image.
    Then I modify background=backgrnd.gif the formsweb.cfg file but the applet also do not display the background image.
    I also check the registry.dat file with
    default.icons.iconpath=
    default.icons.iconextension=gif
    I am need your helps.
    Thanks

    Hi,
    add /forms90/images/ as the default.icons.iconpath= value
    Frank

  • Facebook is not displaying correctly on my browser anymore: Safari v.5.1.7., Mac OSX v. 10.6.8. neewd helpre

    I have an iMac (Intel mid 2011)  21.5",  Facebook used to work OK. After updating Safari to Ver. 5.1.7. (6534.57.2), Facebook is not displaying correctly, I get a white unformated screen and a partial display of the information shows on the left side of screen (10%). I'm using OSX Ver. 10.6.8..  Facebook works OK on my iPhone and others PCs.
    I can't seem to find any information about how fix this problem. Is it a Safary problem?, or a Facebook issue?, or is it a glitch of OSX, maybe acombination of all these.
    Does anybody out there has the knowledge or the information to fix this problem?
    I need to fix this problem ASAP. I haven had any problems or issues with my iMac before . I'm new to MAC PCs and the reason I switched from Windows to Mac, was the stability of the SYS and reliability of the hardware. (no need to say that it is a superior OS and its QUALITY stuff.)
    A response would be appreciated, Thank you: C.E.O.

    I found the solution to my problem: I installed the Super facebook App. AKA (Social fixer)

  • Image does not display in Applet

    Hi people,
    I'm trying to display an image (gif image) in an applet,
    however, it does not show up when the applet is run.
    Here is my code:
    import java.applet.Applet;
    import java.awt.Graphics;
    import java.awt.Image;
    // An applet that loads an image and
    // displays it.
    public class DrawImage extends Applet
    Image image; //an 'Image' object
    //initialise applet
    public void init()
    //Load Image into object 'image'
    //URL url , String file
    image = getImage(getCodeBase(), "gifpic.gif");
    //applet's paint function
    public void paint(Graphics g)
    if(image != null)
    { //if image is found then drawImage()
    g.drawImage(image, 0, 0, this);
    else
    {     //if image is not found, then display message
    System.out.println("image not found");
    -----------------------------------------------------------------------

    Applets cannot access the system resources. To come out of the sand box of the applet you need to create policy files and certificate for the applet.
    Please refer this site for further details.
    http://java.sun.com/developer/technicalArticles/Security/Signed/
    Regards,
    EclipseOrg

Maybe you are looking for

  • Error "Multi-level error propagation carried out" when I run a report

    Hi All, When I run the report /SAPAPO/CDPS_REPT - Order and Resource Reporting with the below criteria I getting error "Multi-level error propagation carried out" Planning Version - Simulation Version XXX Evaluation Start - 05/03/2011 Evaluation End

  • Windows 8 & Acrobat 9 Pro

    Installing Acrobat 9 Pro on a new computer with Windows 8 from a disc (yes I have the key).  The program is not working correctly after install. Done a bunch of installs and uninstalls even going in and finding files related to Acrobat and deleting t

  • Problems with image field and java

    Hi, i´m a beginner user of Adobe LiveCycle Designer, i create a form and i fill the text fields with a Java code, but when i try to dinamically assign a image on the image field of my form it doesn´t work, someone have any idea of whats happening or

  • Adobe Flash Player and Windows XP 2002 version with 3.19 GHz download problems

    Hi, Any advice on how to download the free version of the Adobe Flash Player onto a Windows XP (year 2002) with 3.19 GHz compatibility computer? Plus, what version of Adobe Flash Player should I use since my computer is timing out via Internet Explor

  • Iphoto not showing "show aperture library" as an option

    Hi I have Aperture 3.03 and I have clicked on the "share library with ilife" in the preferences window. When I go to iphoto, I click on "File" and that "share aperture library" option is gone, now where. I cannot click it because it is not listed. An