How to add library to JAR deployment in jdev 10.1.3.0.3

I would like to add libraries to the JAR file that I deploy. But, I can not find a way to do this. I can add libraries in the older version: 9.0.5.2.
Any idea on how I can do this in 10.1.3.0.3?
Thanks.

Hello?
Is there someone to help me? I did this here:
1. Step: Created the .deploy File and got the "JAR Deployment Profile Properties"
2. Step: I chose the Main Class "works fine"
3. Step: I marked the "File Groups" option and clicked "new"
4. Step: I got the "Create File Group" Window and wrote in the "File Group Name" --> "jbcl.jar" and chose "Packaging"
5. Step: I left the "Target Directory in Archive" empty and clicked "OK"
6. Step: Depoly to JAR File --> everything's fine
7. Step: Start the Command File and get the Error Message: ClassDefNotFound: com/borland/jbcl/layout/XYLayout
So please tell me, what am I doing wrong in this steps???
Regards
Mirsad

Similar Messages

  • How to add the mail.jar file to my CLASSPATH ?

    Hi;
    I wish to Instal JavaMail 1.2
    To use the JavaMail 1.2 API, i unbundle the javamail-1_3_1-upd.zip file.....and now, i would like to add the mail.jar file to your CLASSPATH.
    My question is: how do you do this ?
    - ok i did that for CATALINA_HOME & JAVA_HOME but how to add the mail.jar file to my CLASSPATH ??
    1000 thanks.

    I think you're looking for "developer support", not packaged application support. different server, different batch of groups. . .
    Since I have very little contact with devopers, I don't truly know.

  • How to add one poi jar file into webdynpro project

    Hi all:
        We would like to add one poi jar file into one webdynpro project, however, what should we do ?
        Its one external 3rd party jar file.

    Hi,
    To add a jar file you need to have an external library DC.
    Hope the below link will help you:
    [http://help.sap.com/saphelp_nw70/helpdata/en/46/3ce3e4df201d63e10000000a11466f/frameset.htm]
    thanks & regards,
    Manoj

  • How to add third-party jar in CRM ISA application?

    Hello SDN!
    I need to add third-party jar in CRM ISA application. I know how to add such jars in common case and for local DCs. But for CRM I can't determine which DC should contain this third-party jar.
    Please tell me ASAP which DC (e.g. crm/isa/home/ext) I should use.
    Help will be appreciated.
    Regards, Lev.

    Hi,
    To add third party jar you need to create new DC which contain your third party Jar. Once you have new DC with your Jar file you can add as Used DC in required DC.
    Please refer [Using External Libraries for Development with NWDI|http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/3ce3e4df201d63e10000000a11466f/content.htm] for more infromation to create DC with Jar File.
    eCommerce Developer.

  • How to add version to jar file

    Hi,
    Does anyone know if there is way to add the version property to a jar file? Like VB component, if we right click on it, and choose property, we can find the version of it.
    Thanks a lot.

    See this thread:
    http://forum.java.sun.com/thread.jsp?forum=22&thread=198721

  • How to add the stl.jar file

    Hi,
    where should i put the jstl.jar file in order to use it with apache tomcat.
    thnx.

    The jstl.jar and standard.jar files should be in the web-inf/lib directory of your webapplication.

  • How to add Jersey classes to use in JDev 11.1.1.5

    I want to use Jersey in my project. How do I add Jersey related classes to JDev please?

    Download the Jersey archive from http://download.java.net/maven/2/com/sun/jersey/jersey-archive/1.5/jersey-archive-1.5.zip. The jersey-archive-1.5.zip contains the Jersey jars and core dependencies. Also, download the Jersey bundle JAR jersey-bundle-1.5.jar from http://download.java.net/maven/2/com/sun/jersey/jersey-bundle/1.5/jersey-bundle-1.5.jar. Create a managed library from the following JAR files.
    C:\Jersey\jersey-bundle-1.5.jar;C:\Jersey\jersey-archive-1.5\lib\asm-3.1.jar;C:\Jersey\jersey-archive-1.5\lib\jsr311-api-1.1.1.jar

  • ADF application unable to reference external jar deployed as library

    I am using jdeveloper 11.1.1.3.
    My problem is as folows : I have a JAR deployed in weblogic 11g as a library and i want my ADF application to refer it as this inhouse developed library has some utility methods in it.
    In my ADF application i have referenced the library in weblogic-application.xml as below..
    <library-ref>
    <library-name>beansCBB</library-name>
    </library-ref>
    But still my my jsps are failing to compile
    Please guide me on how to provide library reference while deployment.
    Zeeshan

    Hi Zee,
    Try to select the "Deployed by Default" option on the Library.
    Just to see if the application is working on the server.
    If It is working, it seems that the application can't find the library.... on the weblogic server.
    Then unselect the "Deployed by Default" option on the Library.
    And try to add
    <library-ref>
    <library-name>beansCBB</library-name>
    <exact-match>false</exact-match>
    </library-ref>
    in the "weblogic.xml" file
    Please confirm that the name of the Library (on the server\Deployments) is "beansCBB".
    When you have deployed the library on the weblogic server, did you select the same "server" (when asking to Select deployment targets) ???
    Regards
    Nicolas

  • 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.

  • How to add jar files in project?

    Hi everyone,
    Im stuck at one problem. I have third party API which are in jar files. I want to add reference those jar files in my projects. How to add all jar files at once in my project? Also, jar files are in different folders, like
    rootFolder
    {noformat} |- jar1.jar{noformat}
    |- jar2.jar
    |- Folder1
    | |-subjar.jar
    | |-subjar2.jar
    |- Folder2
    |- moreJars
    How to add all these jar files at once in my project? If u need more information, I will provide...
    Thanks in advance

    You can put the external references the in manifest of your own jar or you can do that at the bootstrap shell script.

  • 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

  • Add images in jar file

    how to add images in jar file?

    Check this article in ADF code corner:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/86-images-from-jar-427953.pdf
    Thanks,
    Navaneeth

  • How to add "Weblogic Server Adapter" from "download additional server adapter" list.

    "Weblogic Server Adapter" is not shown in "download additional server adapter" list in STS 3.6. How to add It.

    George, What deployment do you have this associated with?
    - D.J.

  • How to add accessibility to already built application

    Hi,
    Can any one help me how to add accessability to already built application. jdev version which am using is 11.1.1.4.
    Thanks in advance.
    Regards,
    lavanya.

    Hi,
    its mostly a configuration in ADF Faces
    http://docs.oracle.com/cd/E23549_01/web.1111/b31973/af_access.htm
    Frank
    Ps.: One of the beauties of using ADF Faces instead of hand-crafted web site in which case you would have been screwed

  • How to add a new Shared Variable programmatically to an existing and deployed library?

    Hi there!
    I am trying to accomplish this on both LabVIEW 8.6 and LabVIEW 2010 and seems like it's not any different in this situation.
    My case: A project has a library with 4 Shared Variables (SVs). The library and the variables are deployed (visible in Distributed System Manager 8.6/2010). I want to add 2 more variables into this library. It is possible to do this manually from Project Explorer window's options menu. But while running an application it has to be done programmatically. Can I provide the library reference to the one currently existing without creating a new one?
    "Create Or Add Library To Project" function in the Datalogging and Supervisory Control (DSC) toolkit does not help in this case. That function, as the name suggests, just tries to create a new library in the project.
    Two possible methods:
    The function "Add Shared Variable To Library" (DSC>EngineControl>Libraries & Processes) needs a library reference, which could be provided via "CreateOrAddLibraryToProject" function, but this function tries to create a new library, and if I provide the path of the existing library it throws an exception that the library already exists in the project (yes, as I wrote above, I need to add new variables to an existing and deployed library).
    OR
    The function "Create Shared Variable" (DSC>EngineControl>Variables & I/O Servers) will add Shared Variable in a process, and not physically in a library file, and the problem (limitation) with this approach is that it doesn't allow to add complex data type Shared Variables (for example in LabVIEW 8.6 it has only 4 datatype options in input parameter, and even in LV2010 it does not have "Image" datatype that I need).
    The scond method is my preferred method as it allows to work on Online Shared Variables and doesn't create them physically in libraries (and this is good as the variables' scope remains only till the Variable Engine is running). But it doesn't support advanced data types, and the first method is powerful in terms that it supports to virtually any datatype, it just seems tricky to get that reference to the library.
    Any tips?
    Thanks ahead!
    Vaibhav

       <<<<>>>>   
    As the above two images show, while a library does not exist, it is easy to use the "CreateOrAddLibraryToProject.vi" which will add a new library to the project (if it doesn't exist on file system, a new library will be created) and that way, using the reference (the green wire going out from the function and the Case Structure, can be used to add Shared Variables to the library. The problem was what to do when a library already exists in the project, how to add more variables to it. I was looking for a way to get a library reference, and somehow I could not see it inside a Project's property (VI Server functions). Hence I posted the question. And upon continuing my search, I found it on the Application's property list.
    I hope it was useful for someone else as well. And thanks for the replies. Please share a better idea if you have.
    Vaibhav

Maybe you are looking for

  • Can Reliably Lose Sound Effects On 10.4.5

    I found a way to reliably lose sound effects on Mac OS X 10.4.5. I will report this to Apple using Mac OS X feedback. 1) Enable Fast User Switching. 2) Login as user1 and note that sound effects work. 3) Without logging out as user1, login as user2 a

  • PR without material master

    Hi Gurus, When system will trigger, Stock transfer from storage location to storage location and plant to plant in one company code. For Ex: One business group need materials from another business group.What system will trigger for the material?? I m

  • Mass Role Import  -- 9000 derived roles with 9 org Levels, how to get TXT

    Hello, I hava a problem. I want to use the (Mass Role Import) Bulk Role Import element in the ERM  (SAP GRC AC 5.3 )for importing SAP roles (I only found that way to import roles from SAP). I have 100 primary roles and more or less 9000 derived roles

  • Shop overall layout liquid

    Hi, I am pretty lost with liquid and I dont understand why this is not working. Could anyone please help? I have followed the related doc but nothing.                 {% if product %}                 {module_product catalogId="{{catalog.id}}" product

  • IFS-30002 error using API

    Pertinent files to follow. Here is the stact trace: Oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject java.sql.SQLException: ORA-01401: inserted value too large for column at oracle.jdbc.dbaccess.DBError.throwSqlException(