Required jar files to execute WLSTInterpreter.execfile

Hi,
  I am trying to automate Domain creation and deployment of application via script file. I have written the commands in a file called createDomain.py. I would like to execute this script file through java code. What are all the jar files required to be in class path to execute this script. I have included initially weblogic.jar file and later got one another after another while including the required jar files. Looks like there are too many jar files to be included in class path which i am not sure. Is there any simple way of executing this script file from java code.
Below is the code to execute the script file:
WLSTInterpreter interpreter = new WLSTInterpreter();
interpreter.execfile("/home/user0/createMNDomain90.py");
Another question is whats the best way to automate execution of this file.

if you execute the setWLSEnv.sh you can see the CLASSPATH settings, for Example:
[oracle@vSLLGM132 ~]$ source setWLSEnv.sh
CLASSPATH=/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:
PATH=/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/11.2.0/dbhome_se/bin:/opt/oracle/product/11.2.0/dbhome_se/OPatch:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/opt/oracle/bin:/opt/oracle/bin
You can copy and paste the CLASSPATH to your program.

Similar Messages

  • Scheduling Jar files to execute

    Hey Everyone!
    Help Please!
    Im needing to schedule one of my jar files to execute late at night,when no one is around! The jar file works perfectly, but when scheduled does not run,I have tried using various schedulers and none of them execute the jar file at the scheduled time, it doesnt even start up the JRE,it just gives an error msg that it could not start!I have tried with various jar files and various schedulers!
    I dont want to use Java's timer, I want to be able to schedule it using something like win98 scheduler!So that my clients can schedule it for anytime they want to,at that level of ease!And I dont want a thread running in the background 24-7!
    Is this a bug in java,or am i missing out on something here???
    Thanks guys!
    Justin

    I schedule all my java *.jar program through a batch file. For example, if you have a program HelloWorld.jar in c:\test directory. I would create a HelloWorld.bat file such as:
    c:
    cd c:\test
    java -jar HelloWorld.jar
    exit
    Then, I will schedule my HelloWorld.bat to run at anytime I like.
    This works for me on all my scheduled java progarms.

  • Double click on JAR file to execute it.... How???

    Hello,
    I wrote a standalone java application, and im wondering how to put a shortcut on my desktop to run the application without having to go into the command prompt to type "java -jar MyProgram.jar".
    I want to be able to just double click on it and have it run. Is there a way to do this?

    Here is how I did it:
    Just install the JDK/JRE and then make a shortcut to the jar file you want to execute. When you install the jre jar's are registered and all you need do is double click them. I've done this in windows 95, 98, Me, NT, and Win2000.

  • What are the required jar files for servlets compilation?

    hello all,
    which jar files are required to compile a servlet class.I am using Tomcat 5.5 version and my deployment folder is in tomcat's webapps folder.
    already i have servlets-api,jar,but i got several errors while i compile my servlet program.
    do i need to set path and classpath also? if yes, tell me how?
    can any one help me.
    errors are-
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\sample\WEB-INF\classes>javac *.java
    GetData.java:2: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    GetData.java:3: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    GetData.java:6: cannot find symbol
    symbol: class HttpServlet
    public class GetData extends HttpServlet {
    ^
    GetData.java:8: cannot find symbol
    symbol : class HttpServletRequest
    location: class GetData
    public void doGet(HttpServletRequest request, HttpServletResponse response) thr
    ows ServletException, IOException{
    ^
    GetData.java:8: cannot find symbol
    symbol : class HttpServletResponse
    location: class GetData
    public void doGet(HttpServletRequest request, HttpServletResponse response) thr
    ows ServletException, IOException{
    ^
    GetData.java:8: cannot find symbol
    symbol : class ServletException
    location: class GetData
    public void doGet(HttpServletRequest request, HttpServletResponse response) thr
    ows ServletException, IOException{
    ^
    6 errors
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\sample\WEB-INF\classes>

    I think you did not set the path and the classpath...
    set the path to jdk bin folder
    set PATH=c:\program files\java\jdk1.x\bin;
    also set classpath to servlets-api.jar
    set CLASSPATH=C:\program files\ ..... \servlets-api.jar

  • Jar file not executing on double-click

    Hello,
    I have a .jar file that I would really like to execute using a double-click in win xp.
    I can execute the jar file witha java -jar command on the command prompt and the program runs but when double-clicking i get the error: cannot find the main class: program will exit
    I had win rar installed on my computer which changed itself to the default app to open jar files.
    So this is what I've tried
    I tried modifying the registry command to run java -jar, javaw -jar but they don't work.
    I have created several manifest.mf files with this in them
    Manifest-Version: 1.0
    Created-By: 1.4.2_07 (Sun Microsystems Inc.)
    Main-Class: MyClass
    I know that a carraige return needs to be at the end though I don't know really how to check for it (I assume its there because I have a few extra lines after the last text peice). I've read through some other threads but nothing seems to work. It's getting really annoying always having to go through the runline. Thanks for the help.

    I don't understand why Netbeans has such a hard time creating working jar's for applications. This is the second time I've written an application that just will not work when trying to execute using the jar. The last time this happened I used Eclipse and imported everything (including the layout) and Eclipse got it working the first time.
    This time, I thought I'd go back to Netbeans since they released a newer version 4.0 (I haven't gone to 4.1 yet). Apparently nothing has changed as my application, once again will not run from the jar. What's the deal with Netbeans?
    I think I'll, once again bring my project into Eclipse and have that make the jar.
    Kurt

  • Extract contents of a .Jar file or executable jar file

    I have an executable Jar file.. Is there anyway that I can see the contents of this file.. the code in it..
    I have read some tutorials on how to extract .jar files but the question is where do i execute these commands.. is it on the command window or somewhere else.
    Can anyone help me plz????????

    but the question is where do i execute
    these commands.. is it on the command window or
    somewhere else.
    If you're using windows OS, you can do execute the
    command in dos promt
    and if you're using linux, you execute it in the
    Terminal/Console or double click on the file name in
    the
    Knoqueror, you can see the contents.Konqueror file manager,you can see the contents.

  • Make "jar" files true executables: allow to pass in params in manifest!!

    Right now a jar file's manifest can have a "main-class" which makes the jar truly executable - you can double-click it. The problem is, if you need environment variables, there is no way to pass them in to your main-class' "args."
    So why don't we make it so when the jar's manifest is read, that in addition to "main-class" you can have "main-args"?
    That would mean everyone would no longer need to bundle java apps with ".exe" or ".bat" or ".sh" files!!! We could have truly Java applications, that are executables!!!
    Just package them in a jar, have a main class and the args for it!!
    what does everyone think?

    Right now a jar file's manifest can have a
    "main-class" which makes the jar truly executable -
    you can double-click it. The problem is, if you need
    environment variables, there is no way to pass them in
    to your main-class' "args."
    So why don't we make it so when the jar's manifest is
    read, that in addition to "main-class" you can have
    "main-args"?
    That would mean everyone would no longer need to
    bundle java apps with ".exe" or ".bat" or ".sh"
    files!!! We could have truly Java applications, that
    are executables!!!
    Just package them in a jar, have a main class and the
    args for it!!
    what does everyone think?OK, in reading the conversation I realize you need to be more specific. You are interested in passing parameters to the JVM, not to your application. Is this correct?
    If so, I understand what you are looking for. But this is handled by the system properties class. If you have some JVM parameter you need to set from the command line, besides memory and other USER ONLY parameters, they should be set by system properties. If they don't show up in system properties, then you need to request that they do.
    A jar file is already a cross platform executable of sorts. Why do you think its not?

  • Required jar files in using jboss Schedular

    if i have to use org.jboss.varia.schedular.Schedulable
    what are the jar files that need to be added in my class path
    thank you

    Neetu,
    You will need to deploy the classes.zip file using the SDM. More details on how to configure the JDBC adapter can be found at
    How to Install and Configure JDBC adapter
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10

  • Required Jar Files

    HI,
    In which jar file, I can get the following classes.
    1. com.crystaldecisions.sdk.occa.report.application.ReportClientDocument
    2. com.crystaldecisions.report.web.viewer.CrystalReportViewer
    Thanks & Regards,
    Molay Dutta

    Hi Molay,
    As you are trying to access a .rpt report that is stored on your file system rather than on the enterprise, you need to use unmanaged RAS.
    You can refer to the developer guide at:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    Also, you can download the RAS java SDK's sample codes from the given link:
    http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/f0aea666-5384-2b10-ffb0-a6facef1d5e5 [original link is broken]
    Try to run one of the relative sample at your end. This might help you to understand the issue in a better way.
    Also, following is the procedure to run a web app to view a report using unmanaged RAS:
    1.  For that you need to create a web application in java and need to deploy into your Tomcat webapps folder.
    2.  When you are using SDKu2019s then you have to include the Jars files present in the Business Objects folder.
    3.  Also if you are using the SDK in business Objects then you have to include the Jars files available in the Business Objects        installation folder:   Program FilesBusiness Objectscommon4.0javalib
    Here is the Structure of the application BO Enterprise environment in Windows:
    1. In the WAR file's WEB-INF folder, create a lib folder.
    2. Copy the Enterprise XI Java SDK JAR files from the appropriate location below to the WAR file's WEB-INFlib folder:
    <BO Installation folder>Program FilesCommon FilesBusiness Objects4.0javalib
    3. Copy the log4j.jar file from the appropriate location below to the WAR file's WEB-INFlib folder:
    ...Program FilesCommon FilesBusiness Objects4.0javalibexternal
    4. Copy the entire crystalreportviewers12 folder from the appropriate location below to the WAR file's root folder.
    ...Program FilesCommon FilesBusiness Objects4.0
    5. Open the web.xml file located in the WAR file's WEB-INF folder.
    6. Specify the location of the utility files used by the report viewers contained in the crystalreportviewers12 folder by inserting the following code below the <display-name> and <description> tags but within the <webapp> tag definition:
    <!-- Context Param -->
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>crystalreportviewers12</param-value>
    </context-param>
    <!-- Context Param End -->
    7. Deploy the WAR file to your J2EE application server.
    Regards,
    Anchal

  • Cant get JAR file to execute

    I'm developing an application in using JDK 1.2.1 and Borland/Inprise's JBuilder Professional version 3.0 (the OS is MS windows 98).
    My program is an application , not an applet.
    My program runs OK from the jbuilder development environment, but now I want it standalone , as a .JAR file. Using jbuilders deployment wizard, I've created a .JAR file for my program ("untitled2.jar).
    It includes a manifest.
    I set up a test subdirectory c:\test and copied all the files from c:\program files\javasoft\jre\1.2\bin (which includes java.exe and javaw.exe). I then copied untitled2.jar to c:\test
    I've looked in books & searched on the web site and I've tried various permutations of the syntax. For example I tried :
    java -jar -cp c:\test untitled2.jar
    but get the error message:
    "Failed to load Main-Class manifest attribute from untitled2.jar"
    Have I just got the syntax wrong or am I missing something else?
    Also do I understand right that JRE.EXE has been replaced with JAVA.EXE (and JREW.EXE with JAVAW.EXE) ?
    thanks in advance for any help
    Mike

    Thanks for the replies. I tried what you said :
    I've replaced "untitled2.jar" with "loofabtest.jar" (actual name of the program)
    The program is 2 java source files (loofabtest.java and frame1.java) , the main file is contained in
    public class loofabtest within in loofabtest.java. The JAR file created is called loofabtest.jar
    As I said previously the program runs OK from within jbuilder. All files & class names are lower case.
    I used winzip (version 7.0) to open loofabtest.jar.
    When I open loofabtest.jar there is a file called Manifest.mf with a path:
    meta-inf\
    when I open that there is NO line
    Main-Class: my.main or similar
    So I edit the Manifest.mf file & added a line :
    Main-Class: loofabtest
    Query 1: is this syntax right or should the line read: Main-Class: loofabtest.class
    after editing the file , when I save it I get an overwrite option , if I say no , I end up with 2 manifest files (which I think wont work) If I yes to overwrite , the file loses the
    meta-inf\     
    path (i.e. there is no path)
    I tried editing the manifest in jbuilder , but with no luck (jbuilder autogenerates the manifest)
    I also tried extracting all the files in the JAR , editing the manifest , then rearchiving them. I get the error message
    java.io.IOException: invalid manifest format
    at java.util.jar.Manifest.read(Compiled Code)
    at java.util.jar.Manifest.<init>(Manifest.java:55)
    at sun.tools.jar.Main.run(Main.java:87)
    at sun.tools.jar.Main.main(Main.java:760)
    Query 2 : Is there an easy way to edit the manifest file to add the line needed and keep the meta-inf\ path?

  • Required jar files for using jdbc adapter

    Hi all,
    I have an XI scenario in which i need to send a msg from XI to Oracle 8.0 server.
    For this i am using the JDBC adapter.
    Can anybody pls tell me which are the jar files needed for doing so.
    Thanks in advance.
    Regards
    Neetu

    Neetu,
    You will need to deploy the classes.zip file using the SDM. More details on how to configure the JDBC adapter can be found at
    How to Install and Configure JDBC adapter
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10

  • Require Jar files

    Hi, i need the following jar files:
    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
    prtjndisupport.jar
    prtregistry.jar
    Can anyone tell me where to find them?
    Regards,
    Padmalatha.K

    Hi,
    you could get those files at
    <b>prtjindisupport.jar &  prtregistry files are at :</b>
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\lib
    <b>com.sap.portal.runtime.application.jcoclient_api.jar & com.sap.portal.runtime.application.jcoclient_core.jar files are at :</b>
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal.runtime.application.jcoclient\lib

  • Jar files required to read excel file in SAP PI 7.3.1 sp09 dualstack

    Hi experts,
    I need to read excel file (.xls) using SAP PI and process it to target system. I have read blogs
    and found that there are 2 ways to read an excel file in PI using file adapter.
    1) Developing a custom adapter module
    2) Using XSLT code.
    So in order to develop a custom adapter module, i have followed the following blogs
    **************** - XI - Step-by-step guide to develop Adapter Module to read Excel file
    and
    Excel Files - How to handle them in SAP XI/PI (The Alternatives)
    and
    http://wiki.scn.sap.com/wiki/display/ABAP/Adapter+Module+To+Read+Excel+File+with+Multiple+Rows+and+Multiple+Columns
    I am unable to find the jar files in SAP PI at OS level as per the first blog(think they were obsolete).
    Please let me know
    1) What are the required jar files needed to read excel file and their location
    2) Even if i use the old jar files as mentioned in the first blog can i achieve my requirement
    3) Following this blog Convert incoming XML to Excel or Excel XML – Part 1 - XSLT Way if i apply the same logic at sender side, will it work? Because through case studies i came to know that we cannot read a .xls file using XSLT code. Correct me if i am wrong.
    Looking for your valuable suggestions.
    Regards
    Shilpa

    Hi Shilpa
    Welcome to SCN!
    The blog you refered to might be for previous versions of PI. You can refer to the following two wikis to find out what are the relevant JAR files for PI 7.3 and also how to get them.
    XI libraries for development - Process Integration - SCN Wiki
    Where to get the libraries for XI development - Process Integration - SCN Wiki
    It also looks like for newer versions, you might not need to manually get and add those JAR files into your NWDS project - please refer to the first comment on the blog below. I have not tried it personally as I'm not using the latest NWDS, but you can try that first, and if it does not work, then go get them manually.
    PI 7.4 - Adapter Module Creation using EJB 3.0
    Do note that you should be using the JAR files that is corresponding to your PI server version.
    As for your third question, that does not apply to you. XLS is the older non-XML format, and therefore cannot be read by XLST since it is in binary format.
    Rgds
    Eng Swee

  • JAR files required for Portal Application

    Hi Experts
    I am currently migrating my custom Masthead application from NW 7.0 to NW 7.3. However, when I migrated the PAR into EAR using migration tool from Portal and imported this EAR file into NWDS7.3, the JSP pages in it shows error. Also when this EAR is directly deployed on the NW 7.3 system, it gives Portal Runtime exception.
    <%@ page import = "com.sapportals.portal.prt.session.IUserContext" %>
    <%@ page import = "com.sapportals.portal.prt.component.*" %>
    <%@ page import = "com.sapportals.portal.prt.service.laf.*" %>
    <%@ page import = "com.sap.security.api.*" %>
    <%@ page import = "com.sapportals.portal.prt.service.license.ILicenseService"%>
    <%@ page import = "com.sapportals.admin.wizardframework.util.ILocaleListService"%>
    <%@ page import = "com.sapportals.portal.navigation.*" %>
    <%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %>
    <%@ page import = "com.sapportals.portal.prt.util.StringUtils" %>
    <%@ taglib uri="prt:taglib:tlframework" prefix="frm" %>
    The errors shown in the JSP page are due to missing JARs. But I am having trouble in locating the required JAR files on the server. Can anybody tell about which all JARs are required and where i can find them??
    Also the imported Framework library is not accessible in the application thus there is error "Can not find the tag library descriptor for "prt:taglib:tlframework"".
    Can anybody tell me what i am missing here??
    Regards,
    Deepak

    Hi Deepak,
    Can you tell me which JAR files you added to resolve build time errors.
    I am facing the following errors after importing Std masthead from portal7.3.
    Can not find the tag library descriptor for "prt:taglib:tlframework"
    Can not find the tag library descriptor for "prt:taglib:tlhtmlb"
    componentRequest cannot be resolved
    ILocalesListService cannot be resolved
    ILocalesListService cannot be resolved to a type
    noBtn cannot be resolved
    Syntax error on token "}", delete this token
    Syntax error, insert "}" to complete Statement
    The import com.sap.portal.core cannot be resolved
    The method enableCloseAll() is undefined for the type NavigationEventsHelperService
    The method getDynamic(String, null) is undefined for the type IUMParameters
    The method getDynamic(String, String) is undefined for the type IUMParameters
    yesBtn cannot be resolved
    Please give your mail Id if possible.
    Regards,
    Sumangala

  • Which jar files required

    Hi
    i am trying to import
    import com.sap.ip.portal.service.ume.IUserManagementEngine;
    what is the jar file to import this.
    i used already htmlb.jar, html_api.jar,sapjco.jar files
    Thanks and Regards
    kumar

    Hi Kumar,
        The required jar file is
    <b>com.sap.portal.usermanagementapi.jar</b>
    You can easily find the required jar using the Jar Finder. Please check this blog
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2951">JAR Finder</a>
    Hope it helps.
    Regards,
    Saravanan

Maybe you are looking for

  • Pulling data Information from Financial reports- Balance Sheet

    Hi, Our users have generated Balance Sheet reports  in Oracle 11.5.10 and want to know how Finished Goods data is pulled into the Balance sheet. Could anyone guide me as to how I could find this information? Thanks in advance, Vasu

  • IBook won't completely start

    I've had my G4 iBook now for about 4 years. I really haven't had much problems with it until yesterday. I was prompted to update my software (iTunes, Safari, and a security update), which I did, and then was told I needed to restart my computer. Well

  • Best file format for iMovie when transferring standard 8 to DVD for use under iMovie.

    I have some old Standard 8 cine film which I want transfered to DVD or CD so I can edit under iMovie. What file format should I ask for i.e. .avi etc, Should I get them onto DVD or CD. Does anyone know a reliable transfer companies ? I have Mac OS X

  • 3G not found by iTunes, but 3Gs is

    I've owned an iPhone 3G for some time, and hardly ever syncd it, but up until recently, I wanted to, and found that iTunes running on my home-built Windows 7 64-bit PC wasn't "seeing" the phone. When I plugged the phone in, iTunes would freeze for se

  • Web selections keep appearing

    Hi BW team, I have a query and a view based on query and a web template based on view. Earlier to my changes today , the web selection screen consists of caldate and calweek..the users asked me to remove these as they do not make selections on these.