Cant understand

hi all......
i m trying to embed an japplet in jsp but when i tried to run this jsp on server then there is a messege..
      click here to activate and use this activex control         although it is not a part of java code even though i wrote it here.
if u awared of this then please let me know also about it and what should my next step??
thanks
angilna

I've no experience with applets but as far as I can tell, this particular message is specific to your browser. Perhaps some plugin needs to be enabled first as a security precaution. I used to see this for Flash animations on some sites.
What happens when you click? Does the applet work then?
People on the forum help others voluntarily, it's not their job.
Help them help you.
Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
(Yes I know it's on JavaRanch but I think it applies everywhere)
----------------------------------------------------------------

Similar Messages

  • I updated  iTunes for my lap but its stop to work i cant understand why my windows 7 please answer me

    i updated  iTunes for my lap but its stop to work i cant understand why my windowes 7 please answer me

    Hello yayota,
    Thanks for the question. I understand you are having issues with iTunes on your Windows 7 computer. The following article may provide information that could lead to a resolution:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • Cant understand TIME_WAITED column in v$system_event view

    Hi,
    I am new to database, I suppose to see the performance of database,
    so i use to execute the below query for wait events.
    I have created the scenario by creating only one lock in one table in my testing database which has nobody can access except myself. And executing the query ...
    Select Event, Total_waits,Time_waited from v$system_event;
    EVENT TOTAL_WAITS TIME_WAITED
    enq: TX - row lock contention                   1381      414157
    row cache lock 13 0
    library cache lock 2 178
    library cache load lock 17 407
    enq: JS - queue lock 1 116
    i am tracking the "enq: TX - row lock contention" wait event which i have created by lock. Continuously i executing the above query 4 or 5 times.
    I understand the value of TIME_WAITED is increasing because i haven't release the lock, but the TOTAL_WAITS column value also increasing by few seconds which i cant understand.
    Can anybody explain in what TIME_WAITED column mean and why it is increasing for a single lock and what time interval it use to increase for single lock.
    Thanks in advance.

    I think that you are getting confused because the view V$system_event is for the entire system. If you are willing to check a event for a specific session, you should use V$session_event . I have got the same thing done and got the session hanging. The time_waited would increase for sure but the number of waits wont for a session.
    Session-1
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    SQL> select status from V$instance;
    STATUS
    OPEN
    SQL> conn scott/tiger
    Connected.
    SQL> update emp set sal=0 where empno=7369;
    1 row updated.
    SQL>         
    Session-2(hanging)
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Mar 23 15:09:39 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    SQL> sho user
    USER is "SCOTT"
    SQL> update emp set sal=0 where empno=7369;
    Session-3
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8404           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8404           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8704           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8704           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8704           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8704           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   8704           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9004           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9004           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9004           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9004           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9004           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9304           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9304           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9304           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9304           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9304           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                   9604           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> l
      1  select sid, event, time_waited, total_waits from V$session_event
      2* where sid in (11,16)
    SQL> /
           SID EVENT                                    TIME_WAITED TOTAL_WAITS
            11 Disk file operations I/O                           0           1
            11 db file sequential read                            5          27
            11 enq: TX - row lock contention                  10205           1
            11 SQL*Net message to client                          0          12
            11 SQL*Net message from client                     5209          12
            16 Disk file operations I/O                           0           2
            16 db file sequential read                            4          15
            16 SQL*Net message to client                          0          12
            16 SQL*Net message from client                     2576          11
    9 rows selected.
    SQL> HTH
    Aman....

  • HT1600 my apple television keeps stopping during the movie, i have a good internet connection but cant understand why?

    My apple tv  keeps stopping during the movie, I have a good internet connection but cant understand why?

    The first thing to check would be your internet download speed, you can do this atwww.speedtest.net.
    1080p HD movies require a recommended speed of 8 Mbps, 720p HD movies require a recommended speed of 6 Mbps, while SD movies require a recommended speed of 2.5 Mbps.

  • Full GC being triggered, but cant understand why

    This is what is there in one of the entries in my gc.log
    {Heap before GC invocations=302:
    Heap
    PSYoungGen      total 116160K, used 555K [0x10010000, 0x17810000, 0x17810000)
    eden [0x10010000,0x10010000,0x16af0000)
    from [0x17180000,0x1720afd0,0x17810000)
    to   [0x16af0000,0x16af0000,0x17180000)
    PSOldGen        total 401408K, used 253915K [0x17810000, 0x30010000, 0x30010000)
    object [0x17810000,0x27006e48,0x30010000)
    PSPermGen       total 131072K, used 92569K [0x30010000, 0x38010000, 0x38010000)
    object [0x30010000,0x35a767c8,0x38010000)
    1103.451: [Full GC 254471K->222947K(517696K), 5.0458606 secs]
    Heap after GC invocations=302:
    Heap
    PSYoungGen total 116288K, used 0K [0x10010000, 0x17810000, 0x17810000)
    eden [0x10010000,0x10010000,0x16b30000)
    from [0x171a0000,0x171a0000,0x17810000)
    to [0x16b30000,0x16b30000,0x171a0000)
    PSOldGen total 401408K, used 222947K [0x17810000, 0x30010000, 0x30010000)
    object [0x17810000,0x251c8dd8,0x30010000)
    PSPermGen total 131072K, used 92569K [0x30010000, 0x38010000, 0x38010000)
    object [0x30010000,0x35a767c8,0x38010000)
    I cant understand what made the garbage collector decide to do a Full GC in this scenario.
    My options to the GC are as follows
    -Xms512m -Xmx512m -Xmn120m -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseParallelGC
    -XX:+PrinGCDetails
    This a machine that has 4GB RAM and 4 intel processors. Any help would be greatly appreciated. I am new to Garbage Collection tuning
    By The way. I am using the Sun HotSpot 1.4.2_04 with weblogic 813
    Edited by: Shivreet on Sep 16, 2007 12:23 AM

    Shivreet wrote:
    This is what is there in one of the entries in my gc.log
    {Heap before GC invocations=302:
    Heap
    PSYoungGen      total 116160K, used 555K [0x10010000, 0x17810000, 0x17810000)
    eden [0x10010000,0x10010000,0x16af0000)
    from [0x17180000,0x1720afd0,0x17810000)
    to   [0x16af0000,0x16af0000,0x17180000)
    PSOldGen        total 401408K, used 253915K [0x17810000, 0x30010000, 0x30010000)
    object [0x17810000,0x27006e48,0x30010000)
    PSPermGen       total 131072K, used 92569K [0x30010000, 0x38010000, 0x38010000)
    object [0x30010000,0x35a767c8,0x38010000)
    1103.451: [Full GC 254471K->222947K(517696K), 5.0458606 secs]
    Heap after GC invocations=302:
    Heap
    PSYoungGen total 116288K, used 0K [0x10010000, 0x17810000, 0x17810000)
    eden [0x10010000,0x10010000,0x16b30000)
    from [0x171a0000,0x171a0000,0x17810000)
    to [0x16b30000,0x16b30000,0x171a0000)
    PSOldGen total 401408K, used 222947K [0x17810000, 0x30010000, 0x30010000)
    object [0x17810000,0x251c8dd8,0x30010000)
    PSPermGen total 131072K, used 92569K [0x30010000, 0x38010000, 0x38010000)
    object [0x30010000,0x35a767c8,0x38010000)
    I cant understand what made the garbage collector decide to do a Full GC in this scenario.
    My options to the GC are as follows
    -Xms512m -Xmx512m -Xmn120m -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseParallelGC
    -XX:+PrinGCDetails
    This a machine that has 4GB RAM and 4 intel processors. Any help would be greatly appreciated. I am new to Garbage Collection tuning
    By The way. I am using the Sun HotSpot 1.4.2_04 with weblogic 813
    Edited by: Shivreet on Sep 16, 2007 12:23 AMIs there any reason you must stay with that version of the JVM?
    If you could upgrade to a more recent version of the JDK, in particular,
    JDK 6u2, please try that.
    If, for some reason, you are unable to upgrade, then try the following
    option and let us know if it helped:-
    -XX:-UseAdaptiveSizePolicy

  • I am from russia and i cant understand why my iphone 4g(black) can not sync..The computer gives an error saying that the synchronization can not be executed because you can not save a copy ... What should I do?

    I am from russia and i cant understand why my iphone 4g(black) can not sync..The computer gives an error saying that the synchronization can not be executed because you can not save a copy ... What should I do?

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • HT2242 i cant understand the language on my itunes

    hi i cant under stand my itunes and it is like another language than engl ish i dont know how to change it because i cant understand get back to me asap

    Hi Tumtum,
    Try clicking on the iTunes STORE in the Sidebar, and then scroll down to the very bottom of the page. You should see a little circular flag. Click on it, and then click on the flag for your country. See if that fixes the issue.
    Cheers,
    GB

  • OIM Log i cant understand

    Hi ALL
    Here is log details that i am getting in OIM, its some thing that i can understand, this i am getting after successful configuration of password sync from OIM to AD and Vice versa.
    could any one tell me why i am getting this issue, and because of this my Log file is very heavy now.
    May 19, 2011 11:16:13 AM EDT> <Warning> <JNDI> <BEA-050006> <An attempt was made to look up versioned object "ejb.stateless.ClientLoginSessionService#oracle.iam.platforms
    ervice.api.ClientLoginSessionServiceRemote" from an external client or another application. This can potentially cause in-flight work of the application version not being
    tracked properly and thus being retired prematurely.>
    Running ISPASSWORDPROVISIONINGALLOWED
    Target Class = java.lang.String
    Running SETUSERPASSWORD
    Tanweer

    Yes i saw its a warning, but after that i cant reset my password from OIM, and same issue is coming continuously.. and because if this log file size is dynamically increasing very fast
    Tanweer

  • How do i get my photos from my iphone on to the computer? i cant understand icloud

    I am struggling to save the photos on my old iphone as i do not understand how to put them on my computer. When i plug my phone into my computer itunes comes up but i do not know where to go from there, i have also logged into icloud.com and there is no where to upload them there either.

    See  >  Importing photos to your computer
    From Here  >  http://support.apple.com/kb/HT4236

  • Yesterday i bought this application from the apple store and i was totally chocked when it happened to be in russian. I cant understand it or use it. So my question is, can i turn it back and get a refund ? Or there's no such thing ?

    Yesterday i bought a microsoft office app for my ipad 3 from the apple store and it happened to be in russian. Im unable to understand it or work on it, so my question is can i turn it back or get a refund ? Or there's no such thing ?

    Get a refund
    http://www.labnol.org/software/itunes-app-store-refunds/13838/

  • Cant understand this exception

    hai forum,
    Please help me understand this error.
    I am selecting class files using filechooser.When i selected A.class from a directory this exception was thrown.Kindly tell me what this exception says.
    And i dont face this exception with a particular directory which i had so far used for testing my project,which has many class files.
    But for class files which do not belong to this directory, the same exception is thrown.
    And iam selecting jar files in the same manner,but it shows no such exception,be it from any location.
    stacktrace = java.lang.IllegalAccessException: Class com.jutframe.Frame1 can not access a membe
    195e
    r of class A with modifiers ""
         at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
         at java.lang.Class.newInstance0(Class.java:344)
         at java.lang.Class.newInstance(Class.java:303)
         at com.jutframe.Frame1.selectClass_actionPerformed(Frame1.java:403)
         at com.jutframe.Frame1$3.actionPerformed(Frame1.java:298)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1766)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Process exited with exit code 0.
    Thank you all.
    Message was edited by:
    divyabhaskaran

    You are using reflection to create an instance of the class it seems. Perhaps the class you are trying to create an instance of is not public?

  • Hello i buy new iphone 5 i have problem when i open safari then there is one pop ups site comes everytime i cant understand wht schould i do

    hello i buy new iphone 5 ihave problem when i open safari app nd try to surf then there is one site pops up comes everytime nd then i cant surf
    tell me whts tht nd give me solution

    Nice try! Take a hike.

  • MacBook stuck with shift key enabled and numbers not working - even the keyboard app in languages wont type lowercase nor numbers?!  Anyone know whats up?  no spillage...cant understand why the keyboard app wont do anything.

    Anyone have a clue?  I can understand the keyboard being broke / shift key being stuck but why in the world would I not be able to type the numbers on the language keyboard app on the operating system?  Numbers show up on the app but when I press them I still get the special characters like #^&#* and it wont type lower case. Nothing has ever been spilt, just stopped working one day.  Rebooted from Time Capsule restore dated a month ago and its still doing it. (problem started two weeks ago).  Only way to get lower case or numbers to actually show up is the copy and paste.
    Any help would be amazing!
    Details on computer:  13 inch MacBook6, 1  (Late 2009) / Intel Core 2 DUO /  2.26GHZ / 2GB /  Memory running Mac OS X Lion 10.7.5

    If you can afford it, I would recommend replacing the topcase and keyboard as Apple suggests. If like me, you can't afford it or are open to a hack fix, then read on.
    The problem
    Yesterday, a little water spilt on my 13" MBP keyboard. I turned it around immediately, drained out the water and used tissue to suck it all up but the keyboard was still acting funny. I turned it off and left it out in the sun for a couple of hours and turned it on again but problems remained. Like Rickdubya, my warranty had run out just a month ago and I knew Apple would not cover this under warranty. I tried to clean the shift keys and left it overnight with some rice on them with hopes that the moisture might get sucked out. Nothing worked. (The rice bit is an urban legend that seems to work with some electronics). Went to the Apple Store this morning and was told that they wouldn't even take out the key and clean it, and that the entire top case would have to be replaced. A total bill of 156 Euros which I cannot afford. I had a USB keyboard that would let me use the Mac for the moment so I decided to try to work out a fix.
    Symptoms
    - Boots in safe mode everytime (which I later found out was because the shift key is pressed)
    - Cannot login because password is in lower case or has numbers
    - Cannot boot in super user mode and try to disable keys or override password as some commands won't work in uppercase (I wouldn't recommend this anyway because its super user mode)
    - All text is in caps and numbers are symbols as though shift key is always pressed
    - Audio doesn't work
    - Keyboard viewer would not always show the shift key pressed. The key seemed to get pressed at random
    Fix
    1. Hold the Option button down on boot to bypass the Safe Mode ensure a normal boot
    2. At the login screen, plug in a USB keyboard and enter your password to login
    3. Change your password to one that uses all caps and no numbers
    4. Download and install KeyRemap4MacBook .
    5. Use a combination of the functionalities of the Keyboard Viewer and KeyRemap4MacBook to figure out which shift key is the problem. In my case, I found out that it was only my left shift key.
    6. Disable the left/right shift key on KeyRemap4MacBook and click on the 'Reload XML' button to make that take effect.
    If only one shift key was the problem, then you are done. If both shift keys were shorted, then its likely other keys are too. In which case you should probably just replace the entire thing. If you think other keys are not affected, then you can use KeyRemap4MacBook itself to remap the shift functionality to a lesser used key like the Left Option key.
    7. Under System Preferences > Users & Groups > Login Items , add KeyRemap4MacBook as an application that should start on login. This will ensure that your disable/remap of the shift key is active everytime you login.
    Usage change/Things to remember
    1. Remember to hold down the Option key everytime the computer boots or reboots to bypass safe mode. The fix above is at the software level. The key is physically still shorted at the hardware level and will affect boot.
    2. Remember that at the login screen, the disable/remap is not active. So your password now has to be all caps and only letters.
    As soon as I can save some money, I will get my topcase and keyboard replaced but until then this solution works great with minimal change. Hope this helps!

  • Cant understand why this error is happening....

    Hi
    Why do i get "Exception in thread "main" java.lang.NoSuchMethodError: main" error when trying to run this code:
    import java.awt.*;
    import java.applet.*;
    public class App extends Applet
    public void paint(Graphics g)
    setBackground(Color.white);
    int a=10;
    a = Square(a);
    g.setColor(Color.red);
    g.drawString("a is " + a,110,150);
    g.setColor(Color.blue);
    DrawTriangle(g,a);
    private int Square(int a)
    return a*a;
    private void DrawTriangle(Graphics g, int s)
    g.drawLine(100,50,100,50+s);
    g.drawLine(100,50,100+s,50+s);
    g.drawLine(100,50+s,100+s,50+s);
    I'm sure its something simple but i just cant figure it out....thanks

    You have to run an Applet class either inside a web browser, or inside the applet viewer. If you run a class using the java command, then it expects to find a static void method called main with a single String array parameter. Yours doesn't have one - hence the error.
    Sylvia.

  • I selected the wrong language and I cant understand the vocabulary to reset it

    When I started to setting my apple TV I pressed a wrong language which I can't undrstand the alphabet. So I cant reset the settings.

    Ρυθμίσεις> Γενικές> Γλώσσα
    I am guessing you put in Greek if it is the alphabet you can't read, from google translate but I think this is settings-general-language if you have something looking like this.
    If it looks different post what it looks like and you may get help.

  • Hi, i am on version 4.2 but cant understand how to ensure all my music is retained on my iphone as its looks like it will be not saved when i upgrade and its all on my phone -help

    Hello .
    I am on version 4.2 and looking to update however my phone contains all my music and when i go to upgrade it says my songs will not be saved , any help please?

    There are some third party apps that claim to be able to copy music
    from iPhone to computer - I do not use any so cannot comment on
    their worth. Google may provide some assistance, but read reviews
    carefully before trusting your only copy of any data to such programs.
    iPhone is not meant to be a sole repository of any data. You should
    regularly sync either with a computer using iTunes and other appropriate
    programs for contacts, pictures, media etc. or via iCloud to protect your data.
    Creating an iCloud account and FAQs: http://support.apple.com/kb/HT4436
    iTunes match: http://support.apple.com/kb/PH2588
    How did the music get onto your iPhone? If it was all downloaded from iTunes,
    depending on your location, you should be able to download again after update.
    See if that is offered in your location before counting on being able to redownload.

Maybe you are looking for