Which jar contains INavigationMimeRepositoryService class

I am reviewing the code to build my own version of a workset map.  I'm missing a jar file.  Does anyone know where I might find the jar file containing
INavigationMimeRepositoryService?
The code in question is
INavigationMimeRepositoryService mimeRepositoryService = (INavigationMimeRepositoryService)PortalRuntime.getRuntimeResources().getService("com.sap.portal.navigation.mimeservice.navigation_mime_repository");
I cannot do a build as the INavigationMimeRepositoryService cannot be resolved.
Regards,
Diane Fuller

Hi,
the jar file in question is com.sap.portal.navigation.api_mimeservice_api.jar
You can find it under portalapps/com.sap.portal.navigation.api_mimeservice/lib/
I recommend the use of the class locator in
nwds:
[http://classlocator.sourceforge.net/]
Best regards,
Avishai Zamir

Similar Messages

  • Can anyone tell me which jar contain weblogic.jws.WLJmsTransport class

    Hi All,
    Can anyone tell me which jar contain weblogic.jws.WLJmsTransport class
    Thanks in advance?

    Hi,
    You can find that in the "*weblogic.jar*", "*wls-api.jar*" and "*wseeclient.jar*" which can be found in the below directory
    Path:
    wlserver_10.3/server/lib/
    Also you can have a look at the below link which shows you how to find any CLASS present inside your file system.
    Topic: Finding Classes using JAR SCANNER
    http://middlewaremagic.com/weblogic/?page_id=241#comment-3621
    Regards,
    Ravish Mody

  • How to deploy a simple .jar (containing Helper classes) in Weblogic?

    Hi,
    I have created multiple .jar files.
    1) MDB.jar containing all my MDB classes.
    2) Bean.jar containing all my Session Bean classes.
    3) Utility.jar containing remaining Helper,utility classes.
    I had deployed MDB.jar, Bean.jar by using Weblogic Console, under 'Deployments'-> 'EJB Module'. How can i deploy Utility.jar ? First of all, do i need to deploy Utility.jar? Only EJB JARs need to be deployed?
    If we do not deploy a non-EJB JARs, how this code will be available and is executed?
    Thanks in advance.

    I'd recommend you deploy these 3 components together in an EAR file. THe utility jar file could go in APP-INF/lib, or you could reference it via manifest class-path entries.
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Which jar file include class - weblogic.utils.UnsyncStringBuffer?

    When I compile my JSP file by using JDeveloper, but I got "Error: java.lang.NoClassDefFoundError: weblogic/utils/UnsyncStringBuffer". I don't know which jar file is including this class file, and where I can get that jar file?
    This is my JSP file header
    <%@page language="java" contentType="text/html;charset=UTF-8"%>
    <%@taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
    <%@taglib uri="netui-tags-html.tld" prefix="netui"%>
    <%@taglib uri="netui-tags-template.tld" prefix="netui-template"%>
    <%@taglib uri="cnt.tld" prefix="cnt" %>
    <%@taglib uri="cnt-util.tld" prefix="cnt-util" %>
    <%@taglib uri="c.tld" prefix="c"%>
    Thanks,
    lucy

    I doubt that a user who hasn't posted in 3+ years is going to wake up and answer you.
    Probably best for you to post your details in a new thread (linking to here if you think it adds value)
    You can always use Tools->Manage Libraries in JDeveloper and type the class name into the search box; it will tell you which libraries have the class.

  • Arrangement of jar containing main class

    Hello all,
    usually it is required, that that jar file (let me call it "main jar"), which contains the main class (by which the application is entered), has to be the first jar in the order of the jar files within <resources> of the jnlp file.
    Now if a patch of the "main jar" is created which doesn't contain the main class, where has this patch jar to be arranged in the jnlp file? Because it is a patch jar, usually it must be arranged in front of this main jar, that it is read before the main jar to load the patched class correctly. On the other hand it is required, that the jar with the main class has to be the first ...
    Therefore again: Where has that patch jar, described, to be arranged?
    Thanks for all good advices.
    Thomas

    The main jar does not need to be first, if you explicitly add the argument main="true":
    <jar href="jar2.jar"/>
    <jar href="jar1patch.jar" />
    <jar href="jar1.jar" main="true"/>
    the first jar is used as main only if there is no jar listed with main="true".
    /Andy

  • Where is jar containing  XMLImporter class is located ?

    Hi all,
    I am trying to use import script to import some custom region to ebs server. But I get exception of class not found.
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/tools/xml/importer/XMLImporter
    Caused by: java.lang.ClassNotFoundException: oracle.jrad.tools.xml.importer.XMLImporter
    I would like to know where is the jar file located ( and exact jar name ) containing the above mentioned classe XMLImporter and others like JPXImporter are located.
    regards

    Hi Kali,
    This the script i used (invoked from JDEV_LOCATION/jdevbin/oaext/bin ... there is no import script in jdevbin/jdev/bin ).
    ./import ../../../jdevhome/jdev/myprojects/xxmy/oracle/apps/per/selfservice/competency/profile/webui/region1.xml -rootdir ../../../jdevhome/jdev/myprojects -username apps -password apps -dbconnection "(description = (address_list = (address = (community =tcp.world)(protocol = tcp)(host =172.16.7.254)(port = 1521)))(connect_data = (sid = VIS)))"
    when run it throws exception
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/tools/xml/importer/XMLImporter
    Caused by: java.lang.ClassNotFoundException: oracle.jrad.tools.xml.importer.XMLImporter
         at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    Could not find the main class: oracle.jrad.tools.xml.importer.XMLImporter. Program will exit.
    Regards
    Edited by: user1459178 on Mar 31, 2011 1:56 AM
    Edited by: user1459178 on Mar 31, 2011 1:57 AM

  • Which jar has ConnectionProperties class file?

    Hi,
    I am trying to connect to the SAP system. I am unable to find the <b>ConnectionProperties class file</b>. It is not there in com.sap.portal.ivs.connectorservice_api jar file.
    Please let me know where this class file is and send me the appropriate jar file.
    I tried going to libraries.zip, but it is not there either.

    Hi Akhilesh,
    There is no such jar file in the installation. I have com.sap.portal.ivs.<b>connectorservice_api.jar</b>. There is a underscore before api. This jar does not have the ConnectionProperties class.
    If you have this jar, please mail me. My ID is <b>[email protected]</b>
    Thanks in advance,
    Regards,
    Madhu

  • Which jar contains this ( com.bea.control.annotations ) package?.

    Hi All,
    I want know jar name of this ( com.bea.control.annotations ) package.
    Thanks,
    Vass Lee

    thanks.
    java -version java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
    Classic VM (build 1.4.1, J2RE 1.4.1 IBM AIX build ca1411ifx-20040810 (141SR3) (JIT enabled: jitc)
    i cant find rt.jar under our 1.4 folder /usr/java14. but there's a rt.jar under our /usr./java131/jre/lib/rt.jar.
    I'm not sure how to tell what command server was sending. it errors at "open" command on multiple ftp servers. the whloe message produced is like this:
    Glub Tech Secure FTP v2.5.9
    Copyright (c) 1999-2006 Glub Tech, Inc.
    java.lang.NullPointerException
    at com.glub.secureftp.bean.d.run(Unknown Source)
    Licensed for non-commercial use.
    ftp> open ftpserver1
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/x509/CertAndKeyGen
    at com.glub.secureftp.bean.SSLFTP.a(Unknown Source)
    at com.glub.secureftp.bean.SSLFTP.<init>(Unknown Source)
    at com.glub.secureftp.bean.SSLFTP.<init>(Unknown Source)
    at com.glub.secureftp.client.cli.t.case(Unknown Source)
    at com.glub.secureftp.client.framework.CommandPlayer.a(Unknown Source)
    at com.glub.secureftp.client.framework.g.a(Unknown Source)
    at com.glub.secureftp.client.framework.g.if(Unknown Source)
    at com.glub.secureftp.client.cli.ak.a(Unknown Source)
    at com.glub.secureftp.client.cli.ak.if(Unknown Source)
    at com.glub.secureftp.client.cli.SecureFTP.<init>(Unknown Source)
    at com.glub.secureftp.client.cli.SecureFTP.main(Unknown Source)
    thanks
    dj

  • Which jar file has WFTaskUpdate.class file ?

    Hi BPEL Champs;
    For TaskList application, we have payload-body.jsp file which has the below <form> element :-
    <form id="PayloadJSPHTML" name="PayloadJSPHTML"
    action="WFTaskUpdate"
    method="post" onSubmit="return validateData(this)">
    I want to know which jar contains the .class file for :-
    oracle.bpel.services.workflow.worklist.servlet.WFTaskUpdate
    Or do anybody knows the location of WFTaskUpdate.java servlet in worklistapp folder ?
    Please do help and co-operate.

    C:\OraBPEL\bpel\system\services\lib\bpm-services.jar contains WFTaskUpdate.class file.

  • Which jar Conains weblogic.jdbc.extensions.WLConnection in Weblogic 10.3

    Hi,
    Thank you in advance for your help.
    I am upgrading my application from weblogic 9.2 to weblogic 10.3. My app uses weblogic.jdbc.extensions.WLConnection. This class is in weblogic.jar of weblogic 9.2. Which jar contains this class in weblogic 10.3?
    Please advise,
    Best Regards.
    John

    It's in the com.bea.core.datasource_1.4.0.0.jar in modules directory.

  • Jar containing com.bea.content.repo.i18n.FileRepoExceptionTextFormatter

    i am getting this error while deploying my application containing ejbs: -
    java.lang.NoClassDefFoundError: Class not found: <b>com.bea.content.repo.i18n.FileRepoExceptionTextFormatter</b>
    Can some on one please tell me which jar contains this class. Thankx.
    Regards,
    Yazad Khambata.;-)

    i got same error,expecting answer。。。。。。

  • How to search for a class to know it is in which Jar file

    Hi Guys,
       Can any tell me how to search a class file. I have a set of Jar files in which the required class file is there. But i don't know in which Jar file the class is. Is there any way to find out.
    Regards,
    Gowtham K.

    Hi Gowtham,
    Please download the Class locator from the following site. This will help to know what you are looking for.
    <b>http://www.alphaworks.ibm.com/tech/jarclassfinder</b>
    <b>http://sourceforge.net/projects/classlocator</b>
    I hope this solves your problem.
    Regards
    Pravesh
    PS: Please consider rewarding points for helpful answer.

  • Find jar file which contains wanted class

    I have too many jar and zip files under my classpath. How could I know which jar or zip file contains the class file I wanted?
    Thanks.

    Maybe this tool will be of interest to you:
    Java Tip 105: Mastering the classpath with JWhich - Identify which class will be loaded in your classpath
    http://www.javaworld.com/javaworld/javatips/jw-javatip105.html?
    Jesper

  • In which jar file SAP NW(EP) connector class available

    hi
    i want to know in which jar file the javaconnector class is available and i'm developing one plugin to connect sap ep to sap km repository to fetch docs from repository. for this i need some java classes so pls help me out from this problem.....
    regards

    Hallo Rupesh,
    you could have a look at the following jars:
    bc.crt_api.jar                               bc.rf.framework_api.jar                      bc.rf.repository.service.serviceacl_api.jar  bc.rf.runtime_api.jar                        bc.sf.framework_api.jar                     
    bc.sf.service.scheduler_api.jar             
    bc.util.private_api.jar                     
    bc.util.public_api.jar
    for repository actions and for Security take these two into account:
    com.sap.security.api.ep5.jar
    com.sap.security.api.jar
    Javadocs for the KM-API, e.g. SPS15:
    https://media.sdn.sap.com/javadocs/NW04/SPS15/km/index.html
    From there you can start and simply search for the class-files within SAP-jars if you need anything else.
    Hope it helps,
    regards
    Christian

  • Which jar file has the class TaskFlowBindingAttributes?

    Hi,
    I'm using JDeveloper version - 11.1.1.6
    I want to know which jar file consists the TaskFlowBindingAttributes class?
    I looked into following location - JDEV_HOME\oracle_common\modules\oracle.adf.controller_11.1.1\ and didn't find this class in jar files located here. (adf-controller.jar, adf-controller-api.jar and adf-controller-rt-common.jar)
    Any inputs would be helpful.
    Thanks
    Ravi

    Hi,
    I found it in ADF 11g R2 documentation - http://docs.oracle.com/cd/E24382_01/web.1112/e16182/taskflows_regions.htm#insertedID10
    I guess this is 11g R2 feature.
    I have a requirement to display the multiple regions dynamically. This feature suits my requirement perfectly, but unfortunately it is not available in 11g R1.
    Can we achieve the similar functionality in 11g R1 through other means?
    Thanks
    Ravi

Maybe you are looking for

  • How can I copy text as-is from the address bar?

    Hi there, I use numerous username/password combinations to log onto an ftp site in the following form: ftp://fairlyShortUsername:[email protected] E.g. ftp://moduleFour:[email protected] Using this method allows me to log straight in because username

  • Need guidance for impdp

    Hi all, I have a situation here. I am a table dump from production which i need to import in the test database. In the production the tables are having some constraints,indexes,triggers etc the test databases also have the triggers,constraints and in

  • Can I create a calendar on my mac to share with students using ipads?

    Students at my school will be using iPads starting this fall. I want to know whether I can create a calendar on my Mac in iCal to share with students using iPads. Would the calendar appear in their iPad Calendar app? Would they be able to make any ch

  • Lost ITunes Music Card

    I sent my nephew a $50 ITunes Music Card for Christmas and the package I sent it in was lost by UPS. (That's what Brown did for me!) Assuming the card was destroyed, not stolen and used, can I get it replaced? And if it was stolen, is there a way of

  • IPad 2 32 Gig Wifi Issues (Non 3G)

    I received an iPad 2 as a gift last spring and a few months ago my Wifi suddenly just stopped picking up the Wifi. It ony picks up maybe one network if you are really close to the router and not even at 3 bars. Literally like face to face and if you