Where is "WebLogic J2EE Library "?

Hi, i want to extend Portal Administration Console, but when i do follow guide of oracle documentation, it seem not work.
Follow document : To copy a J2EE module to your web project:
1. In the Project Explorer, right-click the //web_project_name/WebLogic Deployment Descriptor > J2EE Libraries folder and then select Add Multiple.
2. In the Select WebLogic J2EE library, select the modules you need. The required administration console J2EE libraries are:
But i don't see where is WebLogic J2EE library. Can someone tell me where is it ? Thanks in advance and sorry for my bad English.
Best Regards,
Coy.

If you mean the folder 'library' like from the computer, the iphone doesn't have one directly. If you connect your iphone to your computer then, depending on what you want, you can probably do it via the computer or try downloading an app like iexplorer and you can access loads of hidden folders on your iphone. Hope this helps but sorry if it doesnt

Similar Messages

  • Where to go after: weblogic.j2ee.DeploymentException

    All I got from the weblogic.deploy was an exception with a short
    traceback. I got a one liner on the console with info level set. Where
    to look or how to trigger a more informative message?
    weblogic.j2ee.DeploymentException
    at weblogic.deploy.deploy(deploy.java:683)
    at weblogic.deploy.runBody(deploy.java:373)
    at weblogic.utils.compiler.Tool.run(Tool.java:79)
    at weblogic.deploy.main(deploy.java:1616)
    weblogic.j2ee.DeploymentException
    at weblogic.deploy.deploy(deploy.java:683)
    at weblogic.deploy.runBody(deploy.java:373)
    at weblogic.utils.compiler.Tool.run(Tool.java:79)
    at weblogic.deploy.main(deploy.java:1616)

    Congratulations on passing TERP10 it is not an easy thing to do.
    My blog on Teaching BI might help to answer your query.
    /people/paul.hawking3/blog/2011/04/10/teaching-sap-business-objects-business-intelligence
    Good Luck
    Paul Hawking
    SAP Academic Program Director
    Victoria University
    Melbourne
    SAP Mentor

  • [SOLVED] ClassNotFoundException = j2ee library

    hello community,
    I have got a problem with an unresolved j2ee library.
    the libraries are placed in a directory somewhere on the harddisk and i do not know how to reference them in the weblogic server (v10).
    I guess that they need an entry in the deployment descriptors of the application designed to deploy.
    Is there a option like a tag in the application-deployment-descriptor of the application where i can reference the directory with the libraries? Or do i have to make an entry for each library the application needs?
    Thanks,
    maik
    #edit 1:
    Can i specify a directory in the weblogic server deployment descriptor to search for the libraries?
    such as:
    <library-dir>{$app.home}/lib</library-dir>{$app.home} is a java option i've added in the start-script of the server (-Dapp.home=c:\app)
    #edit 2:
    or do I have to place the libraries needed under the WEB-INF of META-INF directory in the lib-directory of the application?
    #edit 3:
    I've found out that there is an extra server-start option -Dweblogic.ext.dirs for specifying other library-directories... but this does not work at all :-(
    when copying the needed libraries to the lib directory of the weblogic domain the class bytes found but defineClass()failed for: error occurs.
    are there any suggestions for solving?
    Edited by sqlworktask at 10/30/2007 4:58 AM

    ok, i've solved it...
    i just have added following environment variable to the start-script of the server:
    WEBLOGIC_EXTENSION_DIRS=<directories>

  • Class in J2ee Library DC can't be found

    Another Problem where I need your help.
    I have a portal module Component, in this i have a class wich extends the AbstractPortalApplicatin and in the doContent i include a jsp wich i have written. In this JSP i need some logic. Cause the logic I need here is not only used by this component i want to outsource the class wich does the work.
    So I created a java component in wich i wrote my class. Created 2 public parts, an api for build time and a sda public part.
    After that i createt a j2ee libary dc, in wich I add the public sda part from the java component. The Api is only for Build Time of the portal Component.
    In the portalapp.xml I created a private sharing reference to the j2ee library component. But the class cannot be resolved. I really don't know what i have done wrong....

    I figured out that you need to move the folder over to the shared section or share every folder in you folder structure above the one you need to share!!!

  • How do I create a runtime library reference from a J2EE library DC?

    I've created a J2EE library DC that references some classes in an already deployed library.  The referenced jar file has been correctly deployed, as it's successfully used by some other components.  I can build the DC, since I've created created a compile-time reference to the local copy of the target jar file.
    Unfortunately, I can't figure out how to create a runtime reference from my J2EE library to the already deployed library - there just doesn't appear to be any place to put the reference, at least using a gui-based function in NWDS.  Unlike WebDynpro, which has a 'references' configuration option, J2EE lib's don't appear to have anything similar.
    Where/How can I do this?
    BTW, the Visual Administrator function 'ClassLoader Viewer ' is a very handy tool for diagnosing ClassDefNotFoundError errors....

    Hello Ken,
    well it seems to be not a trivial thing.
    1) Build your library DC.
    2) Create folder "server" in root DC folder "_comp".
    3) Extract provider.xml from generated SDA file to "server" folder.
    4) Add references in provider.xml:
        <references>
          <reference type="library" strength="weak">
            sapxmltoolkit
          </reference>
          <reference type="library" strength="weak">
            com.sap.lcr.api.cimclient
          </reference>
          <reference type="service" strength="weak">
            tc~sec~securestorage~service
          </reference>
        </references>
    5) Rebuild DC. Deploy.
    6) Enjoy!
    Useful links:
    http://help.sap.com/saphelp_webas630/helpdata/en/b5/22123b8d92294fac207283f3e8756e/content.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/09/5d963be736904c96cbdfe93793eb42/TEMPLATE_image002.gif
    Best regards, Maksim Rashchynski

  • How to set runtime references in J2EE library DC's

    Hi,
    I'm building an custom logon module. This is well described in
    http://help.sap.com/saphelp_nw04/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/content.htm
    I created the following DC:
    1. simple java project DC that contains the login module class
    2. J2EE library DC that will act as the deployable component.
    The part "Make reference to the Security Provider service of the J2EE Engine." (2b) is where i get stumped:
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/93d84072378031e10000000a1550b0/content.htm
    The example adds the reference direct to the provider.xml. I don't have that option when I develop the library as a DC.
    It seems that while EAR file DC's allow the adding of runtime library references via the application-j2ee.xml file, it seems that is not possible for J2EE library DCs.
    Specifically, I'm trying to get the follwing entry into the provider.xml:
    <references>
      <reference provider-name="sap.com" strength="weak" type="interface">security_api</reference>
    I saw one workaround in the SDN where they suggest to extract the provider.xml from the SDA and manually
    add the references but this isn't really an option in our case.
    Should I be deploying 'normal' EAR files in this case ? Have I overlooked something ?
    thanks
    Michael

    Hi,
    talk about overlooking the obvious . . . The appropriate public part is present in com.sap_SAP-JEE_1.
    Adding that worked.
    Michael

  • How to refer to J2EE library server component from a web service?

    Hi,
    I need help!  I created a web service and it worked fine.  However, I started having problems when I tried to use java classes from my deployable J2EE library server component.  I got the NoClassDefFound error.
    I tried to include the library DC in the Used DC list and put the reference of it in the web service deployment descriptor xml (application.xml and application-j2ee-engine.xml), but it did not work.
    How do I refer and use java classes from my deployable J2EE library at run time from my web service application?  What should I do?
    Thanks,
    Giavinh Pham

    I would like to clarify more about the web service project.  I created a Java DC project and converted it into a web service as the SAP manual instructions.  It worked fine by itself, but I now want to use some of my classes that I deployed as a J2EE library server component. 
    It was compiled and built when I refer to my J2EE library server component DC in the UsedDC.  It was deployed fine as well.  However, it broke when I tested the web service calls.  The class declarations and usage from the J2EE server component could not be found (NoClassDefFound error.) 
    I thought it was because I did not have an application-j2ee-engine.xml in my META-INF folder so I created one and referred to the library in xml as type library and reference 'strong'.  I built and deployed again.  It still did not work. 
    I examined the EAR and noticed that there were two parts of the EAR.  One is the WSAR archive file that contains the META-INF folder from my project and other web service assemblies.  The other part is the META-INF folder generated by the SAP NetWeaver IDE. 
    The strange thing was that SAP NetWeaver IDE generated an application-j2ee-engine.xml without any reference to my J2EE library server component.  However, the nested application-j2ee-engine.xml in the WSAR archive file did contain the info. 
    Since I cannot control the application-j2ee-engine.xml generated by SAP NetWeaver IDE, what should I do?  Is it the cause for my problem?
    Please advice, anyone?
    Giavinh

  • Where do I find (Library/Receipts)?

    Where do I find (Library/Receipts)?

    Interesting question...
    in your user directory:
    HD/Users/#YOURNAMEHERE#/Library/Receipts/
    Why do you need to find it?

  • Where can i get library content for Encore cs6?

    Where can i get library content for Encore cs6?

    CS5-thru-CC PPro/Encore tutorial list http://forums.adobe.com/thread/1448923 has more information at the bottom of the page

  • How to use own J2EE library withon WAR/EAR?

    Hi,
    I've written a servlet within a WAR that uses for example JCo-Conenction. For that. I've added com.sap.mw.jco as "Used DC" in the WAR-Metadata. Additionally, I've added the DC in the EARs application-j2ee-engine.xml
    <reference reference-type="hard">
      <reference-target provider-name="sap.com"
         target-type="library">com.sap.mw.jco</reference-target>
    </reference>
    Everything is fine so far. But now, I want to use a self-created J2EE-Library DC that is deployed on the server.
    I've added it to the WARs "Used DC"s as well and added it to the EARs application-j2ee-engine.xml. But the servlet is not loaded during deploy. It fails with the error "NoClassDefFound: <class i have in my J2EE-Library project>"
    is there anything more to do for self-created J2EE-Libs?
    kr, achim

    Marc,
    I've solved it already. I've added indeed the wrong DC ("libs/servicelibs" instead of "libs/servicelibs_j2ee"). Well, bad naming conventions, it was late and I have the flu...
    Anyway, thanks for supporting me, that all what I did was correct
    kr, achim

  • How to delete a J2EE library from the WAS?

    Hello,
    I have uploaded a J2EE library to the WAS, it can be found at the Admin tool under: Server->Libraries.
    Suppose I don't need these library anymore and I would like to delete it. How do I do it?

    Hi Roy,
    It depends on which server you are asking for, for Netweaver 2004 and 2004s the easiest way to deploy\undeploy components would be via the SDM UI - launch it from \usr\sap\<sid>\<id>\SDM\program\RemoteGui .
    There from the undeployment tab you should see your library, then click the select button, start undeployment and follow the instructions.
    You may check the SDM documentation as well - it should be in a doc directory
    HTH
    Peter

  • Where is the the "Library pop-up menu near the top of the iTunes window."

    Need some some help with music sharing. Where is the "the Library pop-up menu near the top of the iTunes window." ?
    Will this work with a Windows laptop running iTunes?
    /m

    leroydouglas wrote:
    Preview> under View you can open Show the tool bar.
    You may have to drag the image wider in order to see the instant alpha tools etc on the right side.
    There are 2 short cuts:
    shift-command-\   ( same as command-| )
    shift-command-a
    Hi Leroydouglas
    Thank you for your reply.
    leroydouglas wrote:
    Preview> under View you can open Show the tool bar.
    First thing I tried. Made no difference.
    leroydouglas wrote:
    You may have to drag the image wider in order to see the instant alpha tools etc on the right side.
    Interesting point.  As I said, I have done all this of course,. Hence I doubted my interpretation of the Help Page instructions.
    However I find, even now, that when I drag the right edge of the window over to what would be half way across my second screen if it were connected (it is disconnected right now because the monitor has died and I haven't replaced it yet) still all I can get are the options as far right as the crop tool.  That's it.
    There are 2 short cuts:
    shift-command-\   ( same as command-| )
    shift-command-a
    I found them to be -
    shift-command-\ 
    shift-command-a ( same as command-| )
    But, what the heck, who cares? Neither keystroke made any difference.
    Might be a clue though?
    Again, thanks for taking the trouble to reply, Leroy.  Much appreciated my friend.

  • Where does the iPhoto library reside?

    Where does the iPhoto library reside on your hd?  when I go to the search bar above, it shows 2 libraries!  I am about out of hd space so I am hoping that it has been duplicated somehow.  It's about 36GB. =)
    Thanks for your help!
    MK

    By default it's in your Pictures Folder.
    If space is an issue you can move the Library to an external disk:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • HT5271 where do i find /Library/Internet Plug-Ins ?

    where do i find /Library/Internet Plug-Ins ?

    Easiest way, In Finder's Menu, select Go menu>Go to Folder, and go to, (copy & paste the following line)...
    /Library/Internet Plug-Ins/

  • Original Photo Size Lost....Why? Where has my original library gone?

    I have had some problem with my iphoto library. Whilst I have deleted anything, or atleast, nothing appears to be in TRASH, my mac now only shows iphoto libraries that have been created recently.
    These recent libraries though, do include thousands of my original photos, however, they all appear to be a fraction of their original size. Photos are appearing to be around 25KB in size when they were original 1-2MB. This has happened to all photos except the photos i uploaded today. The problem with the pics I uploaded today, is that iphoto is only enabling me to view these when the slider is at the far left - i.e. small thumbnails only. When I pull the slider to the right, hit slideshow, or double click to enlarge on of these new photos, I am simply presented with a large, but blurey, explanation ("!") point.
    I am praying my originally sized photos are not lost? Where is my original library? I am lost and stressed - and desperately hoping someone can assist me.
    Yours in need

    Welcome to the Apple Discussions. First the size of the photos you mentioned, 25KB, appear to be the thumbnails that iPhoto creates when importing into iPhoto. The "!" occurs when iPhoto loses the link to the original file. If you don't see any of the older image files that are greater than 25KB they probably have been deleted. However you can try the following just in case: run the three fixes below in order as needed:
    1 - launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select all options.
    2 - rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: It may take some time to create the new library if you have a lot of photos.
    3 - start over with a new library and import the Originals folder from your original library as follows:
    Creating a new library while preserving the Events from the original library.
    1. Move the existing library folder to the desktop.
    2. Open the library package like this.
    3. Launch iPhoto and, when asked, select the option to create a new library.
    4. Drag the Originals folder from the iPhoto Library on the desktop into the open iPhoto window.
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    If the above doesn't find and restore those missing older image files and you don't have a backup of your library your only recourse is to use a file recover application like SubrosaSoft FileSalvage. It will let you run it in demo mode to determine if it can recover the files you need before you have to purchase.
    In the future you might want to invest in an external HD for backups.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Maybe you are looking for