Where to put jar file containing non ejb beans

          Hi everyone,
          i would appreciate a lot if someone could tell me where i could place my jar file
          which contains non ejb beans
          thanks
          

          Hi,
          I´n not sure what you mean. But if you mean a JAR containing utility classes for
          your EJBs or Servlets you should put it for EJBs into the META-INF/lib directory
          of your EJB JAR or for Servlets/Webapps into the WEB-INF/lib directory.
          So the JAR file will be automatically loaded from the right classloader and can
          be used.
          Christian Plenagl
          Developer Relations Engineer
          BEA Support
          "Mirza Khodabaccus" <[email protected]> wrote:
          >
          >Hi everyone,
          >
          >i would appreciate a lot if someone could tell me where i could place
          >my jar file
          >which contains non ejb beans
          >
          >thanks
          

Similar Messages

  • Where to put jar files reachable for ejb:s?

    Hello!
    I have a ejb that use some jar files.
    But I can not figure out where to put the jar files that I use from my ejb in Weblogic 8.1.3.
    Until now I have extracted all jar files and put them inside my ejb with my own class files. But this seems odd.
    So please help me out here.
    Best regrads
    Fredrik

    Dear,
    You might have downloaded either tar.gz or zip file. when you extract this file you will find a jar file and also some demos nad docs(api+help). place the poifs api jar file in 'WEB-INF\lib" folder and restart the server.
    In general any api jar files for web applications should be placed in WEB-INF\lib folder then only they are accesible. If you extracted the jar, then place entire package structure in WEB-INF\classes directory
    Regards,
    Nishant Kulkarni
    Software Engineer
    Bangalore
    [email protected]

  • Where is jar file containing oracle.ifs.beans?

    Where is the jar file containing the Java packages that must be imported in order to compile a Java application that uses iFS? It doesn't seem to have been included when I installed the iFS development kit.

    1) To run an applicaiton against iFS you need the following entries in your Classpath
    classpath "D:\Program Files\Oracle\IFS\custom_classes;D:\Program Files\Oracle\jlib\oracle8.1.6\classes111.zip;D:\Program Files\Oracle\IFS\lib\xmlparserv2.jar;D:\Program Files\Oracle\IFS\lib\release.jar;D:\Program Files\Oracle\IFS\lib\repos.jar;D:\Program Files\Oracle\IFS\lib\tools.jar;D:\Program Files\Oracle\IFS\lib\utils.jar;D:\Program Files\Oracle\IFS\lib\adk.jar;D:\Program Files\Oracle\IFS\jws\lib\servlet.jar;D:\Program Files\Oracle\IFS\settings;D:\Program Files\Oracle\Lib\vbjorb.jar;
    null

  • Where is the jar file contain this package

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • Where to put Jar file?

    Hello,
    We are running the J2EE installation of ColdFusion, and I'm
    wanting to find out, is there a place on the server where I can add
    replace Jar files without restarting the JRun service?
    Thanks.

    lok2005 wrote:
    > Hello,
    >
    > We are running the J2EE installation of ColdFusion, and
    I'm wanting to find
    > out, is there a place on the server where I can add
    replace Jar files without
    > restarting the JRun service?
    >
    > Thanks.
    >
    Yep, depending on your installation type (stand-alone or
    multi-instance)
    you can put jar files in the lib directory of the JRun server
    and
    they'll get picked up without a restart. In the
    multi-instance
    installation this directory is {JRunRoot}\servers\lib, so on
    a typical
    Windows box this would be C:\JRun4\servers\lib. For a
    standalone
    installation it would be C:\CFusionMX7\lib
    Hope that helps,
    Matt
    Matt Woodward
    [email protected]
    Adobe Community Expert - ColdFusion

  • What jar file contains oracle.ifs.beans and oracle.ifs.clients classes?

    I am trying to build some code which needs oracle.ifs.beans and oracle.ifs.clients packages and classes. I have downloaded the following:
    OracleAdministrativeClientUtility
    OracleApplicationServer
    OracleContentManagementSDK
    OracleIIOPClientLibrary
    OracleJDeveloper
    OracleRMIClientSideLibrary
    OracleSOA
    OracleWebServicesClientLibrary
    None of these appears to contain the oracle.ifs packages.

    oracle.ifs.beans and oracle.ifs.clients packages are for the Oracle Internet File System. Are the following JAR files available?
    repos.jar
    adk.jar

  • Where is the .jar file that contain this package oracle.security.idm

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • What jar file contains javax.naming service?

    Hi,
    Back so soon.
    Does anyone know what jar file contains the javax.naming services used for JNDI?
    Thanks,
    Everette

    Hi..
    There's a good utility called jarscan.. I use it a lot, especially since wls 10 where lots of stuff's been moved around..

  • Put jar file

    i want to develope a web application in Tomcat. i want to use a Third party .jar file. where do i put that .jar file ?
    where do i put .jar file ? which location ?
    /commons/lib or /web-inf/lib ?

    commons/lib-- what is this for ? if i put the jar file here will my web application get the classes ?

  • How can i put Jar Files in Java Runtime.?

    HI,
    how can i put jar files in JRE so that they are accessible every where.? is there some way.?
    Regards,
    AA

    Closest you could get to this I think is to explode all your jars into the same parent directory. Then if you put that directory on the classpath, you should be able to access all classes in all jar files

  • How do I get Firefox to ask me where to put a file I wish to download

    When I download a file, Firefox puts it somewhere. I want to be able to tell it where to put that file each and every time.

    Options > General - Downloads = '''Always ask me where to save files'''

  • Help finding JAR files containing a specific class

    I Need to find the JAR file containing the java class/type com.sap.engine.frame.ServiceException
    <i><b>Frank</b></i>

    Hi Frank,
    The easiest solution will be searching for class names in Windows search like: Search for files *.jar and contains text xyz.class.
    If you find a particular jar then open it using WinZip and you can locate the class file.
    Regards,
    Ananth

  • How to call a .jar file from a java bean?

    any body knows how to call a .jar file from a java bean?

    Crosspost!
    http://forum.java.sun.com/thread.jspa?messageID=4349619

  • Where to put properties files in EJB?

    is there a good standard place to put properties files for EJB?

    files. i wanted to jar everything together in a single
    ejb jar, and need to know if there is a standard or
    good place to keep those properties files so that
    whenever i move the ejb jar i dont have to worry about
    the paths to find those properties files.??? Both of my suggestions allow what you want. Neither one requires knowing any kind of file path. For example, packaging a properties files as my/fancy/data.properties entry in a jar will allow loading it as Properties ps = new Properties();
    ps.load (getClass().getResource("/my/fancy/data.properties").openStream(); (better code would also close() the stream in a finally block)
    The above depends on how the jar was packaged, not on its actual disk location.
    What's more, Class.getResource() also allows for package name-relative resource lookup which is convenient sometimes: http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html

  • Using Third-Party jar file in database; Where to put license file?

    Hi!
    I have a third-party product that has a .jar file that references some .so files. I have successfully loaded the .jar file and the .so files are being called successfully, but when the program gets to the part where it reads the third-party license file, it is failing (ORA-3113 and an hs_err_pid<12345>.log and udump file are created. I know the issue is the location of the license file because I am getting the same exact error when I run it outside of the database. (I have been able to run it successfully outside of the database.)
    The instructions for the third-party product say to put the license file in the application's runtime directory.
    What I can't figure out is this: What is the application's runtime directory when I am running the code in the database?
    I thought it would be user.dir which is set to $ORACLE_HOME, but putting the license file there didn't work. I have tried lots of other places under $ORACLE_HOME.
    Any ideas?
    Thanks,
    Laurel

    Hi Laurel:
    Whether or not you can read the license file, sure you will have problem then when trying to load your .so file.
    Java JNI call are not allowed inside OJVM for security reasons, see Kuassi's answer to a similar question:
    Access Berkeley DB from Java Stored Procedure
    Best regards, Marcelo.

Maybe you are looking for

  • Home sharing with two Macbooks and two Ipod/Iphones

    Ive read the tutorials on Home Sharing and am still unclear as to how to move content between two spousal computers, each authorised on separate Ipods/Iphones We can see each others' Itunes accounts on our network and play content accordingly. 90% of

  • HP Laserjet 4015 can't print via usb

    i have an hp laserjet p4015 printer will not print / usb connected /port dot4 / Windows 7 OS / Error reads Error in the print que / No system changes.  Printer worked in one location and now does not print in new location.  Using 6ft cable.  Help!

  • Help on GUI overlay

    I'm trying to convert a small multi-class program from pure text based output into a GUI program. I've created my GUI in Java Studio Enterprise 8.1 and imported all my classes into the workspace. The program (a simple ATM) works, but I'd like to appl

  • Adobe Content Viewer Stuck

    Hello, I am currently working on a DPS project in InDesign. Everything was going smoothly until the very end. After updating information in Folio Producer, I went back to InDesign to preview my project for final details and to see if everything was i

  • Not able to find Maxdb Client in SMP

    Dear All, We are running ECC as central instance on Maxdb 7.8.02.23. Recently we upgraded Maxdb from  7.7.04.28 to 7.8.02.23. Now we are planning to setup application server.As i checked on SMP i was not able to find the Maxdb Client software. Please