Components and applet not loading when running the application using JVM1.3

I have my UI written in JavaScript.When I click a button,it opens a window showing the different components(images) and an applet containing a tree structure.The applet code is written in java
This is working fine and the applet is loading properly when I use JVM1.4. But there is a problem when I use JVM1.3.1_09.The images appear broken and the applet doesnot load.(When I click on one of the broken images,the images appear correctly but the applet still doesn't load)
Can anyone tell me what could be the reason behind this behavior??
My sys config: win2k-SP4, IE5.0-SP4

If you are using SDK 1.4 for compilation,
recompile your classes with the option -target 1.1
javac -target 1.1 MyClass.java

Similar Messages

  • Despite my best efforts, I am unable to remove iTunes 11.1.4 from my PC, this being made necessary because the original installation had a flaw and did not load properly. Effor to use the control panel, deleting dll. files, etc. all failed. iTune out??

    Despite my best efforts, I am unable to remove iTunes 11.1.4 from my PC, this being made necessary because the original installation had a flaw and did not load properly. Effor to use the control panel, deleting dll. files, etc. all failed. And, of course, on startup, a window opens with the error and tells me find QTMovie.dll and delete it because this may be the source of the hangup. Also, in trying to delete iTunes, I get the additional message that I must get approval from the System Administrator to take this action. I am the System Administrator.
    Any ideas would be welcomed.
    Thank you.
    James
    <E-mail Edited by Host>

    Thank you for asking this question.  I'm having the same issues. 
    Liz

  • RE: my input fields does not display when running the page

    my input fields does not display when running the page
    why is that so?

    Hi,
    Can you send the HTML code for us?
    Afonso

  • SAP Gateway- environmental variables not loaded when running brconnect

    Hello
    i have installed the Sap gateway on MSCS
    and the RFC check in sm59  is successful,
    However when i run a job in db13 it fails with "brconnect is not recognized as ......... "
    <sid>adm has all environmental variables set correctly
    SAPService<SID> has them too
    when i run  brconnect on OS level it works fine with <sid>adm and SAPService<SID>
    however if create a brconnect.cmd file where i specify the command as
    SET ORACLE_SID= ....
    SET SAPDATA_HOME=....
    C:\windows\sapcluster\brconnect.exe ...........
    and run it in sm69 it works fine
    Any ideas how to solve this, seems the variables are not taken when running sapxpg
    , i don't want to edit the SDBAC for every  command
    P.S
    set from sm69 returns only the system wide variables, however i have the two systems on this host, and can not make the environmental variables for ORACLE_SID and SAPDATA_HOME system wide as this will cause problem with the other sap system
    Edited by: Yavor Markov on Apr 12, 2010 6:07 PM

    Hi Markov,
    Can you tell us with which user id you have installed SAP as well as check the sap services are running with which user id, if it is not <sid>adm then you have to check the environment variables of that user.
    Also you can try adding c:\windows\sapcluster in PATH environment variable.
    Regards,
    Kishore Soma

  • Facebook pictures and Instagram not loading when on WIFI.

    I've been having the strangest problem where Facebook pictures and Instagram posts will not load when im connected to wifi. I have an iPhone 6 and my girlfriend has a 5S and we're both experiencing the same issue. It's not a constant problem, kind of comes and goes.  I've reinstalled the app, restarted my phone, restored my router and nothing seems to fix the problem.  
    Any ideas as to what may be happening?  Thanks for any help.

    asater wrote:
    I've been having the strangest problem where Facebook pictures and Instagram posts will not load when im connected to wifi. I have an iPhone 6 and my girlfriend has a 5S and we're both experiencing the same issue. It's not a constant problem, kind of comes and goes.  I've reinstalled the app, restarted my phone, restored my router and nothing seems to fix the problem. 
    Any ideas as to what may be happening?  Thanks for any help.
    The issue is your router, if you both can't use your phone while on wifi.

  • Getting class not found error running java application using OIM libraries

    Hi,
    I have created a java application in which I access OIM libraries to fetch user list and then assign user roles. As i run the application it generates exception and program crashes. However, I am using the same libraries in OIM adapters and it is working fine. Following is the exception message i am getting.
    Caused by: java.lang.NoClassDefFoundError: org/springframework/jndi/JndiTemplate
    at oracle.iam.platform.OIMClient.<init>(OIMClient.java:83)
    at RoleAssignment.RoleAssignment.getUserAndChangePassword(RoleAssignment.java:143)
    at RoleAssignment.RoleAssignment.execute(RoleAssignment.java:81)
    at RoleAssignment.RoleAssignment.main(RoleAssignment.java:36)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: org.springframework.jndi.JndiTemplate
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

    Hi,
    I resolved the problem by making spring.jar part of my executable jar file. I have added oimclient.jar, spring.jar, wlfullclient.jar, commons-logging.jar, and eclipselink.jar part of my executable jar. Now I am getting the error below. I googled it and it mentioned that i should add path of authwl.conf in my run configuration in eclipse. So i added the following line in " -Djava.security.auth.login.config=/u01/oracle/Middleware/Oracle_IDM1/server/CustomExec/authwl.conf " under the VM Arguments section of run configuration, but it continues to give the same error.
    java.lang.SecurityException: Unable to locate a login configuration
         at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:93)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at javax.security.auth.login.Configuration$3.run(Configuration.java:247)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:242)
         at javax.security.auth.login.LoginContext$1.run(LoginContext.java:237)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
         at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
         at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLoginHandler.java:58)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:129)
         at com.infotech.tra.organization.RoleAssignment.getUserAndChangePassword(RoleAssignment.java:213)
         at com.infotech.tra.organization.RoleAssignment.execute(RoleAssignment.java:149)
         at com.infotech.tra.organization.RoleAssignment.main(RoleAssignment.java:49)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
    Caused by: java.io.IOException: Unable to locate a login configuration
         at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:250)
         at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:91)
         ... 24 more

  • Installed v.7.01 and does not load 14 tabs. I use a 4 screen system and v. 6.02 worked fine, I had to reinstall 6.02 which again works w/o problem, but 7.01 loading endlessly so I kicked it off. what's the reason?

    at first after installing v. 7.01. worked well, but afterwards did not refresh, i.e. never ending loading. made a bullguard antivirus check which took 5 hrs, but no result. then I made a system reset to a former backup point, but firefox 6.02 did not appear on screen when clicking on its icon. deinstalling 7.01 and installing 6.02 again solved the problem. I use 4 screens with 5 to 14 tabs on each screen. with 6.02 no problem so far. but 7.01 no way. what's going on?

    Thaodan wrote:Can you write /var/tmp/kdecache-$USER?
    What exactly do u mean? There are a few folders/files inside.

  • My mac book pro is running very slow. Not only when running the internet but simply in general. What can I do to resolve this? I am thinking about resetting it to factory settings. Will this work. I believe my mac is about 4 years old.

    My mac is about 4 years old. I believe it started with lepoard but im not sure.

    Learn about what causes slow down issues here
    Why is my computer slow?
    Backup your users files to a external drive (not only TimeMachine as it will restore the problem)
    Most commonly used backup methods
    Fix your machine
    ..Step by Step to fix your Mac
    Then do a defrag
    How to safely defrag a Mac's hard drive
    Then also check out other issues
    Diagnosing network issues
    IMO a 4 year old laptop is too dated to run the new OS X bloated versions, it should have stuck with 10.6.8 max, but it's likely too late to go back now as you have too many files and programs in the later OS X versions.
    However if you don't care and have basic type files that are neutral state file formats, like they will work on any Mac/PC or Linux machine (like pictures, music files etc) then you might be interested in going back to Snow Leopard for performance.
    How to revert your Mac to Snow Leopard
    For Snow Leopard Speed Freaks

  • Captive and appleiphonecell not loading, cannot access the internet

    I upgraded to Yosemite, and now I cannot access my school's wifi network; the box which pops up for me to login (through appleiphonecell, captive, or itools) does not load, and leaves me without internet access, how can this be fixed?

    Locking this post as a duplicate, please continue here:
    https://support.mozilla.org/en-US/questions/908379

  • Urgent!!!!!!! How to run the application using webui,server files in Jdev

    Hi All,
    I have bit knowledge on OAF
    I have webui,server files which I took from Server
    Now I want to run this application thru Jdeveloper
    How can I do it?
    Please any help would be greatly appreciated
    Best Regards
    HHH

    As told numerous times on this forum, personilization values only affect if at coding level that property is not set, if in controller code initial value property has already been set, then it will take over your personilzation properties. So better check and confirm this!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • [SOLVED] Pacman and yaourt not working when run with "sudo"

    Hi,
    I am an Arch newbie, just installed Arch 3.10 on my machine. I access internet through a proxy server and I'm facing this strange problem -
    Pacman is unable to fetch packages when I run it through sudo - "sudo pacman -S smplayer" (It gives network unreachable error).
    However when I run it through root, it retrieves those same packages successfully.
    yaourt also faces a similar kind of problem -
    When I run it through sudo or as root, it is unable to retrieve packages which can be downloaded by pacman. But, when I run pacman to download those same packages, it is able to do so.
    I am using gnome 3.8, and use radiotray ( It's for listening online radios ). When I run it via 'Alt-F2' or as a startup application, it's not able to connect to any radio station ( which means it's not connecting to the internet ). However, on running it via terminal, it connects to the internet successfully. Are these 2 problems related ? I'm facing the first one even without loading gnome, so it's not gnome's problem, i guess.
    I can ping successfully through my administrator as well as root account, connect to the internet via browser, and ssh, git, bzr are also working fine.
    What can I do to resolve this ?
    Thanks
    Last edited by parinporecha (2013-09-12 06:01:06)

    parinporecha wrote:
    To configure proxy, I added the line "export http_proxy=PROXY_LINK" to the bashrc files of user and root.
    Regarding Arch 3.10, yes i meant the installation media from 2013.09.01 ( kernel 3.10 )
    That's why root works, but not sudo. Sudo clears the environment. See man sudo and man sudoers.

  • Error when running the application in BlackBerry 8830 Sprint Simulator

    Hi,
    I have created a web dynpro java application and when I tried to run in the BlackBerry 8830 Sprint Simulator, I am getting the following error
    I am trying to take data from the R/3 Server through RFC Model,
    Error:
    HTTP Error 500: Internal Server Error
    An unexpected condition was encountered which prevented your request from being fulfilled. This could be caused by a problem with the gateway, a problem with the destination server or a problem with the page itself. Please try loading a different page. Contact your service Provider if this problem persist.
    Regards, Mathan MP

    Hi Mathan,
    You can configure the proxy server by following these steps
    Make sure that MDS is stopped.
    1. Go to installation folder of your MDS. Like for example in my case
        "C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\MDS\config"
    2. Open the file rimpublic.property with a notepad/textpad.
    3. Under section "# [HTTP HANDLER]", Change the following 3 properties
        a. "application.handler.http.proxyEnabled = true" from false
        b. "application.handler.http.proxyHost= proxyname"
        c. "application.handler.http.proxyPort=portnumber"
    After this you can restart the MDS and try to access any web link. Hope this helps.
    Best Regards,
    Siva.

  • Error Message when run the Application

    Hi
    i am getting an error when i run my java application.
    Error is like that-->
    Cannot load tie class for com.inqmy.services.httpserver.server._HttpRuntimeInterfaceImpl_Tie.
    java.lang.ClassNotFoundException: com.inqmy.services.httpserver.server._HttpRuntimeInterfaceImpl_Tie
    at com.inqmy.services.iiop.server.IIOPProvider.loadObject(IIOPProvider.java:220)
    at com.inqmy.services.iiop.server.IIOPProvider.getObjectReference(IIOPProvider.java:143)
    at com.inqmy.core.service.context.container.cross.PortableRemoteObjectContainer.getReference(PortableRemoteObjectContainer.java:221)
    at
    Please tell me the reason for this error.
    regards
    Atul

    yeah this is most probably due to the Environment which u've.
    Try to reinstall the webcontainer and everything.
    and Memory also caused this kind of problems most of the times.
    this kind of errors encounters rarely. if your webcontainer is overloaded and the memory is low then u'll get such kind of errors.
    Diablo

  • Art Works and Effects not loading in PSE5 when I open the program

    Can someone tell me how I get the ArtWorks and Effects to load when opening the program. It was working fine one day and now I get no tags due to program error message.

    Just to let you know that this worked. I opened the Editor from my icon on my desktop by right clicking, holding down the shift key, I clicked open. As soon as the program began to open the "building Artworks and Effects" started right away. I continued to hold the shift key until all my effects appeared.
    One thing I did not do, per the instructions was to put my effects in another folder. They were already there. I did not have to delete anything.
    To be honest, I don't know which of the two suggestions were the sole solution to my situation. Possibly the combination of both is what put me back to where I needed to be, since both were used.
    I want to thank you both for taking the time to guide me through this. I thought I was in for a long drawn out situation, but it turned out to be easier than I thought with your help.

  • How do I keep photos and videos on an external hard drive  and run the application on the macbook

    I am running out of space on my Macbook and would like to move all my photos and videos to an external hard drive to free up disk space. How do I designate those drives as the destination drive when running the application (iPhoto, iMovie) on the Macbook.

    Moving your iTunes Music folder   http://support.apple.com/kb/HT1449
    Moving your iPhoto library    http://support.apple.com/kb/HT1229
    Moving iMovie footage to another drive    http://support.apple.com/kb/HT1026

Maybe you are looking for

  • Mouse clicks in IE with applet not responding

    We have an applet containing a JTree inside a JScrollPane loaded in a frame in Internet Explorer. The JTree has a thread for each node under the root that polls and updates the tree on a set interval (say 30 seconds). For some reason, when the applet

  • How to read url

    Dear experts, My application URL is http://<my url : my port>/sap(bD1lbiZjPTIwMCZkPW1pbg==)/bc/bsp/sap/zhrrcf_mde_app/application.do i'm calling this application with additional parameters like http://<my url : my port>/sap(bD1lbiZjPTIwMCZkPW1pbg==)/

  • Error running serialver

    I did a quick search of the forum and did not see an answer for this. I am trying to run serialver on a class, but when I do I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/http/HttpSessionBindingLi

  • Opening jpegs

    My new Treo Pro Phone does not want to open jpeg photos attached to emails.  I thought that was the format of choice for these devices.  If not, what it the photo format?  Next question, what software is suggested to open jpegs and where can I get it

  • ERROR:Cannot connect to Host: [MTW02SDEP02] with user name: [Administrator]

    Dear All, When I try to deploy WD application, it gives me this following error and doesn't deploy. com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [MTW02SDEP02] with user name: [Administrator]