Applet not finding oracle.jdeveloper.layout.XYLayout. How to add to jar?

hey guys, i have created an applet and it is unable to find oracle.jdeveloper.layout.XYLayout. How might I add this to my jar to be able to deploy it?

not.
Figure out what jar it's in, and add that jar to the classpath for the applet (and thus to the webserver in a location where the applet can load it from).
See the documentation to figure out how to set an applet classpath.

Similar Messages

  • Missing oracle.jdeveloper.layout.* import. where can i get it?

    hi all.
    i'm very new to java, so i m sorry for the newbie question...
    well, i have overtaken an unfinished project. but this one needs the import
    oracle.jdeveloper.layout.*;
    which i do not have. where can i get it and how can i import it correctly? thank you.
    gr33tz
    j0sh

    thank you. i m working with eclipse, the project was built in oracle 9i JDeveloper.
    will the app be able to run on pc's too, that do not have these imports? i think it's sort of compiled before i release it as applet or a program? damn i'm a newbie...
    but where do i have to copy the stuff to, when i wanna use it in eclipse?? i don't really know which file i need, but i will find it somewhere i think on my pc in the jdeveloper's folder. but how can i reach it from eclipse?

  • I did not find facetime in iphone5. How to install please help me to install facetime

    I did not find facetime in iphone5. How to install please help me to install facetime

    What country did you buy the phone in?
    What iOS version does it have?
    As has been said, Facetime is banned in some coutnries and so is not available on iPhones and cannot be insatlled.
    Also, before iOS7, the iPhone had no Facetime icon, it was built into the Contacts App.

  • I am using I phone 4s, I wish to add my contacts from laptop to my Iphone. i tried different ways to sync. but not success. so pleaselet me know how to add the contacts to i cloud?

    I am using I phone 4s, I wish to add my contacts from laptop to my Iphone. i tried different ways to sync. but not success. so pleaselet me know how to add the contacts to i cloud?         

    Are you using a PC or a Mac?
    What application are the contacts in on your laptop?

  • How to add SDK jar file in NWDS

    Dear Friends,
    Currently i have an issue. I have to bring the BO favorite to my Portal Screen. My Portal is developed in PDK.
    I have few links where the source code is writhen. Those link's are
    /people/michael.nicholls/blog/2010/02/22/using-the-pdk-to-access-businessobjects-infoview
    http://wiki.sdn.sap.com/wiki/display/Snippets/ReadInfoViewfavoritesfromthe+portal
    I don't know more about BO. I have few points which i mentioned below.
    1) How to add SDK jar file in NWDS.
    2)DO i need any specific package for that.
    Kindly help me with your Valuble suggestion and document.
    Thanx in Advance.
    Prashant Krishen

    Hi,
    for adding all the jar files in NWDS fallow below steps
    windows >> preferences >>Java>>Java buildpath>>Libraries>>add external jars
    Hope this helps
    Edited by: polaka123 on Nov 13, 2010 12:44 PM

  • Could not find any data to display - how to modify system message

    Hi,
    We created an exception report in the Web Application Designer.
    If there are no exceptions (so there is no data to display) the following standard system message is shown:
    Could not find any data to display. This might be due to the current selection of variable or filter values
    We would however like to modify/remove this message.
    How can this be done?
    Thanks
    Dave

    Hi,
    Please check the link:
    /people/marc.bernard/blog/2008/10/10/how-to-filter-messages-created-by-bi-ip-planning-functions-and-sequences
    Please check the Q&A section of above weblog which mentions about
    function module RRMS_MESSAGE_HANDLING which could be helpful.
    Please also refer to SDN thread:
    Re: WAD - messages - message type
    Regards,
    Amit

  • Database Instance Install - Does not find Oracle Home

    I'm installing SolMan on distributed servers. Oracle 10.20.2 was installed /oracle/product/10.2 (shared db server for sandbox environment); I've set $ORACLE_HOME=/oracle/product/10.2; but SAPINST does not detect and wants to install Oracle under /oracle.
    What can I do to have SAPINST see $ORACLE_HOME=/oracle/product/10.2? Is the /oracle hard-coded in the installation? Any suggetsion would be great.

    you probably have not installed Oracle with SAP parameters because your ORACLE_HOME should be set as /oracle/[SID]/102_64

  • How to add a jar files to a project in JDeveloper 10g?

    I had created a sample appln using below imports
    import oracle.forms.handler.IHandler;
    import oracle.forms.ui.CustomEvent;
    import oracle.forms.properties.ID;
    import oracle.forms.ui.VBean;
    The above packages are available in frmall.jar only know?
    I tried to add the above jar in JDeveloper IDE (10.1.2.1.0).
    But i can't fild a exact menu in my iDE?
    How to add the above jar through menu?
    Thanks

    1. Select Tools>Project Properties.
    2. In Project properties window select Libraries.
    3. Add a project JAR with Add Jar/Zip button.

  • HT4356 My printer, Epson Stylus Office TX600FW, is not listed on the AirPrint. How to add it? Would Apple expand the list?

    My printer, Epson Stylus Office TX600FW, is not listed on the AirPrint. I can't find it on my iPad or iPhone. How to add it? Would Apple expand the list?

    Only the printer manufacturer can make it compatible with AirPrint, it's not up to Apple. You could try Epson's iPrint app, that claims to support that model :
    http://itunes.apple.com/us/app/epson-iprint/id326876192?mt=8

  • Oracle BPM 11g  workspace: how to add a link to an external ADF app?

    Hi all,
    I have a process for which all the data is persisted in the db, and for Human tasks, I use ADFBC component.
    For an existing instance, I would like to provide a link access (available from the workspace) to users (with right privileges) to be able to update some data ...
    I thought implementing a new process with an Initiator HT...but this means, any time a user click the link, it will generate an new instance...
    Then I thought maybe it will be easier to just implement a new ADF application to update my process data using ADF BC...
    but once the application is deployed... I need to provide an access link to users from the workspace????
    how can I do this?
    Globally, how to add an external link to an ADF app from the workspace application.
    Thank you.

    Were you able to achieve this . Maybe this can help -
    Check hbuelow's reply @ Unable to see the application in BPM Workspace for Sales Quote tutorial
    Edited by: Sudipto Desmukh on May 9, 2012 7:02 PM

  • How to add a jar file to a project

    I believe I have followed the necessary steps to add a jar file to my project. I have added this jar file as a new library and I see all the classes in it. I have even added it to my SessionBean1.java via the Add ---> Property menu. I noticed that this did not do the import of the class, so I did it myself. I also noticed that it did the drop downs and found the class for me automatically. Specifically, the IDE knows about the class layout and can see my class package as I type it out.
    So far so good....
    I then go to compile the project and I get the error:
    C:\Projects\safe\Safe\src\safe\SessionBean1.java:11: package com.dusa.bo does not exist
    import com.dusa.bo.BackofficePerson;
    Am I missing something? I looked around and it looks to me like the jar file is in the project and it should know about it. Again, I do know that the editor can find it, because as I type import ..... it then list "com" as an option to click on, then if I click on com, it will then list dusa ... and so on.
    Thanks

    I figured this out. Sorry for the post.

  • How to add external jars in the configuration of JSmooth?

    Hello,
    I am trying to create an exe file from a java program using JSmooth.
    The program is a simple hello world proogram.
    I am developing under eclipse, and I am using some external jar files as libraries.
    If my program is simple,; it works fine. If I add an import of a class that is in one of these jar files, I get the following error when executing the created .exe file:
    "Could not find the main class. Program will exit".
    I guess I have to add this Jar file to the path for the creation of the .exe file.
    My question is: does anybody know HOW to add an external jar in the configuration of JSmooth for the creation of an exe file from a Java program?
    Thanks for your help
    Philippe

    i have the same problem phsans
    you know the answers??
    thanks phsans:D

  • Can not find oracle.adfinternal.view.faces.activedata.AdsServlet

    when I use Jdeveloper to deploy application to remote weblogic server, Jdeveloper will report the following error. How to solve this issue, any help will be appreciated greatly!
    6:17:29 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: '/'
    [06:17:29 PM] Caused by: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.activedata.AdsServlet
    [06:17:29 PM] See server logs or server console for more details.
    [06:17:29 PM] weblogic.application.ModuleException: Failed to load webapp: '/'
    [06:17:29 PM] #### Deployment incomplete. ####
    [06:17:29 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Caused by: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.activedata.AdsServletLooks like you are missing the library ADF Faces Runtime 11 in your ViewController Project Libraries or you have not checked it in the WAR Profile.
    Are you using Active Data Service Btw ?

  • OdpNetWs: can not find Oracle.DataAccess.Client

    When I try to compile ODPService.asmx are shown compilation erros "Namespace or type Client for namespace Oracle.DataAccess.Client cannot be found"
    When I compile C# sample projects (DSPopulate) sach error does not present.
    assembly Oracle.DataAccess setted via .NET Framework configuration (Oracle.DataAccess.dll in PATH environment variable)

    By tha way if i create a user user1....how do i grant
    all the
    necessary privileges from ctxsys schema/user in order
    to be
    able to run an Oracle Text Apps?You shouldn't have to do anything. When you create a new workspace, the workspace user (the oracle account) has the right privileges.
    You can just create a new workspace and run the following example:
    CREATE TABLE TEST(nr NUMBER PRIMARY KEY, test_text VARCHAR2(500))
    INSERT INTO TEST
         VALUES (1, 'This is a test');
    INSERT INTO TEST
         VALUES (2, 'of the InterMedia text installation')
    COMMIT
    CREATE INDEX test_idx ON TEST(test_text) INDEXTYPE IS ctxsys.CONTEXT
    SELECT nr, test_text
      FROM TEST
    WHERE contains (test_text, 'installation') > 0
    Yes its 10.2. the welcome web login window shows
    version 10.2Sorry, but this is not what I have asked you to do (already twice) . I am getting a bit frustrated here and I really want to help you.
    But you see, sometimes it is only details that mess up everything.
    I assume you have mixed the versions of the base install and the companion cd install disk. I might be wrong in my assumptions but we have to get clear on the facts.
    I cannot look at your machine so you have to help me to be able to help you.
    Please do the following
    1) run the following command on your instance as a dba (sys or system):
    SQL> select version from v$instance;
    VERSION
    10.2.0.1.02) start the universal installer of your companion cd and post the output.
    Preparing to launch Oracle Universal Installer from
    /tmp/OraInstall2006-01-11_10-32-25AM. Please wait ...[oracle@daust companion]$
    Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.As I've said, I might be wrong in my assumptions. So, prove me wrong and let's move ahead :).
    ~Dietmar.

  • Can not find Oracle Text/Knowledge Base product

    Hi Friends,
    Re: can not install demo PRESIDENTIAL INAUGURAL ADDRESSES
    I am using Oracle 10.2.0.1.
    I tried to look for the Oracle Text on DB Companion CD but it is not there.
    I only found (1. Apache Stand Alone 2.Workflow Middle Tier).
    Do I need to Install it from 10g Release 1 CD?
    Thanks

    By tha way if i create a user user1....how do i grant
    all the
    necessary privileges from ctxsys schema/user in order
    to be
    able to run an Oracle Text Apps?You shouldn't have to do anything. When you create a new workspace, the workspace user (the oracle account) has the right privileges.
    You can just create a new workspace and run the following example:
    CREATE TABLE TEST(nr NUMBER PRIMARY KEY, test_text VARCHAR2(500))
    INSERT INTO TEST
         VALUES (1, 'This is a test');
    INSERT INTO TEST
         VALUES (2, 'of the InterMedia text installation')
    COMMIT
    CREATE INDEX test_idx ON TEST(test_text) INDEXTYPE IS ctxsys.CONTEXT
    SELECT nr, test_text
      FROM TEST
    WHERE contains (test_text, 'installation') > 0
    Yes its 10.2. the welcome web login window shows
    version 10.2Sorry, but this is not what I have asked you to do (already twice) . I am getting a bit frustrated here and I really want to help you.
    But you see, sometimes it is only details that mess up everything.
    I assume you have mixed the versions of the base install and the companion cd install disk. I might be wrong in my assumptions but we have to get clear on the facts.
    I cannot look at your machine so you have to help me to be able to help you.
    Please do the following
    1) run the following command on your instance as a dba (sys or system):
    SQL> select version from v$instance;
    VERSION
    10.2.0.1.02) start the universal installer of your companion cd and post the output.
    Preparing to launch Oracle Universal Installer from
    /tmp/OraInstall2006-01-11_10-32-25AM. Please wait ...[oracle@daust companion]$
    Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.As I've said, I might be wrong in my assumptions. So, prove me wrong and let's move ahead :).
    ~Dietmar.

Maybe you are looking for