Applet ok with appletviewer not ok with browser!!

The applet run fine with the applet viewer.
When I tried to run the applet from browser I got the following.
Exception in thread "AWT-EventQueue-2" java.lang.ExceptionInInitializerError
     at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:259)
     at javax.media.j3d.Alpha.<clinit>(Alpha.java:1005)
     at HD3.createSceneGraph(HD3.java:161)
On this computer I am sing 1.6.02 jre. On another computer which I have 1.5.05 jre the same code run with applet viewer and browser without problem.
Any one can suggest a possible cause of error.
Thanks

What kind of jvm are you using in IE? It is possible that IE is either using it's internal JVM, which doesn't care diddly about policy files, or are using a plugin that looks for the policy file in a different place than your appletviewer does.

Similar Messages

  • I am getting frustrated with Apple not working with Flash player on some of my favorite web sites. Is there any alternative that will work on I-pad instead of flash?

    I am getting frustrated with Apple not working with Flash Player on some of my favorite web sites! Is there another alternative to watching these site options on my I-pad?

    Flash is not, and probably never will be, supported on the iPad : http://www.apple.com/hotnews/thoughts-on-flash/ . Plus it would be up to Adobe to make a version of their flash player that works on iOS devices - something which they have never managed to do and which they have now given up on trying to do.
    Browser apps such as Skyfire, iSwifter and Puffin 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store, so your could try checking there for your sites (and there is the built-in YouTube app).

  • Issue with Calendar not syncing with iPhone 3g

    Issue with Calendar not syncing with iPhone 3g.
    Solution
    Create backup of your entire mailbox before starting (THIS IS IMPORTANT)
    Create offline folder (.pst file) Check windows help on how to do this for your version.
    Open folders view on Outlook
    Right click on Calendar in tree view and 'copy to' offline .pst folder
    Go back to main calendar view and delete all entries in your calendar.
    Create simple cal entry and sync test with iphone
    If this works then start dragging cal entries back from the offline folder into the main calendar then sync after each step....
    I moved events in this order
    -Yearly recurrences (ie Birthdays)
    - Monthly recurrences
    - weekly recurrences
    - Daily recurrences
    All appointments from the beginning of this year >> to the end of time!
    If all these sync then the issue is with an older cal item and you have to decide if you actually need these in you current calendar.
    I chose to leave these in the offline cal and if i need access them from there.
    If at any point the sync fails then you know you have a corrupt cal entry in the block you just transferred. Move the offending items back into the offline folder and try again in smaller chunks until you identify the offending items and delete them and manually recreate them in your real calendar.
    Also smart to run the inbox (.pst /.ost ) repair tools for your OS/Outlook version.
    Fixed so far
    XP Pro / Outlook 2008
    XP Pro /Outlook 2003

    I just updated the firmware to iPhone 2.0.1 and the syncing works great both ways.

  • Applet with Image not working in Browser, works fine in Appletviewer

    Hi,
    I encountered a problem , running my Applet in a browser. (IE and Firefox, ame problem).
    When I use an ImageIcon, it doesnot work. in a browser.(When I remove the icon, it's oke)
    In Appletviewer it works fine. In the browser I first got a security-exception.
    I dealed with that by signing the jar (with the test certificate).
    Now the browser's java console is not showin any faults, but the applet is showing no picture at all.
    Only the text of the label is shown.
    Can someone help me?
    I downgraded the class to a very simple form, shown underneath. This runs fine in Appletviewer, but not in a Browser.
    Best Regards
    Remco

    I have recently had the same problem, after lots of searching, I found that only Java 1.1 is supported by browsers, leaving out everything else including swing. So if you cant play the applet through your browser you need to download the appropriate patch i think about 5mbs.
    You should find one at java.sun.com/getjava/download.html
    Mine worked fine afterwards

  • Appletviewer not compitable with Package

    Hi All,
    I have created a package javaProg.completeReferance. and use this same package to execute all of my java application however when I try to execute an applet it complains.this is how I execute applet.
    appletviewer javaProg.SimpleApplet.html (or .class), but when I remove all the packages statement and go to the current Dir it executes perfectly . So can I concule that appletviewer is not complitable with packages.
    below is the simple code. Any help is highly appreciated.
    package javaProg.completeReferance;
    //<applet code="SimpleApplet.class" width="200" height="200"></applet>
    import java.applet.Applet;
    import java.awt.*;
    public class SimpleApplet extends Applet
         public void paint(Graphics g)
              g.drawString("Hello World",20,20);
    }

    I am using window vista and I read somewhere that
    vista and java together , in the Applet programhave
    few bugs.
    Regards!Your chance of finding a true Java bug increases as
    your java experience increases. On the other hand,
    99.999% of 'bugs' reported by newbies are actually
    bugs in the newbie's own code.sorry about that actually Java rocks.I am preparing for my SCJP , Can you please tell me is the exam very difficult to crack and also how much time is actually required for a noviceto crack this .This will be very helpful for me as I can plan according.
    Thanks in advance!!

  • Why is my CD with documents not opening with my MacBook Pro?

    Why is my CD with documents not opening on my MacBook Pro?  I have inserted the CD and keep saying that it is not apple apps.

    I think I'm running iTunes 11.1.2.
    Also, my computer isn't even recognising it - its just saying my USB ports are power surging.
    (Thanks for your help! )

  • Why does the usb cord my ipod came with say not supported with this accesorie

    i plugged my ipod into my computer and a yellow triangle popped up with a exclaimation mark in it and said below it charging is not supported with this accesorie.

    Jamie,
    Could be that your USB cable is damaged somehow.  Try using a different cable if at all possible.
    Otherwise, check your iPod's connector port on the bottom and make sure it is clear of debris such as lent, etc.  Use a can of compressed air to help blow it out.  Also, look for any broken or bent pints that could cause this error message to appear.
    B-rock

  • Applet-Servlet , AttributeValues does not work in browser

    I am using Applet on Server, when I 'Run on server' it runs in a browser but statements and code after this statement don't work.
    AttributeValues values = new AttributeValues();
    I get error
    access denied (java.lang.RuntimePermission accessClassInPackage.sun.font)
    Edited by: 902324 on Dec 14, 2011 10:04 AM
    Edited by: 902324 on Dec 14, 2011 10:09 AM

    Hi JackSmith,
    Of course it does work.The only mistake you made is with your Request URI, it should be /examples/snoop9 instead of /examples/servlets/snoop9 which you have used.The Context Path is /examples and the Servlet Path /snoop9 ,so your Request URI should be /examples/snoop9
    Thanks
    Padmanava

  • Acrobat 11.0.09 With IE11 - Not Compatible With Enhanced Security

    We've packaged Acrobat 11.0.09 for deployment with the Customization Wizard and the install goes fine.  We are having issues when try to view linked PDF files in Internet Explorer 11 (Enhanced Security is on) on Win7 64-bit PCs.  We are receiving prompts asking us to allow opening of these files.  I was under the impression that starting with Acrobat 11.0.07 IE11 Enhanced Security was fully supported?  One thing I did notice is while viewing the IE11 add-ons, the "Adobe PDF Reader" add-on shows as 32-bit, any way to load the 64-bit version of this?  Thank you.    

    I believe the EPM compatibility was for Adobe Reader XI and not for Acrobat XI just yet.

  • Is it possible to use a different Adobe account to the one you downloaded the software with on a machine with it not screwing with another versions on that account?

    I  have 2 adobe accounts, one is my CS5 student license on my mac and one is as a CC trial on this PC.
    The trial has run out and I want to buy the CC subscription for my PC but I cant because I signed up with a wrong email address for this account so cant log in to buy it and Adobe customer services are taking over 24 hours to get back to me.
    For reference heres a better idea of my situation:
    https://forums.adobe.com/message/7480974#7480974
    Is it possible to buy the CC on my account associated with the account/software on my Mac onto this computer? (On that account I have already done the 30 day trial and also had it for under 30 days before cancelling CC and going back to CS5).
    Or is it only possible to install the software with the specific account you signed up with? As when I have access to my Mac I would like to still use my CS5 on that but CC on this PC.(I really don't want to risk somehow screwing it up so I cant use my CS5)
    Thanks a lot
    V

    In case the email is incorrect & it can not be verified then you can abandon that Adobe id, if you have purchased CC with incorrect Email, then you need to get the CC cancelled & buy a new CC with correct Email ID.
    Please personally inbox me the incorrect Email ID for further investigations.
    Regards
    Rajshree

  • ITunes No Longer Synching With iPods, Not Connecting with iTunes Store

    iPods: both iPod touch, 2nd Generation, 8GB
    iTunes: (Most Recent Version)
    Issue:
    For a while, the iPods of myself and a family member have not been able to synch our iPods with iTunes anymore: when plugged in, it only appears to charge, does not show up in "Devices", does not do anything. I've run Diagnostics several times, tried redownloading iTunes, & checked settings, etc.
    Also, whenever I try to go into iTunes Store, it says that it "Cannot connect to iTunes Store", even if connection to the internet is fine.
    These problems started occurring simultaneously, as well as out of no where. As I recall, I had no problem synching & going into iTunes Store the day before.

    Ask your other family members if they did. Something has to have changed.
    I am betting it's something on the PC, since two ipods going bad at the same time would be highly unlikely.
    If you have auto updates turned on for Windows & security software, it might not even be obvious they occurred.
    You can try restarting your modems/routers/and PC, in that order.

  • Remote session via RDGW fine with Windows - not possible with Mac ...?

    Hi,
    I've configured a fresh single RDS Server (all roles on one Server including Gateway) based on Windows Server 2012 R2. Everything works fine when we use Windows 7 with current RDP Client to connect via Gateway/HTTPS.
    When we use a Mac (OS X 10.9.3) with current Version of "Microsoft Remote Desktop" (8.0.7), no RDP Connection is established. Error message: "Unable to connect to remote PC. Please verify ...". Login on <external.domain.name>/rdweb
    works fine and I'm able to download the .rdp-file and open it with Microsoft Remote Desktop, but after a few seconds the error above appears.
    I did some traffic analyzing on our Firewall and it seems that the Mac try to connect on port 3389 on the public ip of the RDS Server, which is blocked. I manually configured a RDP Connection with Gateway - same error. The log of Microsoft Remote Desktop:
    [2014-May-22 11:58:30] RDP (0): Final rdp configuration used: gatewayhostname:s:<external.domain.name>
    screen mode id:i:2
    use multimon:i:1
    session bpp:i:32
    full address:s:<external.domain.name>
    audiomode:i:0
    username:s:
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    redirectprinters:i:1
    bookmarktype:i:3
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.<name>_RDS
    [2014-May-22 11:58:30] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-22 11:58:30] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-22 11:58:30] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-22 11:58:30] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-22 11:58:30] RDP (0): gif0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): stf0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): en0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): en0 af=30 (AF_INET6)  addr=<address>%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-22 11:58:30] RDP (0): en0 af=2 (AF_INET)  addr=<address> netmask=255.255.255.0
    [2014-May-22 11:58:30] RDP (0): en0 af=2 (AF_INET)  addr=<address> netmask=255.255.255.0
    [2014-May-22 11:58:30] RDP (0): en1 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): fw0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): en2 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): bridge0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): p2p0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): --- END INTERFACE LIST ---
    [2014-May-22 11:58:30] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-22 11:58:30] RDP (0): client version: 8.0.24875
    [2014-May-22 11:58:30] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-22 11:58:30] RDP (0): correlation id: 7a0a5e55-c35a-c642-882e-788a487a0000
    [2014-May-22 11:58:30] RDP (0): Resolved '<external.domain.name>' to '<external ip address>' using NameResolveMethod_DNS(1)
    [2014-May-22 11:58:38] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-22 11:58:38] RDP (0): ------ END ACTIVE CONNECTION ------
    I remember that there was an issue to establish SSO based on DNS resolve (external Domain Name to internal ip address via Gateway Connection); but we resolved this with a new DNS Zone. But why is it fine on Windows, but not on Mac OS X with Microsoft
    Remote Desktop? I wondering why the MRD is not using the Gateway Connection to resolve the RDP host ... ?
    Many thanks,
    Erik

    And log from situation 1:
    [2014-Jun-03 14:43:36] RDP (0): Final rdp configuration used: redirectcomports=0
    disable themes=0
    allow font smoothing=1
    session bpp=32
    negotiate security layer=1
    disable wallpaper=0
    full address=rds.something.com
    rdgiskdcproxy=0
    [email protected]
    disable cursor setting=0
    gatewayusagemethod=2
    use redirection server name=1
    compression=1
    gatewayprofileusagemethod=1
    keyboardhook=2
    remoteapplicationmode=0
    allow desktop composition=1
    connection type=6
    alternate full address=rds.something.com
    drivestoredirect=*
    gatewayhostname=gw.something.com
    displayconnectionbar=1
    networkautodetect=1
    redirectposdevices=0
    gatewaycredentialssource=0
    screen mode id=2
    bitmapcachepersistenable=1
    disable full window drag=0
    shell working directory=
    workspace id=rds.something.com
    redirectprinters=1
    kdcproxyname=
    redirectclipboard=1
    use multimon=0
    disable menu anims=0
    prompt for credentials=0
    authentication level=2
    audiocapturemode=1
    audiomode=0
    autoreconnection enabled=1
    enableworkspacereconnect=0
    bandwidthautodetect=1
    alternate shell=
    videoplaybackmode=1
    promptcredentialonce=1
    redirectsmartcards=0
    winposstr=0,3,0,0,800,600
    devicestoredirect=*
    loadbalanceinfo=tsv://MS Terminal Services Plugin.1.something
    [2014-Jun-03 14:43:36] RDP (0): Final rdp configuration used: gatewayhostname:s:gw.something.com
    screen mode id:i:2
    use multimon:i:0
    session bpp:i:32
    full address:s:rds.something.com
    audiomode:i:0
    username:s:[email protected]
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    redirectprinters:i:1
    bookmarktype:i:3
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.something
    [2014-Jun-03 14:43:36] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Jun-03 14:43:36] RDP (0): gif0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): stf0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): en0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): en0 af=30 (AF_INET6)  addr=fe80::288:65ff:fe37:7788%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Jun-03 14:43:36] RDP (0): en0 af=2 (AF_INET)  addr=192.168.21.114 netmask=255.255.255.0
    [2014-Jun-03 14:43:36] RDP (0): en4 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): bridge0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): --- END INTERFACE LIST ---
    [2014-Jun-03 14:43:36] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jun-03 14:43:36] RDP (0): client version: 8.0.24875
    [2014-Jun-03 14:43:36] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Jun-03 14:43:36] RDP (0): correlation id: 9c3a9777-747c-704c-86d1-1ace1eef0000
    [2014-Jun-03 14:43:36] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Jun-03 14:43:36] RDP (0): ------ END ACTIVE CONNECTION ------
    Seems to have disappeared "workspace id=" or is it all right?

  • Forms built with 9 not saving with Adobe reader X

    I have many computers that are running Adobe reader X.  when they are attempting to save a form that was built in Adobe 9.x, a msg dictates that they are unable to save file.  How can I rectify this without downgrading my Adobe to 9 accross our system.

    Downgrading to Adobe Reader 9 will not solve the problem because the issue is Reader was designed not to save completed forms.
    You can use Acrobat 9 to add Extended Reader Rights to PDF forms and that enabled copy can be saved with form data by Acrobat X.
    You will be restricted to 500 returned forms for each form. Above that limit you should contact Adobe about their LiveCycle server product.

  • Robohelp 9 with patch - Not working with IE10

    Hi,
    We have a problem with webhelp generated from RoboHelp 9 when viewing with Internet Explorer 10. We can't open a topic on the left or open a search result, until we either :
    A) Resize the window
    B) Resize the splitter between contents and the content pane on the right
    C) Open the dev tools via F12
    We have installed the patch provided by adobe for existing webhelp generated by RH9 at the following address :
    http://abak09.abaksoftware.com/AbakWeb7700/Extras/Help/EN/
    I have also tried to install RH10 and generate the project again, but the same issue occurs.
    I don't know what else to look for, the problems are what the patch was released for, but it is not working in our case.

    We are reproducing with Windows 8 Pro 64bit, with Internet Explorer 10 (Update version 10.0.3).
    I see on your website the snippet "Topics not opening in IE10.". On our web server, we add the IE8 compatibility tag for our web application to work correctly. I have created a new site without this tag and the fix is working.
    Thanks a lot for your help

  • Annotation with X not modifiable with 9.4.2

    Hello
    I'm annotating pdf with acrobat reader 10 on windows, and this works perfectly.
    I have also to work on a linux platform, on which there is only the 9 version.
    The documents I annotate on reader 10 on win cannot be edited with reader 9 on linux !
    Moereover, while on reader 10 permissions are OK, when I check the permissions with reader 9 there are not the same (and, indeed, not allow to annotate the document) ?
    Why this issue ?
    Thanks

    So.... no answer ?
    Any member of the adobe support team ?
    No explanation of this difference between reader X and reader 9 in the pdf  ?

Maybe you are looking for

  • Chinese Input in Oracle Database 10g (URGENT)

    Hi, I have a problem of inputting chinese characters into the Oracle database. I have no problem when I use the Oracle Database 9i to input the chinese characters with Enterprise Manager Console. However, when I use the Enterprise Manager Console to

  • Radio Button or Check Box Group

    Hi, I built a form based on a query. There is a flag column, only one of queried records is allowed to be "Y" in this column. The rests must be null. Most ideal thing is to have a radio button group, only one of them can be selected. Another way is t

  • Inventory Management Negative Values

    Hello Experts - I'm working on an inventory management report and we're in BI 7.0. In the report, the valuated stock quantity is a non-cumulative key figure with inflow as receipt stock qty and outflow as issue stock qty. In my transformation, I'm ta

  • Can a slideshow exported to a DVD be shown on a PC computer?

    I created a slideshow in iPhoto and exported it to a DVD which plays fine on my Mac, but I was told it won't play on a Windows PC.  Is that true?

  • Airport Extreme and OS 10.4.9: Airport Utility 4.1 latest software?

    As some posts have already stated, for those with G4 PPCs with 10.4.9, Airport Utility 4.1.1 (2005) is installed and Software Update says it is the current version. However, I've noticed both the Airport Admin Utility and Airport Setup Assistant have