Deploying Applet on the Intranet

I am deploying an applet over the intranet. However, i also need to automatically download the Java Plugin and install n system without the plug-in. The problem i have is that it keeps installing the plugin-in each someone visits the web page.
Can someone assist me with ways of ensuring the nce the plugin is installed, the system does not prompt the user again to install the plugin

Tanks for answers.
I think I didn't explain this good enough. To download the applet itself is not the issue. The problem is the data requested by the client.
The applet is used to view scientific data, allowing the client to choose any period of time from which he wishes to view data. The data for each 24 hour period is around 1Mb, so if anyone wish to view over say a week, there will be allot of data to download.(there is data from the last 4 years available)
After the user has chosen a period, the applet calculates an image and displays it with the posibillity to zoom.
So, I guess I'm starting to realize that an Applet was not the best way to go forth with this, but an applet was requested, an applet they got.
Is there no easy way of re-writing the thing to enable it to run on the server-side?

Similar Messages

  • Deploying forms in the intranet

    How do i deploy forms9i in the intranet using IIS?
    dipin

    Dipin,
    Forms9i is not supported outside of Oracle9iAS. You can use IIS as a front end server though that redirecty /forms90 requests to the Oracle9iAS server. This way IIS would only be used as a routing server.
    Frank

  • Help with Deploy javaFx applet to the web, please

    I am new to JavaFx. I have a difficult time to deploy it to the web as an applet. Java console indicates that my jnlp file is not available. Here is what I have done:
    1. In the javaFx project (netbeans project), I put together a small application following the tutorial (app). Run as standard desktop app, it works fine. Run as applet, everything is ok except no images.
    2. In another web project (also netbeans project), I add the javaFx project generated app.jar to the web-inf/lib folder, modify the index.jsp to include a javaFx project generated app.html file and put it at the root of the web application. I also put the favaFx project generated app_browser.jnlp file in the same folder as index.jsp and app.html. Later on also in the web-inf/lib with app.jar. No matter where i put this app.jnlp file, I only see the spinning java logo. Java console states that jnlp is not available.
    this is in my index.jsp: <jsp:include page="app.html" />
    this is in my app.html:
    <h1>app</h1>
    <script src="http://dl.javafx.com/1.2/dtfx.js"></script>
    <script>
    javafx(
    archive: "app.jar",
    code: "com.app.Main",
    name: "app",
    width: 950,
    height: 600
    </script>
    this is in my app.jnlp
    <jnlp spec="1.0+" codebase="http://localhost:8080/app" href="app_browser.jnlp">>
    <information>
    <title>App</title>
    <vendor>Me</vendor>
    <homepage href="http://localhost:8080/app"/>
    <description>My App</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
    <jar href="WEB-INF/lib/app.jar" main="true"/>
    <jar href="WEB-INF/lib/commons-lang.jar"/>
    <jar href="WEB-INF/lib/commons-io.jar"/>
    </resources>
    <applet-desc name="app" main-class="com.sun.javafx.runtime.adapter.Applet" width="950" height="600">
    <param name="MainJavaFXScript" value="com.app.Main"/>
    </applet-desc>
    <update check="background">
    </jnlp>
    What did I miss here? Please help so that I can present this app to my boss and we can use javaFx to build our next application. Thank you very much.
    qding

    Welcome to the Sun forums.
    It would be worth checking the deployment launch file (JNLP) using JaNeLA *(<- link).* As the other poster mentioned, the file is invalid (OK - not well-formed, but possibly also invalid after that is fixed). Also, JaNeLA should warn you that the resources in WEB-INF are not accessible.
    Please do not repost(1) questions in future.
    (1) Post a question twice, or more.

  • JWS buggy when trying to communicate with servlets within the intranet

    Hi out there,
    I've a quite odd problem. I've written a distributed Java application, communication is stablished via Java serialized objects using http get and post.
    This works fine almost from any place. There are 3 possiblities to start my application:
    1. start the client bean directly from hard disc. Communication to server is perfect, everything works fine.
    2. I call a special html-page from the server which starts my application in a browser as an applet. This is tricky on some platforms, but at least on windows boxes this works fine, too. So the applet is hosted on the same machine as my Java objects are sent to by http. Those objects are received by a servlet installed on the server. We use IBM Websphere, and perhaps that's the bad guy...
    3. I start the application using Java Web Start. Again the .jnlp-File is hosted on the same server machine. And this is where the applicaiton hangs: If I'm outside our company's network, again everything works fine, through firewalls etc. But if I launch the application from within our intranet, the application only works "a little bit". It shows odd behaviour. The aplication may run fine if I send about two objects to the server. But it hangs if I try more objects. I can't reproduce the exact amount of objects transferable as that number differs from try to try!
    Has anybody any idea what could be wrong there? The server application's logfiles don't show any errors. The error message is that the client (only if started by JWS, and only from the intranet, and only from time to time) can't locate the servlet.
    What is the difference if I call the servlet starting the bean locally from my hard disc or if I start it as downloaded bean via Java Web Start?
    Some words to our architecture: We use Windows NT 4.0 SP 5. The server is behind one firewall to the outer world and one firewall to the intranet (demilitarized zone). The problems only occur if trying from intranet to DMZ, but only in combination with JWS. As an application or applet the connection works fine!
    Perhaps some network specialist has any idea about that? I know it's a little bit complicated, but perhaps somebody sees somthing I missed yet.
    Thanks a lot,
    Stefan

    Ok sorry. Forget about it. This is some very odd behaviour. Normally the application shouldn't run at all.
    I had the wrong proxy settings in the Java Web Start engine.
    I'm sorry I already posted that message.
    Presentation of my software is in about an hour, so please my panic...

  • Deploy Applet and MySQL - how to read and write

    Question on deploying Applet and MySQL
    I am building an applet that is to be a part of a simple game. The applet is supposed to read data from a MySQL server and use it to place towns on the map. In addition, the applet must be able to write to the base.
    I have build a prototype and ran it in netbeans on my computer. It then successfully read data from a local MySQL base. HOWEVER; when I embed the applet in html code it no longer reads from the base. My method for connecting to the base is
    try{
    Statement stmt;
    ResultSet rs;
    Class.forName("com.mysql.jdbc.Driver");
    String url=adress;
    Connection con=DriverManager.getConnection(url, user, user);
    stmt=con.createStatement();
    rs=stmt.executeQuery("SELECT * " +
    "from "+table+" ORDER BY id");
    while(rs.next()){
    get data...
    Town T=new Town(data...); //construct town object
    TL.put(T); //put town objects in an object TownList to use later
    con.close();
    catch(Exception e){
    So;
    1) Why wont the applet read anymore?
    2) Is there a better way to do this? I have heard that its better to connect applets to servlets in some situations. What demands does this place on the server? Is there software that you need to install on the server to use servlets?

    I think I do need an applet. The map I have written permits a lot of features that I dont know how to achieve in another way.
    1) Zooming in and out on mousewheel
    2) Clicking on on two towns gives the distance and by selecting a trooptype one can get information about the traveltime between cities.
    3) Right now, I have a feature to find players or groups of players that are of special interest. It allows a player to submit a list of interesting players. The applet reads this list and provides a button with the players name. If one clicks the name of a player, all his cities flash between their originall color and white (using thread).
    I need java to do this and I need to run it in a webbrowser because there are som parts of the game that is made up of php. So I assume I have to build it as an applet?

  • UCM Administration Applets request the user and password confirmation

    I want to ask if someone has experienced in the UCM Administration Applets, that request the user and password confirmation for each time the applets are executed,
    Is there any configuration in the UCM that activates this behavior?
    I’m trying to reproduce this behavior in the development environment but with not much success
    The UCM version is 10.350
    Thanks for your support.

    Is there any configuration in the UCM that activates this behaviorNo. It's more likely that you are accessing the applets via a URL that does not match the one you originally used to log in to the Content Server.
    For example, you logged into "http://myserver/cs" or "http://<ip address>/cs". However, your HttpServerAddress variable is defined in Content Server as "http://myserver.mydomain.com". (Any absolute links to the applets use the variable to build the URL.) The browser "thinks" this is a new domain, and doesn't forward credentials to the different address. So the applet must prompt again for credentials. (Are you using a load balancer by chance? Does your HttpServerAddress variable in Content Server match the DNS entry being used for the load balancer?)
    I've also seen some versions of the Sun client JRE do this by design as a security "feature". If you using IE, make sure your server address is in the "trusted" or "intranet" security zone.

  • Usage of UPK guide from the intranet

    Hi,
    We are pushing usage of UPK for all our IT applications (Oracle and others). We are not using any LMS system.
    What we want to do is to access upk guides directly from our MS Sharepoint intranet via simple links (UPK Guide for ERP, UPK Guide for PLM...)
    The way we are doing it is to create the link pointing on the play.exe file located in each "Publishing Content" folder and we are facing 2 issues :
    * Internet explorer is sending several warning message because we are launching and executable file which create bad user experience
    * Execution of the player from a remote location provide bad performance (it takes several minutes bnefore the content appears)
    Is there any other way to publish the content on the intranet and solving this ?
    Thank you for any help,
    William

    Hello,
    Beth is correct that linking to the index.html is how to launch the UPK Player when it's on a web server (including SharePoint or similar.)
    It sounds like the folder structure may not have remained intact during the upload to SharePoint. For the UPK Player to run, it is important that all the folder and files that are uploaded remain in the same relative locations. I know tools similar to SharePoint have the ability to expand ZIP files after they are uploaded, but I have not used SharePoint for many years. If SharePoint offers this ability, this may be the easiest way to upload content to SharePoint.
    Here's a discussion on LinkedIn where UPK users have had success with deploying UPK via SharePoint (You will need to be a member of the Oracle UPK Community LinkedIn group to see it): http://www.linkedin.com/groupItem?view=&gid=1148807&type=member&item=54216909&qid=5c90daa3-627f-473e-a385-caf366655ce7&goback=.gmp_1148807
    Best regards,
    Marc

  • While Deploying and running the application

    Dear all,
    While deploying and running the application, after importing the relevant files into my local amchine workspace from another machine, i am facinf exception/error message as below:
    'Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found'.
    Would someone suggest for the same.
    With Regards,
    Lux.

    Hi,
    This is the message i am receving during runtime
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4013.00.0000.20050607163945.0000 (release=630_SP_REL, buildtime=2005-06-07:21:12:54[UTC], changelist=351986, host=PWDFM067)
    Web Dynpro code generators of DC local/SurveysOverview:
    SapDictionaryGenerationCore: 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:02:28[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4013.00.0000.20050609113138.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:05:41[UTC], changelist=352442, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:56:40[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:21:22[UTC], changelist=356134, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:21:22[UTC], changelist=356134, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4013.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:55:55[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:09:17[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4013.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:59:56[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:56:48[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:09:46[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_08-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    java.lang.NullPointerException
         at com.sap.survey.NewSurveyView.onActionCreateSurvey(NewSurveyView.java:180)
         at com.sap.survey.wdp.InternalNewSurveyView.wdInvokeEventHandler(InternalNewSurveyView.java:198)

  • Deploying applet to OAS 4.0.8.1

    I have made simple applet using the Wizard in JDeveloper 3.0. I have used the Deployment wizard to make a Jar file. I also included
    the swingall.jar. The Jar file is generated successfully. I then copy
    the jar file and the html file to the OAS 4.0.8.1. But when I try to run
    it I get the following error:
    java.lang.NoClassDefFoundError: javax/swing/JApplet
    Anyone?

    Sounds like you might still be having swing problems. Insure that you are using the java plugin from Sun and that the swingall.jar is included in the ARCIHVE tag before running the HTML converter (from Sun) on the HTML file. Then stage the converted HTML file on the webserver and have all of the deployment archives included in the CODEBASE directory.

  • Problem deploying applet to browser

    Hi all, i am with a problem when deploying an applet to a web browser.
    i am using netbeans 6.7.1, JDK 6 Update 16 with Java EE and IE 8 [or firefox 3.5.3].
    I've created a JApplet Form and then in the self generated .html file with <applet> tags, i can deploy the applet to the IE8. the thing is i need to put a picture in the applet. waht i did was to create a label, remove it's text and seted a icon with the image. I can run the applet fine and everything is ok. When i go to the .html file and deploy it to the browser, i get a gray image with the size of the applet but completly...dead, only gray, no controls, no image, no nothing.
    It this a known bug or what?
    Thank you for your help guys!

    It seems that I am answering to myself :). This stack trace solves the mystery, why it was working only when signed - no right to change logging level. I just don't understand that totally misleading error while it was static part of code...
    Caused by: java.security.AccessControlException: access denied (java.util.logging.LoggingPermission control)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.util.logging.LogManager.checkAccess(Unknown Source)
         at java.util.logging.Logger.checkAccess(Unknown Source)
         at java.util.logging.Logger.setLevel(Unknown Source)
         at org.sors.openOEMS.applet.GraphApplet.<init>(GraphApplet.java:91)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$12.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Deploying applets through workshop for weblogic

    Hi.
    I recently posted a question under the weblogic.developer.interest.workshop newsgroup, but was informed that this was not the appropriate place for such a post, and was directed here. Hope I will have more luck in here.
    We are creating a web application whic primarily is driven through java/jsp (using Workshop 10.1). We have come over a problem which requires us to introduce an applet to the stack.
    Our application configuration concists of a dynamic web project (main project) and a utility J2EE project (the applet). The Applet currently concists of just one java class, and if we could, we would happily incorporate this into our main project. But I hear that to run the applet it has to be inside a containing jar and that requires us to use a separate project.
    * If we configure our main projects J2EE Module dependency to point to the applets project, we seemingly get no results.
    * If we add the utility project to the main project's build path, we get an error message during deployment: "The web project build path contains classes or jars which are not inside the standard <WebApproot>/WEB-INF/classes or <WebApproot>/WEB-INF/lib directories"
    We want the applet to be available to the client. The "/WEB-INF/lib/" and "/WEB-INF/classes" aren't, and we can therefore not export the utility project manually as a jar to these folders.
    The best solution would be to create a dependancy which would compile and deploy our utility project as a jar or classes automatically when we build our main project, and place the file(s) in a location available to the client. But I do not know how we could do this.
    Anyone want to share some knowledge on this issue? It would be greatly appreciated.
    Concreatly:
    * On which path in the main project does the jar file have to be placed in order for it to be available to the client?
    * How do we deploy the jar through the Workshop IDE? Do we have to use ANT scripting to acheive this?
    Thanks in advance.

    Hi
    You can also checkout the link http://e-docs.bea.com/wls/docs100/webapp/configureresources.html#wp158951
    If you need to serve classes or other resources from the system CLASSPATH, or from the WEB-INF/classes directory of a Web application, you can use a special servlet called the ClasspathServlet. The ClasspathServlet is useful for applications that use applets or RMI clients and require access to server-side classes.
    The ClasspathServlet returns the classes or resources from the system CLASSPATH in the following order:
    WEB-INF/classes
    jar files under WEB-INF/lib/*
    system CLASSPATH
    So may be you can place your applet in one of the places and serve it using classpath servlet from wls. I haven't tested this servlet with workshop but I will check it out.
    Vimala-

  • Forms 6i over the intranet using default socket mode.

    Hi
    Problem Description
    I've managed to install the s/w forms6i, Oracle 8i(8.1.6) and WebDB 2.2 all on an NT machine. I'm trying to run the Forms6i demo - "Healthy Living Application" after installing the setup data. This error occurs SOMETIMES when I try and run my form in my IE 5.0 browser. (I have managed to get this working but it is not consistant!!)
    I Start the forms server using :
    ifsrv60 -listen
    Running the form over the intranet using default socket mode.
    The formsweb.cgi produces this excerpt from the html file
    <BODY >
    <!-- Forms applet definition (start) -->
    <APPLET CODEBASE="/forms60java/"
    CODE="oracle.forms.engine.Main"
    ARCHIVE="f60all.jar"
    WIDTH="999"
    HEIGHT="595">
    <PARAM NAME="serverPort" VALUE="9000">
    <PARAM NAME="serverHost" VALUE="">
    <PARAM NAME="connectMode" VALUE="Socket">
    <PARAM NAME="serverArgs"
    VALUE="module=my_form userid=koow/koow@eit ">
    <PARAM NAME="separateFrame" VALUE="false">
    <PARAM NAME="splashScreen" VALUE="/dev_handson/images/suppsplah">
    <PARAM NAME="background" VALUE="/dev_handson/images/white.gif">
    <PARAM NAME="lookAndFeel" VALUE="oracle">
    <PARAM NAME="colorScheme" VALUE="titanium">
    <PARAM NAME="serverApp" VALUE="/dev_handson/registry/handson">
    </APPLET>
    <!-- Forms applet definition (end) -->
    </BODY>
    I Get the following error :
    FRM-92060: Failed to connect to the Server. Bad machine specification: oracle1:9000
    Details...
    Java Exception:
    oracle.forms.engine.RunformException: FRM-92060: Failed to connect to the Server
    etc......
    If I try to run the form again sometimes I get the next following error:
    FRM-92090: An unexpected error occurred
    Details...
    Java Exception:
    com.ms.security.SecurityExceptionEx[oracle/forms/net/SocketConnection.connect]:cannot connect to "127.0.0.1"
    etc.....
    Any solutions to this problem please!!!
    Ade Adekoya
    null

    I think the documentation at technet covers everything you need. The things to not available on the web:
    On the web, mouse-triggers aren't executed.
    FFI calls to programs on the client can't be used.
    For Forms 6i, everything else will pretty much work, with the odd quirk here and there.
    John Alexander www.summitsoftwaredesign.com

  • Problem deploying applet

    Hi, I created an applet displaying some charts. When I use AppletViewer, everything is ok, but as soon as I try to load it on server
    I am experiencing strange problem (or at least exception is strange).
    This is my applet tag in page:
    <applet code="org.sors.openOEMS.applet.GraphApplet" width="600" height="700"
    archive="openOEMS-graphApplet.jar,jcommon-1.0.9.jar,jfreechart-1.0.5.jar"
    alt="This applet requires JDK1.6.0 or later">
    Your browser is completely ignoring the <APPLET> tag!
    </applet>
    When I load the page, this is the exceptionI get in console:
    java.lang.NullPointerException
    at sun.plugin2.applet.Plugin2Manager.findAppletJDKLevel(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.NullPointerException
    Applet class is located in first jar, second and third jar are all dependencies that are needed.
    I think the real problem is not described in this message because I found out that when I sign the applet jar with self generated certificate it starts working.
    Am I doing something wrong? Cannot it be deployed without signing the jar file?

    It seems that I am answering to myself :). This stack trace solves the mystery, why it was working only when signed - no right to change logging level. I just don't understand that totally misleading error while it was static part of code...
    Caused by: java.security.AccessControlException: access denied (java.util.logging.LoggingPermission control)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.util.logging.LogManager.checkAccess(Unknown Source)
         at java.util.logging.Logger.checkAccess(Unknown Source)
         at java.util.logging.Logger.setLevel(Unknown Source)
         at org.sors.openOEMS.applet.GraphApplet.<init>(GraphApplet.java:91)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$12.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Deploying Applets on OAS (urgent help needed)

    I have installed and Configured OAS 4.0.7.1 on Win Nt Server ( SP5)
    I have created a very simple Java Applet using JDeveloper 1.1 and followed the deployment method as specified in the Work book (Student Work book).
    I have modified the source to add the ARCHIVE line.Using the Deployment Wizard I have created the archive file (.jar).
    I have the Java class files and the archive file in the same directory.
    I have added a HTTP Listener with port 90 and set the Directory for Virtual path corresponding to the directory where the java class files and archive files are available.
    Now when I enter the URL for the invoking HTML file from the Browser the Applet seems to be loading but it doesn't. The error message at the bottom of the Applet(looks like the Applet Window):
    load: <packagename>.<classname> cannot be instaniated.
    Please help me to resolve the problem at the earliest.
    Thanks
    Thiru

    Marcosk2,
    I am still having problems.
    kindly tell me the steps in detail.
    what i have done is:
    1.i have a simple applet (with frame) with a button.
    2. I have edited the html file and included the following:
    CODEBASE="imtac" -the virtual directory name
    ARCHIVE = "carclas.zip"
    3.with Deployment Wizard I have created the zip file (carclass.zip);
    Whe I run the Applet (in JD1.1) it is not running as it is looking for the path (imtac) but if i remove the virtual path (imtac) then the applet runs. You asked me to include the virtual path name in the CODEBASE parameter.
    Please do let me know in steps so that i too can deploy the applets in the WEB.
    It will be of great help even if u give me your telephone no with country code and area code so that I could talk to u and make things workable here. ( i am in Oman).
    I have to give a demo tomorrow.
    Thanks

  • Deploying Applet which uses JCORBA

    Hi,
    I've a problem with deploying Applet, which uses JCORBA
    application jcoSql (it's on OAS 4 on Windows NT). I need in
    deploy directory package COM/visigenic/vbroker.. (because of
    calling ObjectFactory) and com/swing/... (because of using
    component JDialog in the Applet). But first direcory COM must be
    in uppercase and second com in lowercase!! And that is problem
    on NT. Could somebody help me?
    Thanks,
    Ales
    null

    You can make one (or both) of te packages available in a ZIP or
    JAR file.
    Thanks,
    -Roel.
    Ales Kemr (guest) wrote:
    : Hi,
    : I've a problem with deploying Applet, which uses JCORBA
    : application jcoSql (it's on OAS 4 on Windows NT). I need in
    : deploy directory package COM/visigenic/vbroker.. (because of
    : calling ObjectFactory) and com/swing/... (because of using
    : component JDialog in the Applet). But first direcory COM must
    be
    : in uppercase and second com in lowercase!! And that is problem
    : on NT. Could somebody help me?
    : Thanks,
    : Ales
    null

Maybe you are looking for

  • Cube does not get refreshed after maitainence

    Hi I have a cube in a schema that was existing. I have added new data to the fact table that is mapped to the cube. I maintained the cube by using the complete refresh option in the analytical workspace manager. After maintaining the cube and selecti

  • Using the same library for multiple iTunes IDs

    My wife and I have the same exact library. When she buys something, my computer/ipod/devices are authorized to use it. We both got new laptops and we wanted to refrain from adding too much on them. I have an iMac with the music library on it. I signe

  • Zen Nano Plus Playb

    When I turn off my Zen Nano Plus, I want the player to resume from where I left off (usually in the middle of my audio book), but it goes back to the beginning of the file. It only started doing this recently... Is there a setting I can change so I c

  • I didn't put a rescue email when i first created my account

    i didn't put a rescue email when i first created my apple account and i've forgot my security answers , how could i reset them thanks

  • Getting error while synching to Windows XP? Here's your ANSWER! Easy fix...

    New! I HAVE THE ANSWER!!! Posted: Apr 21, 2007 1:18 PM in response to: drkbear69 Click to edit this message... Click to reply to this topic Reply email Email I FINALLY found a tech support number. I hope I can explain the answer thoroughly... First,