Applet not loading in different os

hi all,
i have created an tree structure using applet for my website. the appplet is loading in all os except windows 2000professional and 2003 64 bit os.

hi ,
thanks for ur question. i want to know the solution how to get my applet in windows 2000 professional and 2003 64 bit os. what is the problem in these two os. is there any solution for these problem.
thanks & regards

Similar Messages

  • I have download firefox 4 beta but now in some websites can not open. applet not load properly

    I just download fire 4 beta on my windows vista. Can not open in some websites. the message applet not load properly please reload the page

    Your More system details list doesn't show the Java plugin as installed.
    Update the [[Java]] plugin to the latest version.
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Applet not loading in some environments

    Hi,
    We have an applet that works for 99% of our users but for one user the applet does not start. Are there any specific proxy / browser settings that could prevent the applet from loading properly? Outputs from the java console for the working users show the following lines:
    basic: Applet loaded.
    basic: Applet resized and added to parent container
    basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 116394 us, pluginInit dt 399250 us, TotalTime: 515644 us
    basic: Applet initialized
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1abab88
    basic: Applet made visible
    basic: Starting applet
    basic: completed perf rollup
    Start Method
    basic: Applet started
    basic: Told clients applet is started
    In the example where we have an issue we only see the following lines:
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: completed perf rollup
    basic: Stopping applet ...
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@b51404
    basic: Destroying applet ...
    basic: Disposing applet ...
    basic: Joining applet thread ...
    basic: Joined applet thread ...
    basic: Finding information ...
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@a89ce3, refcount=0
    basic: Caching classloader: sun.plugin.ClassLoaderInfo@a89ce3
    basic: Current classloader cache size: 1
    basic: Done ...
    basic: Quiting applet ...
    It seems like for some reason its attempting to start but then instantatly stops .... we don't see any exceptions in console.
    Relatively new to applets so any advice would be appreciated

    tschodt wrote:
    What do you see with
    - a different user on the same workstation
    - the same user on a different workstation
    953875 wrote:The same user has tried different machines within the network. Another user has tried on a different machine on the same network with the same results. All machines sit behind a proxy server and browser settings are managed centrally.You are not actually answering the question.
    I deduce that
    The same user has tried different machines within the networkproduces the same behaviour.
    Another user has tried on a different machine on the same network with the same results.A different user on a different machine is not likely to tell us anything.
    All machines sit behind a proxy server and browser settings are managed centrally.So, the profile for this user may be corrupt.
    Create a new profile for this user.

  • 11g admin applets not loading

    Hello - would love any help. I cannot get into admin applets on my windows 7 installation. i was able to access through another computer, but now i can't with that. when i get into the admin page (with chrome, firefox, or MS explorer), the java icons just keep loading. when i try through the OS, it prompts for username and password and they are incorrect. (i am sure they are correct). with safari, i get the error "The Java Runtime Environment cannot be loaded from <C:\PROGRA~2\oracle\JavaFX2.1 Runtime\bin\server\jvm.dll>. I tried a full text search for parts of this path and can not find where it is set. does anyone know how to change the JRE path?
    thanks!
    Terri

    Take a look at those threads: Problem with Admin Applets ! Admin Applets not working
    Usually, it is a Java version. Sometimes, using a different browser also helps (I used to have issues with Mozilla Firefox, but in Chrome it worked fine).

  • Xml file not loading from different server

    Hi,
    I have a simple flash banner that is pulling a number from an xml file on a different server. When it gets to the frame where the number should be it just says "transferring data from eckul.com" and will not actually pull in the number. Unfortunately I can't put the files on the same servers. Any help would be much appreciated, below are the links and the xml code I'm using followed by the action script. Cheers
    http://www.sainters.net/newsletters/2010/flash_test_membership2.html
    http://www.eckul.com/number.xml
    <?xml version="1.0"?>
    <inventors>
        <person>
            <name>892</name>
            </inventors>
    function loadXML(loaded) {
    if (loaded) {
    _root.inventor = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;
    _root.comments = this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue;
    name_txt.text = _root.inventor;
    comment_txt.text = _root.comments;
    } else {
      trace("file not loaded!");
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("http://www.eckul.com/number.xml");

    so, in frame 1 of your fla before you execute that cross-domain load method, use:
    System.security.loadPolicyFile("http:www.yourcrossdomain.com/subdirectoriesIfNeeded/crossd omain2.xml");
    where the following (crossdomain.xml) is in www.yourcrossdomain.com's root (IF you want to allow allow subdirectory policy files):
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    </cross-domain-policy>
    and in the subdirectory (and its descendents) that you want to allow access put crossdomain2.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain="www.thedomainthatstryingtoloadcrossdomaindata.com" />
    </cross-domain-policy>

  • Signed Applet not loading on Mac OS X if using HTTPS protocol

    Hi All,
    I need to open a trusted applet on Mac OS 10.2. The applet works fine if using HTTP protocol. But if the protocol used is HTTPS the the applet does not loads and "javax.net.ssl.SSLException - untrusted server cert chain" exception comes on the console.
    The error comes for both - Verisign and javakey - signed applet.
    On seaching for possible solution on the net, i came across following link: http://www.macosxhints.com/article.php?story=20020525101202503&query=Workaround+for+secure+Java+applet+problems
    It says that this is Mac's known bug and gives the workaround as:
    1. Access the problematic site with Internet Explorer on Windows. Click on the padlock item and export the certificate to a file.
    2. Copy the certificate to your Mac.
    3. Use the command
    sudo keytool -import -trustcacerts -keystore /Library/Java/Home/lib/security/cacerts -file mycert.cer
    to import the certificate file to your keystore (substitute mycert.cer with the name of the file containing the certificate). The keystore is password protected - the default password is "changeit".
    4. Restart your browser
    But the client cannot be asked to do all this to run the applet.
    Is this problem being solved by Mac in their java implementation or is there any other possible solution?
    Thanx in advance.
    Regards,
    Charu

    I am experiencing the same problem - I notice it does not happen on OS9.2 using IE but appears a problem on all browsers on OSX
    Apple gave me the following reply.....
    Re: Bug ID# 3268633: cannot load applet class under https connection
    Hello Andrew,
    Thank you for bringing this problem to our attention. We have received feedback
    from engineering on your
    reported issue.
    Please know that to get Java to recognize the certificate you will need to do
    one of two things, depending
    on which VM you are using. Since you want it to work with Internet Explorer, we
    will assume Java 1.3.1.
    In Java 1.3.1 you'll need to add the certificate to
    /Library/Java/Home/lib/security/cacerts using
    /usr/bin/keytool to import the certificate into the certificate database.
    In Java 1.4.1 you should be able to just add the certificate to the keychain
    using certtool. For more
    details on how to do this, please refer to the information found at
    <http://java.sun.com/j2se/1.4.1/docs/tooldocs/solaris/keytool.html>. After
    doing so, if you should require
    further help from Apple in resolving this issue, we recommend that you request
    assistance from Developer
    Technical Support. This must be done by filing a Technical Support Incident.
    So I am supposed to tell every Mac user to do the above am I?!!!

  • Java Applet Not Loading In IE6 on XP

    Can anyone assist I have a user who can not load a Java Applet on one of our web pages, I really need her to access this as it is important to her work. I have tried all the latest Java Versions to no avail. I have also tried adding SP1a to Windows XP to no avail. I am at a loss and it is stopping the user from working, can anyone help? Web site is Http:\\www.daimlerchryslerservices.co.uk/insurance
    Below is a copy of the messages from the Java Console to tell you what is happening.
    Thanks in Advance
    Java(TM) Plug-in: Version 1.4.1_01
    Using JRE version 1.4.1_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\schweizerc
    Proxy Configuration: Automatic Proxy Configuration
    URL: http://wpad.corpdcs.net:80/wpad.dat
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.daimlerchryslerservices.co.uk/insurance/TDAgent.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
    at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
    at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
    at sun.plugin.cache.JarCache.get(Unknown Source)
    at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    load: class ft3td/tdagent/TDAgentStub.class not found.
    java.lang.ClassNotFoundException: ft3td.tdagent.TDAgentStub.class
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 11 more

    I have exactly the same problem.
    (my config is
    windows Xp Profesional
    jre 1.4.1 03
    ie6)
    I'm also using zonealarm as a firewall.
    any Ideas?

  • JavaFX Applet not loading in IE. How can i make it work in IE?

    My helloWorld JavaFX applet is not loading in IE, It does however load in firefox. Can anyone give me any advice on why it does not load in IE?
    Below is the log from the console when attempting to load in IE.
    exception: null.
    java.io.FileNotFoundException: JNLP not available: HelloApplet_browser.jnlp
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.io.FileNotFoundException: JNLP not available: HelloApplet_browser.jnlp
    I have also include the HTML I have used.
    <html>
    <head>
    <title>Wiki</title>
    </head>
    <body>
    <h1>Wiki</h1>
    <script src="http://dl.javafx.com/dtfx.js"></script>
    <script>
    javafx(
    archive: "HelloApplet.jar,javafxrt.jar,Scenario.jar",
    draggable: true,
    width: 150,
    height: 100,
    code: "HelloApplet",
    name: "Wiki"
    </script>
         END     compliled
    </body>
    </html>
    Edited by: CaptainRhino on Dec 17, 2008 8:26 PM

    Like any good developer I have fixed my problem.
    This blog gave me some clues and I think it comes down to how i have built and deployed it.
    http://lexique-du-net.com/blog/index.php?post/2008/12/08/Deploy-a-JavaFX-app-as-an-applet-with-the-Java-Deployement-Toolkit
    In the meantime to see it work in a browser i have opened it offline and just opened the html page that was in my dist folder created by netbeans.

  • Yahoo chess Applet not loading in Firefox

    When I am at Yahoo Games, the pop up window for Chess opens, but never loads. I tried it in IE and it works fine - so the problem comes down to Firefox.
    When I click on a games room - and window pops up and asks to punch in a code (to avoid spam). This pop up works fine, I then proceed to punch in the code and then I go to another pop up window where the Chess Game normally loads. Only now it doesn't load at all.
    it says to... Wait 3 minutes for applet to load... Click '''here''' if applet fails to load. Normally I've never had to wait 3 minutes before (ever) - now, even if I wait, it still doesn't load.
    Any help would be greatly appreciated.

    Still not working in Firefox! I can play fine in IE. I have tried everything from uninstalling java and reinstalling, clearing cache, etc... nothing works! Is there not anyone at Firefox that knows of a solution?

  • Helpdesk Agent Needs help with JAVA applet not loading for HTTPS site

    Sorry....I am posting here as I do not know where to start.
    JAVA Console Message. The applet runs via HTTP URL but will not load via HTTPS. Any idea would be much appreciated.
    load: class com.ebreviate.auction.applet.TickerTape.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.TickerTape.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-7" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.TickerTape.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class com.ebreviate.auction.applet.graph.LineGraph.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.graph.LineGraph.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-6" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.graph.LineGraph.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    I am repeating the question that RHM submitted...has anyone found a solution to this issue...Applet com.pogo.client.jvmtest.applet started. I was not having a problem and then out of no where on Sept. 13 my game rooms failed to load and this message started appearing. I have done everything asked of me to clear files both Internet and Java, to uninstall, re-install, etc...nothing works. Does anyone have an answer for a very non technical user?

  • 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

  • Applet not loading in client

    hii
    i am able to load my applet on the local computer.
    but when i put it in the server and try to connect as a client from different location if doenst load..
    the applet connects to a database and fills a drop down.
    i have many class file including ones with $..
    my applet tag is as follows
    <applet code="Hmain.class" codebase="http://MyIpAddress:8080/examples/jsp" archive="classes12.jar" height=400 width=400>
    <PARAM NAME="cabbase" VALUE="Hm.cab">
    </applet>
    here Hm.cab contains the necessary class files..
    also i tried jar,zip but did not work..
    somebody pllz help me fast.. i really need to get this done.

    the applet connects to a database and fills a drop down.If the database resides in a local disk, you'll have to sign your applet and the user has to grant the applet the privilege to access the local drive. You can sign the applet with a self-signed certificate....check out the link shown below on how to do it:
    http://developer.java.sun.com/developer/qow/archive/167/index.jsp
    ;o)
    V.V.

  • Applet Not loading in my browser???

    Iam using a IE browser (Version 6.0).i can able to run all applets which is available in my local machine.but only my browser is not supporting to run the applet from server.
    the error is
    load: class HelloApp not found.
    java.lang.ClassNotFoundException: HelloApp
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    at the same time web server throws the error
    [10/Aug/2004:16:11:19] warning (21240): for host 10.10.10.31 trying to GET /amserver/HelloApp.html, send-file reports: can't find /opt/apollo_portal/ps61/SUNWam/web-apps/services/HelloApp.html (File not found)
    [10/Aug/2004:16:12:41] info (21240): vs(https-expro200.immchen.com)servlet 'LoginServlet' class = 'com.sun.identity.authentication.UI.LoginServlet' loaded in context = '/amserver'
    this error is only for my machine request.not others request.
    so how to solve this browser problem.
    thanx
    parthi

    i found the answer
    open java "plug-in"
    go to the proxies tab and deselect use Browser settings..
    now it will work fine

  • Java Applet not loading in Safari

    Hi folks.
    I just noticed a problem with Safari on my Macbook Pro. I'm trying to use Keepvid to download videos from Youtube but it no longer works.
    I load then link into Keepvid and then get the message "Java Applet Loading..". Except that it remains stuck like this forever and it does not work at all.
    How to fix this please?

    I have exactly the same problem.
    (my config is
    windows Xp Profesional
    jre 1.4.1 03
    ie6)
    I'm also using zonealarm as a firewall.
    any Ideas?

  • Java Applet not loading

    I am running an FTP server "Rumpus" and generally it works very well.
    It does FTP and FTP via HTTP. We use it as an internal FTP server within our company.
    However, there is a drag and drop feature that has stopped working on most clients that are connecting using Firefox and Safari.
    The problem seems to be that the drag and drop function is a Java applet that requires the client to accept a digital signature, and on almost all machines the window prompting users to accept the certificate/signature never pops up.
    The drag and drop feature works on a Windows 2003 server box, and one Mac. The other 35 macs we run all fail to load the applet. The clients connecting are a mix of 10.5.8 and 10.6.3 machines. There is no proxy server, all system updates have been done. Occasionally if I run "cocktail" and clean caches it might work once before crashing Safari or Firefox. I tried Firebug in Firefox but it does not catch anything, no messages in Console either. Under the Java preferences pane, what versions of Java need to be turned on? Any history of other things that might conflict with Java? Any suggestions...

    Make sure the Java version selected is current:
    http://support.apple.com/kb/TS3489
    Mac OS X has its own built-in FTP server, which is documented here:
    http://www.dummies.com/how-to/computers-software/macs-os-x/Mac-OS-X-Snow-Leopard .html?sort=POPULAR&page=3
    And Leopard has one as well:
    http://www.ehow.com/how4674062set-server-mac-os-leopard.html
    Finally, if your problem is connecting to another FTP server, SFTP is well done by Fugu for the Mac:
    http://rsug.itd.umich.edu/software/fugu/
    And regular passive ftp is easy with the light mode of
    http://www.rbrowser.com/ 's RBrowser.
    Both work well with Leopard & Snow Leopard.
    Java is great when it works, but it can get really bogged down if it is a Java client on a PC that requires ActiveX PC plugins. While any Intel Mac can run Windows to act on ActiveX, and possibly WINE, ActiveX based Java is very insecure. I recommend steering away from non-Mac based Java apps wherever possible.

Maybe you are looking for

  • URGENT : Deploying a PAR file

    Dear Portal gurus, I have a PAR file which I need to deploy into EP. EP 6.0, SP9. I have tried Sys Admin --> Support --> Portal Runtime ---> Admin Console ---> Archive Uploader. It gives me the message successfullly uploaded... But when I try to crea

  • New imac to tv help:  mDVI to DVI cable, DVI to component video adapter?

    I am getting my new imac tomorrow, very excited. I would love to be able to hook it up to my HD tv which has component video inputs. It has two by the way, one says component video, one says component video HD. (that's the one my xbox is hooked up to

  • TS4009 How can I change my iCloud account ?

    I am being sent emails about an iCloud account I no longer use .... I need to remove storage plan before I am charged ... I cannot go into my iCloud and change account name to old one to remove ....Help

  • Oracle 8.1.7 Installation hangs on NT4, P3 machine

    Hi, I am trying to install Oracle EE 8.1.7 on my NT-4, Pentium 3 box and the universal always hangs at 19%. When OUI hangs, the status message on the installer window says that its installing 'Oracle Provider for OLE DB 8.1.7.0.0' and that its copyin

  • Two proposed RAID configs on P965 - Which is better and why?

    Hello again, I've upgraded my signature to indicate my current status - case and power supply due in today. I'm considering getting a 3ware, Promise or Adaptec, dedicated RAID controller card and have a few questions.      1. Am I correct in assuming