HT5243 How does one know if they use "java applets"? What do they do? How will I know if I need to 'disable the java web plug-in browser' if I do not use them? ( I'm not very literate in computer-speak.

How does one know if they use "java applets"? What do they do? How will I know if I need to 'disable the java web plug-in browser' if I do not use them? (Obviously I'm not very literate in computer-speak.)

Well, when you go to a web page a section of the web page will have a coffee cup picture where the java applet will run. The applet loads then runs. If you are not seeing this behavior then you are not using java. If it make you feel more comfortable then disable the browser java plugin. On my machine I have not disable java- but you
may what to.

Similar Messages

  • How does one get open applications to reappear on desktop when they have disappeared?

    How does one get open applications to reappear on desktop when they have disappeared? They disappeared by something I did but don't know what.

    Try clicking on their Dock icon. Or you can use the task bar: COMMAND-TAB.

  • How does one include a counter in an applet?

    By counter, I mean you have a number in a label or text box and up/down arrows immediately to the right of it, when you press the down arrow the number goes down and vice versa for the up arrow.

    I added a window listener so the default close operation for the
    window manager can be used. The previous was not able to respond
    to window manager events.
    import java.awt.*;
    import java.awt.event.*;
    public class Counter extends Frame implements ActionListener {
    private Label label;
    private Button up, down;
    private static int number = 0;
    public Counter() {
         super("Test");
         setLayout(new FlowLayout());
         label = new Label(Integer.toString(number));
         up = new Button("Up");
         down = new Button("Down");
         add(label);
         add(up);
         add(down);
         up.addActionListener(Counter.this);
         down.addActionListener(Counter.this);
         addWindowListener(new WindowAdapter() {
         public void windowClosing(WindowEvent e) { dispose();}
         pack();
         setVisible(true);
    public void actionPerformed(ActionEvent ae) {
         if (ae.getSource() == up) {
         label.setText(Integer.toString(++number));
         if (ae.getSource() == down) {
         label.setText(Integer.toString(--number));
    public static void main(String args[]) {
         new Counter();
    This below should do it. It does not listen for a
    default close so
    you might have to stop it by doing a Control-C.
    This was compiled with and works with SDK 1.4.1_02.
    import java.awt.*;
    import java.awt.event.*;
    public class Counter extends Frame implements
    ActionListener {
    private Label label;
    private Button up, down;
    private static int number = 0;
    public Counter() {
    super("Test");
    setLayout(new FlowLayout());
    label = new
    label = new Label(Integer.toString(number));
    up = new Button("Up");
    down = new Button("Down");
    add(label);
    add(up);
    add(down);
    up.addActionListener(Counter.this);
    down.addActionListener(Counter.this);
    pack();
    setVisible(true);
    public void actionPerformed(ActionEvent ae) {
    if (ae.getSource() == up) {
    label.setText(Integer.toString(++number));
    if (ae.getSource() == down) {
    label.setText(Integer.toString(--number));
    public static void main(String args[]) {
    new Counter();

  • How does one "start Apple Mobile Device service" on an older ipod touch

    I just upgraded my iTunes software to 10.5.2.11 When I plug my iPod touch into the computer (Windows 7). It does nnot show the device in windows or iTunes and says the iPod cannot be used because the Apple Mobile Device Service is not started. How does one do this on an iPod touch which is about 4 years old???

    You need to sart the service on your computer by:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • How does one identify a 2nd genration device and a 3rd gen device

    How does one identify a 2nd genration device and a 3rd gen device

    Identifying Apple TV models - Apple Support
    It's really in the model numbers, but ATV 2 does not support 1080p video output only 720p so if it has 1080p it's a gen 3.

  • In the new Pages, how does one send an image to the background (and make it selectable)?

    How does one send an image to the background in the new Pages and how does one make it selectable?

    Also why don't TEXT to Speech short cuts established in system preferences work in the new Pages?
    I am confused (and not completely happy)

  • How does one know whether or not they use "Java applets"?

    The support doc for the recent Java update (Update 8, for Snow Leopard), entitled "About Java for Mac OS X 10.6 Update 8," advises the following:
    If you do not use Java applets, it is recommended that you disable the Java web plug-in in your web browser.
    How does one know whether or not they use "Java applets"?
    Thanks.
    URL:  http://support.apple.com/kb/HT5243

    K.S. wrote:
    dymar wrote:
    Also, how would I know that a missing applet was causing some feature(s) not to work in a situation where no error mesage was returned?
    Sometimes you have to dig to find out: http://earthnow.usgs.gov/earthnow_app.html
    doesn't tell you directly, but it is mentioned in the FAQ that Java is required. If the content is appropriate, you can always ask here.
    Thanks.  According to that webpage, my "Java is out of date."  When an error message like that is returned, I guess it's clear that "it's a Java problem."  Presumably, one would then just go to java.com and download the applet if he/she wanted to view the webpage.
    I was wondering more about situation when unexplained problems that involved missing Java applets weren't noted in error messages.
    But maybe I'm worrying about something that doesn't really need to be worried about.

  • Latest version of Lightroom will not download RAW files from my D750. How does one get around this? Bought Lightroom for it's ability to manage RAW files and now very disappointed.

    Latest version of Lightroom will not download RAW files from my D750. How does one get around this? Bought Lightroom for it's ability to manage RAW files and now very disappointed.

    Here is the contents of a batch file which will convert whatever raws you drop on it:
    "C:\Program Files (x86)\Adobe\Adobe DNG Converter" -cr7.1 -dng1.4 -p0 %*
    Once you download the latest converter (release candidate from adobe labs, if necessary), and save the appropriate contents of the batch file (change path to match your system, and parameters to match your druthers, if applicable), the procedure is:
    1. Drop raw files on bat file.
    2. Import as usual (the DNGs).
    Not too bad once you're set up (if DNG converter supports your raws).
    Documentation:
    http://wwwimages.adobe.com/content/dam/Adobe/en/products/photoshop/pdfs/dng_commandline.pd f
    Note: on Mac, you may need to use "$@" (with the double-quotes) instead of %* (which is dos batch syntax), and you will need to use the full path to the converter executable file, e.g.
    “/Applications/Adobe DNG Converter.app/Contents/MacOS/Adobe DNG Converter”
    If too much, just use the GUI instead of the bat file.
    Rob

  • How does one set up two different iTunes accounts on the same computer so that they do not merge into one?

    How does one set up two different iTunes accounts on the same computer so that they do not merge into one?

    mparker402 wrote:
    So, when the other iTunes account needs to be used, I should log out of Windows and have the other user log in under a different Windows account, correct?  
    M Parker, 
    Yes, since you are trying to keep things separate, that is exactly what you would do.

  • How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8)

    How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8) since November until now.  Mail will no longer download on the MacBook Pro and keeps asking for my password.

    Mail should still be usable with your machine - but you'll need to update the settings to conform to the requirements of your system. Check with your ISP (like ATT, etc.) for the settings that will work with your Mail. Once you've updated this, you should be able to email like before.
    For example, my ISP required that I go to Mail Preferences/Accounts and make sure the details conform to your email settings.
    I have no idea of what your ISP is or what the settings might be, but this is likely the source of the problem.

  • In iOS 5 on the iphone 3gs, how does one disable voice control, not voice dailing.  I have never wanted or used voice control please help me disable it.

    In iOS 5 on the iphone 3gs, how does one disable voice control, not voice dailing.  I have never wanted or used voice control please help me disable it. 

    are you talking about voiceover where the phone is reading things out loud to you? you have to double tap things in voiceover in order to select them. you'll need to go to settings > general > accessibility > and turn off voiceover there

  • How does one delete VPN configurations in the settings list not used any more?

    How does one delete VPN configurations in the settings list not used any more?

    Sorted found profiles and delete from there

  • I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the worl

    I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the world of iMac but I find it a bit frustrating trying to solve basic issues/problems:(

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • With PS 7  create new  Place two objects on the new file  then you may cut copy and paste Cs2  create new  place two object on the new file Cut is not available how does one cut and paste in new file

    With PS 7
    create new
    Place two objects on the new file
    then you may cut copy and paste
    Cs2
    create new
    place two object on the new file
    Cut is not available how does one cut and paste in new file

    If your using File>Place then photoshop cs2 creates what's known as Smart Objects, which photoshop 7 didn't have.
    In photoshop cs2 you can rasterize the smart objects and that should make the Cut function available.
    Select both placed layers, right click on the area to the right of the tumbnail and select Rasterize Layers.
    If in photoshop cs2 you to Help>Photoshop Help and look under Layers>Smart Objects, that should give you a good overview of what smart objects are.

  • How does one go about authenticating so that getRemoteUser() does not retur

    Any Help Please
    How does one go about authenticating so that getRemoteUser() does not return null?
    am using oracle application server 10g R3 and i already modify wy web.xml but its not working also
    thanks
    thanks

    Hello,
    Easiest would be to get an External Hard Drive & clone eerything asap, you can even boot/run from the external, & Firewire would be far faster than USB.
    Even if you replace the Internal, you'll need an externsal to clone to first.
    http://eshop.macsales.com/search/firewire+drives
    Many of those come with Backup SW, or...
    Get carbon copy cloner to make an exact copy of your old HD to the New one...
    http://www.bombich.com/software/ccc.html
    Or SuperDuper...
    http://www.shirt-pocket.com/SuperDuper/
    Here's the steps to replace the Internal Drive...
    http://www.ifixit.com/Guide/Installing-iMac-Intel-24-Inch-EMC-2111-Hard-Drive-Re placement/5211/1

Maybe you are looking for

  • Beach Ball of Death on OSX while trying to upload large files(updated)

    Hi, I did a search on this and while I got lots of hits none on this issue. We have a web portal that allows customers to upload files to a DAM server, we have control server. The issue is not the back end, the back end is php and all set up correctl

  • COMPUTE_INT_TIMES_OVERFLOW  & CX_SY_ARITHMETIC_OVERFLOW

    I submit that a dump on my system, when running a job SAP_COLLECTOR_FOR_PERFMONITOR, =========================================================================== JOb Error: =========================================================================== Jo

  • I'm selling a MacBook Pro and want to reformat the hard drive

    Hi I'm selling my MacBook Pro late 2011 model and want to reformat the hard drive so that the new owner ca'nt recover any of my information. Whats the best way to do this and to ensure that they won't ever be able to recover my personal data ? Thanks

  • In-Process Quality Inspection in Rep Mfg

    Hi.. We have Rep Mfg scenario , and we want to chk the material while in-process. In the Mtl Mastr we have maintained Insptn type as 13 . In Rate Routing we have maintained a operation with  control key which requires Insptn characteristics n MIC is

  • Trouble with sharing photo streams.

    Hello, A while ago my friend and I have created this shared photo stream album so we can stay in touch while I travel. Everything was working just fine but suddenly I noticed that the pictures I was sending weren't going through for some reason. So I