Missing jar files

Hi All,
I am new to Netweaver. I have downloaded few sample applications from this site.
If any one can help me in getting jar files for the below packages it would be of great help.
com.sap.pct.srv.portaldataviewer_api.jar
com.sap.pct.srv.portaldataviewer_core.jar
com.sap.portal.compatibility50.jco_api.jar
com.sap.portal.compatibility50.jco_core.jar
com.sap.portal.runtime.application.jcoclient_api.jar
com.sap.portal.runtime.application.jcoclient_core.jar
jcoconnection_api.jar
prtconnection.jar
prtjndisupport.jar
prtregistry.jar
If you know atleast one of the path Please let me know.
It would be grateful for you.
And I find from SDN that we can logon to portal system administration->support->portal runtime->etc link.
But I am unable to find out that portal runtime link in portal.
Please let me know.  I have to finish this issue.
Regards,
Subashini.J

Hi,
you can find these files on your portal at location
<b>prtjindisupport.jar & prtregistry[/b are at:
system admin -->support -->portal run time -->browse deployment -->WEB-INF/lib
<b>com.sap.portal.runtime.application.jcoclient_api.jar</b> file is at
system admin -->support -->portal run time -->browse deployment -->/WEB-INF/portal/portalapps/com.sap.portal.runtime.application.jcoclient/lib
<b>
com.sap.portal.runtime.application.jcoclient_core.jar files</b>
system admin -->support -->portal run time -->browse deployment -->WEB-INF/portal/portalapps/com.sap.portal.runtime.application.jcoclient/private/lib
Regards,
Ameya

Similar Messages

  • Error while compiling Web Dynpro program due to missing JAR files

    Hi Experts,
    I am getting error message while compiling Web Dynpro program. The erring lines are as below:
              Message message = new MimeMessage(session);
              try {
                   message.setFrom(new InternetAddress(fromMailId));
                   message.addRecipient(
                        Message.RecipientType.TO,
                        new InternetAddress(toMailId));
                   message.setSubject(mailSubject);
                   message.setText(mailBody);
                   message.setHeader("X-Mailer", "E-Mail");
                   message.setSentDate(new Date());
                   Transport.send(message);
    The error messages are:
    Message.ReceipientType can not be resolved
    The method send(Message) is undefined for the type Transport
    The method setFrom(InternetAddress) is undefined for the type Message
    The method setHeader(String, String) is undefined for the type MessageThe method setSentDate(Date) is undefined for the type Message
    The method setSubject(String) is undefined for the type Message
    The method setText(String) is undefined for the type Message
    Type mismatch: cannot convert from MimeMessage to Message
    Can you please help me in resolving the issue. It seems that some API is missing. I believe if some one can tell me the name of JAR file / API then I will be able to sort out the issue. I will add these JAR file in my program.
    Thanks,
    S

    HI Stuart,
    you are missing the jar files required for sending mail in java
    Installing JavaMail
    You will need the latest version of JavaMail (Version 1.2) available here:
    http://java.sun.com/products/javamail/
    Download and unzip the file, in the newly created top level JavaMail directory you will find a number of jar files,
    these need adding to your classpath.
    To do this in Eclipse, right click on your project in the tree view, select properties, select the libraries tab.
    Now click the 'Add external jars' button, navigate to your JavaMail directory and click on the jars.
    The tutorial also makes use of the Java Activation Framework, which is available here:
    http://java.sun.com/products/javabeans/glasgow/jaf.html
    Instalation of JAF is identical to JavaMail
    activation.jar / mail.jar are 2 distinct names i remember rest you will get above
    P.S: close the question to assist other users narrow the search and find solutions
    Message was edited by:
            Armin Reichert

  • Missing .jar files in the Weblogic Server 6.1 beta

    The files /weblogic/lib/weblogic_sp.jar and /weblogic/lib/poolorb.jar are required
    to be set in the
    classpath, according to the documentation. But they are missing in the downloaded
    version of the server.
    Is there any solution?

    Hi Rajashree,
    weblogic_sp.jar file is for service pack. I am assuming that you installed
    latest version from the download site. the latest one is a bundled version
    of wls6.0 with sp2. we put sp2 with 6.0 together, then you do not see that
    jar file.
    I am confused with poolorb.jar file. do you mean wlepool.jar and wleorb.jar?
    those 2 files are used when you need to make a connection pool to WLE
    server. if you do not use it, you do not need to include it in your
    classpath.
    Thanks
    yu
    Rajashree Desai <[email protected]> wrote in message
    news:3b53ea0c$[email protected]..
    >
    The files /weblogic/lib/weblogic_sp.jar and /weblogic/lib/poolorb.jar arerequired
    to be set in the
    classpath, according to the documentation. But they are missing in thedownloaded
    version of the server.
    Is there any solution?

  • Missing Jar files javax.swing.text.Utilities(printTable)

    Hi Experts,
    please explain which jar files are required for Javax.swing.text.Utilites(printTable()).
    tilities utilities = new Utilities();
         ArrayList al = new ArrayList();
         al.add(IPrivateWOAccCodeView.IWOElement.RQT_NO);
         al.add(IPrivateWOAccCodeView.IWOElement.WO_TITLE);
         al.add(IPrivateWOAccCodeView.IWOElement.RQTR);
         al.add(IPrivateWOAccCodeView.IWOElement.TOT_AMT);
         al.add(IPrivateWOAccCodeView.IWOElement.STATUS);
         al.add(IPrivateWOAccCodeView.IWOElement.PLAN_START_DATE);
         al.add(IPrivateWOAccCodeView.IWOElement.TARGET_END_DATE);
         al.add(IPrivateWOAccCodeView.IWOElement.ACCOUNT_CODE);
         al.add(IPrivateWOAccCodeView.IWOElement.APPLY_AMOUNT);     
         //To print in HTML
         String printURL = (String) utilities.printTable(al,"Work Order Details By Account Code","Work Order Details By Account Code",wdContext.nodeWO()).get("url");
         wdContext.currentContextElement().setPrintURL(printURL);
        //@@end
    Error  in printTable that is method is undefined.
    Regards,
    Smruti
    Edited by: smruti moharana on Jun 20, 2011 8:10 AM

    According to my knowledge, there is no printTable method in javax.swing.text.Utilities class
    What are you trying to achieve?

  • Missing jar file

    Does anyone know what jar file contains oracle.core.ojdl.logging.LoggingConfigurationException?
    Thanks,
    -Dan

    It's in $OC4J_HOME/diagnostics/lib/ojdl.jar.
    --olaf                                                                                                                                                                                                           

  • Want to use writeToClob() but missing jar file

    Using 9i, XMLType, Win2000 and Sparc. Want to convert JDOM to DOM to CLOB to XMLType. Getting error that writeToClob() not found. Think I need xmlparser2.jar. Where can I get this jar? Thanks!

    Please download the XDK for Java at:
    http://otn.oracle.com/tech/xml/xdk_java

  • XMAU 3.0 project export from NWDS missing jar-s???

    Hi experts.
    I would like to modify a standard xMAU3.0 source code. I installed MI sp 21, NWDS + MDK plug-in.
    I imported the xmau 3.0 war file which contain the original source code.
    I can't export the new code, because of there are some missing jar file. I found some in MI directory. (mbscore.jar ;datetimepicker.jar  etc.), but I could not find the mpa.jar. This jar contains the com.sap.mbs.push.... packages
    I cannot rebuild the project and create a new war file without this jar.
    Where can i find this file. Or what would be the problem?
    thanks a lot

    Solved.
    The mau_eclipse.war contain the missing jar file.

  • Imported par file to NWDS, jar file missing. Where find par file structure?

    Hi All,
    We want to implement idle session timeout on the portal.  We found a wiki here on the subject.  In order to implement the solution we need to make adjuestments to com.sap.portal.navigation.masthead.par.bak.  When we import this par file to Netweaver Developer Studio, the libraries and jar files are missing.  So obviously it errors then in portal as files are missing.
    So I could add them manually but I don't know what the file structure is on this par file so don't where to add what.  Does anyone know?
    Also when I export the file after manually adding the missing files, will it export all the files or will it behave the same way as the import and leave out the additional files?
    If anyone could help, I'd really appreciate it,
    Kind regards,
    Liz.

    Hi Bala,
    I thought of that just before you responded and it worked!!  Thanks for the response..
    Regards,
    Liz.

  • "Java-Bean: True" missing after being packed in jar file

    Hi All
    X86, Windows XP Professional, J2SDK 1.4.2
    I complied a section of code ", which is from << Thinking In Java>>(3rd).
    Created a manifest file "BangBean.tmp"
    <<
    Name: bangbean/BangBean.class
    Java-Bean: True
    >>
    And then packed class files into "BangBean.jar" with command
    "jar cfm BangBean.jar Bang BangBean.tmp bangbean".
    It's puzzling that "Java-Bean: Ture" was missing in the "BangBean.jar/META-INF/MENIFEST.MF" .
    <<
    Manifest-Version: 1.0
    Created-By: 1.4.2 (Sun Microsystems Inc.)
    Name: bangbean/BangBean.class
    >>
    What's more, after altering the"BangBean.tmp" into this
    <<
    Java-Bean: True
    Name: bangbean/BangBean.class
    >>
    and had a another try.
    I got a jar file with such MENIFEST.MF.
    <<
    Manifest-Version: 1.0
    Created-By: 1.4.2 (Sun Microsystems Inc.)
    Java-Bean: True
    Name: bangbean/BangBean.class
    >>
    This jar file worked well in BDK's beanbox.
    I've test it with JSDK 1.5.0, the same thing happened.
    And I didn't encounter such problem in other bean programs.
    I've searched " 'Java-Bean: True' missing " with google, but didn't get proper answers.
    Is there anybody who can give a prompt about why this happend?
    Thanks a lot for your help!
    code
    //: bangbean:BangBean.java
    // A graphical Bean.
    package bangbean;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.*;
    import com.bruceeckel.swing.*;
    public class
    BangBean extends JPanel implements Serializable {
    private int xm, ym;
    private int cSize = 20; // Circle size
    private String text = "Bang!";
    private int fontSize = 48;
    private Color tColor = Color.RED;
    private ActionListener actionListener;
    public BangBean() {
    addMouseListener(new ML());
    addMouseMotionListener(new MML());
    public int getCircleSize() { return cSize; }
    public void setCircleSize(int newSize) {
    cSize = newSize;
    public String getBangText() { return text; }
    public void setBangText(String newText) {
    text = newText;
    public int getFontSize() { return fontSize; }
    public void setFontSize(int newSize) {
    fontSize = newSize;
    public Color getTextColor() { return tColor; }
    public void setTextColor(Color newColor) {
    tColor = newColor;
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
    g.setColor(Color.BLACK);
    g.drawOval(xm - cSize/2, ym - cSize/2, cSize, cSize);
    // This is a unicast listener, which is
    // the simplest form of listener management:
    public void addActionListener(ActionListener l)
    throws TooManyListenersException {
    if(actionListener != null)
    throw new TooManyListenersException();
    actionListener = l;
    public void removeActionListener(ActionListener l) {
    actionListener = null;
    class ML extends MouseAdapter {
    public void mousePressed(MouseEvent e) {
    Graphics g = getGraphics();
    g.setColor(tColor);
    g.setFont(
    new Font("TimesRoman", Font.BOLD, fontSize));
    int width = g.getFontMetrics().stringWidth(text);
    g.drawString(text, (getSize().width - width) /2,
    getSize().height/2);
    g.dispose();
    // Call the listener's method:
    if(actionListener != null)
    actionListener.actionPerformed(
    new ActionEvent(BangBean.this,
    ActionEvent.ACTION_PERFORMED, null));
    class MML extends MouseMotionAdapter {
    public void mouseMoved(MouseEvent e) {
    xm = e.getX();
    ym = e.getY();
    repaint();
    public Dimension getPreferredSize() {
    return new Dimension(200, 200);
    } ///:~
    ************************************************

    Since you didn't use code-formatting tags ([ code ] and [ /code ] without the spaces) it's kinda hard to look at it. But I'm sure it DID execute much more than just the return statement - maybe you're not closing a file or db connection, or maybe you're seeing a cached page, so it actually isn't executing ANYTHING on the server (is your browser set to never check for newer pages so it (almost) always returns from cache, for example?)

  • Missing webservices jar files in 9.0.2

    Hi,
    I am trying to deploy webserivces using stateless java class on oc4j version 9.0.2 but i do not have appropriate jar files. Only following jars are installed.
    %OC4J_INSTALL%\j2ee\home\WebServicesAssembler.jar
    %OC4J_INSTALL%\j2ee\home\WebServicesHtmlXmlWizard.jar
    %OC4J_INSTALL%\j2ee\home\wsdl2ejb.jar
    %OC4J_INSTALL%\soap\lib\wsdl.jar
    The environment is windows 2000.
    How can I get appropriate jar files to enable webservices on my installation of oc4j version 9.0.2.0.1
    Thanks
    Salman

    Could you elaborate on what you are missing? On a default OC4J install, downloadable here on OTN, everything is there ... I can point out what you need to locate but am not sure what you see missing or what error messages are leading you to not find classes.
    For example, the soap.jar is normally in the <oc4j_home>\soap\lib\ directory. In the <oc4j_home>\lib and <oc4j_home>\jlib there are also other supporting jars.
    Thanks.
    Mike.

  • Workshop missing WebLogic jar files

    Hello,
    I am new to WebLogic and Workshop (version 8.1.4). We are taking over a production code base from a vendor and have attempted to do a build of the .ear file. The build fails with errors. Looking into this, it appears the IDE does not know about the quoted portion of the following import lines:
    Package com.bea contains no member package or type of this name. “com.bea.wli”
    import com.bea.wli.control.dynamicProperties.DynamicPropertiesDocument.DynamicProperties;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument.EmailControlProperties;
    import com.bea.wli.control.dynamicProperties.FileControlPropertiesDocument;
    Package com.bea contains no member package or type of this name. “com.bea.data”
    import com.bea.data.RawData;
    The vendor stated that the .jar files might be located on the actual licensed WebLogic server? To reduce the time of this effort, could someone tell me the specific .jar files to go after?
    Thank you very much
    Robert

    I should clarify further that the copy of Workshop we are using was pulled down from the archive of BEA downloads. We do not have access to a copy of Workshop as configured by the vendor. Additionally, looking at the *.work file for the Application and comparing the .jar files to my Weblogic (local) install the following are missing:
    ../../../../bea/weblogic81/server/lib/wli.jar;
    ../../../../bea/weblogic81/portal/lib/wps_system.jar;
    ../../../../bea/weblogic81/p13n/lib/p13n_system.jar;
    ../../../../bea/weblogic81/portal/lib/netuix/system/netuix_system.jar;
    My assumption is the issue has to do with the wli.jar above. Can someone tel me where a copy can be obtained?
    thank you,
    Robert

  • Can't launch Visual Admin. - go.jar file is missing

    Hi Guys..
                    I try to launch visual admin directly using go.bat but getting an error that go.jar is missing.
    can I copy it from somewhere.. ?
    Cheers

    go.jar file is executable file, go.bat has reference to this go.jar. Thus, when you click go.bat it basically calling go.jar only
    If you have taken any back earlier try to restore. As you know, VA contains all configuration details specific to your configuration/build so i do not think it's good idea to use some other system's go.jar file.
    -Sekhar

  • Missing com.sap.engine.lib jar file?

    Hi all,
    Please send the com.sap.engine.lib.jar file to me, It's missing in the installation.
    Regards,
    CSP

    Hi Pradeep,
    I think, you can download this from sap service market place.
    Regards
    Kapil

  • 'WebLogic upgrade jar file' assemby missing 11.1.2.1

    Hello all,
    I was going through the Installation guide for installing 11.1.2.1 & found that in the required assemblies for foudation services there is a assembly called 'WebLogic upgrade jar file' mentioned in the tutorial. When i extract the foundation
    files 1-7 I don't see that assembly in that extract. I even extracted the additional content release & i did'nt see that assemby in the folder where i extracted.
    Thanks!

    It is mandatory and yes extract it into the same folder. While they are improving the documentation in this release they did miss a pretty big dependency in the form of the Weblogic software.
    You will want the following packages for a Planning installation:
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2.1.0 for Microsoft Windows (64-bit)
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 1 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 2 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 3 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 4 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 Part 5 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 Part 6 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 Part 7 of 7
    Oracle Hyperion Calculation Manager Release 11.1.2.1.0
    Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition Release 11.1.2.1.0
    Oracle Essbase Release 11.1.2.1.0 Part 1 of 2
    Oracle Essbase Release 11.1.2.1.0 Part 2 of 2 for Microsoft Windows (64-bit)
    Oracle Essbase Clients Release 11.1.2.1.0
    Oracle Essbase Spreadsheet Add-in Release 11.1.2.1.0 for Microsoft Windows
    Oracle Hyperion Financial Reporting, Fusion Edition Release 11.1.2.1.0
    Oracle Hyperion Financial Reporting Studio and Print Server, Fusion Edition Release 11.1.2.1.0 for Microsoft Windows
    Oracle Hyperion Enterprise Performance Management Reporting and Analysis Core Components Release 11.1.2.1.0
    Hyperion Web Analysis Release 11.1.2.1.0
    Oracle Hyperion Planning, Fusion Edition Release 11.1.2.1.0
    Oracle Hyperion Planning, Fusion Edition Offline Planning Module Release 11.1.2.1 for Microsoft Windows
    Oracle Hyperion Financial Close Management Release 11.1.2.1.0
    Oracle Hyperion Enterprise Performance Management System Additional Content Release 11.1.2.1.0
    Regards,
    John A. Booth
    http://www.metavero.com
    Edited by: Jbooth on Apr 28, 2011 5:13 AM - Removed Weblogic specific package from list.

  • Nexus 1000v .jar file missing from Nexus1000v.5.2.1.SV3.1.1

    Hello ALL!
    I am trying to install and configure Nexus 1000v, for the first time and looking to configure the second stage of linking the Nexus 1000v switch to vCenter and from tutorials and white papers say to continue the install using a .jar file. However not seeing this file in the latest release in 1000v zip file.
    I can see this .jar file in the version 4 release and re-downloaded the v5 just incase it was corrupt and from a different machine; no .jar file.
    %windir%\Nexus1000v.5.2.1.SV3.1.1-pkg\Nexus1000v.5.2.1.SV3.1.1.zip\Nexus1000v.5.2.1.SV3.1.1\VSM\Install
    Cant find the white papers for v5, has anything changed?
    HELP!!
    JC

    Check this:
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/5_2_1_s_v_3_1_1/install_upgrade/workflow/nexus_1000v_r_5_2_1_s_v_3_1_1.html
    2-All files for this release can be found here:
    http://www.cisco.com/c/en/us/support/switches/nexus-1000v-switch/model.html
    HTH

Maybe you are looking for

  • Remote folder change and links (was HELP!!! :)  with dreamweaver)

    recently our remote site changed folders - not sure why that happened, but  does this mean all of my links are broken and is there an easy way to update the location of all the links?  i have no clue what i am doing right now, but i dont think it sho

  • Apple tv not on device list

    got the apple tv up and running , but not showing up on device list on itunes?

  • Field Symbol not assign

    hi experts, can you help me on this on. data: dref type ref to data,                      drefc type ref to data. field-symbols: <itab type standard table,                         <ctab> type standard table. create data: dref type standard table of (

  • Managing Video Clips and HD Storage; Psychedelic stripes when iMovie freezs

    I have read the posts on subj, but wanted to clarify the ff: As someone suggested, good idea to save the original clips and just copy/paste them into timeline so that i can edit them as much as I want. Have done so but obviously taking up much space.

  • Scanner glass test not run

    I love my hp 6700 and it has been working fine for approx 1 year.  Today I tried as i do daily to copy a check off the glass and it comes up scanner failure. unable to scan, copy or send fax.  This worked yesterday and we have had no outages or chang