Plz help....JAR file needed.......

Hi Friends,
I want to use the IUrlGeneratorService and IPortalUrlGenerator classes for a URL generation task. But I cannot find the JAR file having these classes. I tried finding com.sap.portal.appintegrator.sap.bwc_api.jar in my eclipse/plugins but could not find it.
Where can I find this JAR, or any other JAR having the files I need?
Plz help.

Hi,
You can find jar files from this link also
<a href="http://www.alphaworks.ibm.com/aw.nsf/reqs/jarclassfinder">Jar Files</a>
And check in your portalapps folder the name of the jar file for urlgenerator is bc.rf.global.service.urlgenerator_api.jar.
Regards,
Venkatesh.K.

Similar Messages

  • List of .jar file need to add in web application by using eclipse europa?

    hi
    what are the list of .jar file need to be added in web application which use the ide of Eclipse Europa?

    Depends on the application requirements. For a basic JSP/Servlet application just integrate Tomcat in Eclipse and assign it as application server to your web project, then you don't need to add anything. If you for example need JSF, then you should add its JAR's to the classpath of the web project, which is by default /WEB-INF/lib.

  • Gifs placed in a jar file. need help getting them.

    I have placed all the gif files in a jar file.
    added the gif.jar to the project in the required libraries of project properties.
    In the toolbar class I gave this.
    JButton btnNew = new JButton(new ImageIcon("new.gif"));
    and was expecting it to show the icon but I didn't get it?
    Can I place the gifs in a jar file.
    What else can I change/check to see the icons?
    Thanks.

    They are in the same path in the jar file that they were when they were on your disk in the file system. Lets say you have a dir structure
    C:\dir1\dir2\dir3\dir4\file.txt
    and you cd to dir2:
    cd \dir1\dir2
    then you jar dir3:
    jar cvf jar.jar dir3/*.*
    the path to file.txt would still be /dir3/dir4/file.txt inside the jar file.
    do a jar tvf jarfile.jar and take a look.

  • What are the jar files needed for HTMMLB?

    Hi,
    I have imported a HTMLB comp par file into my NWDS.
    it is showing me some errors like com.sapportals.htmlb cannot be resolved...what may be the prob...do i need to import any jar files regarding this.
    Plz help..
    Thanks,
    Viswes

    Hi,
    Please see this helpful link
    New Reference for Portal APIs
    Ramganesan Karuppaiyah

  • Jar files need for Custom connector API app

    hi all,
    I am doing an application regarding "Custom connector API", for doing the application I need "jdom,rome-0.6" jar files. kindly send these jar files it will be helpful to me. To do such custom connector API application any plugins must be added to  it, if so please let me know???
    thanks in advance,
    Aravind.

    Hi,
    You can find the jdom.jar file from the plugins/com.sap.km.rfwirad_7.1.5/lib/jdom.jar.
    If you add classlocator to your studio you can find the required jar file for your imported classes very easily. To add the classlocator to your studio go to the below blog
    Using JAR Class Finder
    Regards
    Suresh

  • Does driver jar file needs to be extracted before giving java command?

    I wrote a JDBC program, where it will pull the data from Sybase and Push into Oracle. That program is working fine in Eclipse IDE. But when i tried to make it make it work from the command program, by giving javac and java commands..., it didnt work.
    Finally i realised that, it is working when i extract the driver jar files (sybase and Oracle, ojdbc.jar and jconn3.jar ) using jar xvf utility.
    Do we need to do that? or is there any smart way that we can just mention the drivers path and make it work?
    For your information, i set the CLASSPATH and JDBC_HOME to the driver location.
    Please help me out
    Thank You
    Viswa

    Hi Balu,
    Could you please check this?
    umi-c005-m3:~/TestRem2CCM/SampleProgram 179> ls -l
    total 928
    -rwxrwxrwx 1 500 500 465869 Sep 30 2005 jconn3.jar
    drwxrwxrwx 2 500 500 4096 Jun 5 11:45 psae
    umi-c005-m3:~/TestRem2CCM/SampleProgram 180> ls -l psae/
    total 96
    -rwxrwxrwx 1 ramavi11 500 3251 Jun 5 11:27 DataModel.class
    -rwxrwxrwx 1 500 500 3564 Jun 5 11:26 DataModel.java~
    -rwxrwxrwx 1 500 500 3564 Jun 5 11:27 DataModel.java
    -rwxrwxrwx 1 ramavi11 500 8358 Jun 5 11:27 DataTransfer.class
    -rw-rw-rw- 1 500 500 11126 Jun 5 11:25 DataTransfer.java~
    -rwxrwxrwx 1 500 500 11127 Jun 5 11:45 DataTransfer.java
    umi-c005-m3:~/TestRem2CCM/SampleProgram 181> java -cp . psae/DataTransfer
    Before Try
    Inside Try
    *********Sybase Connection Failed*************
    java.lang.ClassNotFoundException: com.sybase.jdbc3.jdbc.SybDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at psae.DataTransfer.getSybaseDataList(DataTransfer.java:191)
    at psae.DataTransfer.main(DataTransfer.java:19)
    Data NOT available from MMS query
    umi-c005-m3:~/TestRem2CCM/SampleProgram 182> java -cp . psae.DataTransfer
    Before Try
    Inside Try
    *********Sybase Connection Failed*************
    java.lang.ClassNotFoundException: com.sybase.jdbc3.jdbc.SybDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at psae.DataTransfer.getSybaseDataList(DataTransfer.java:191)
    at psae.DataTransfer.main(DataTransfer.java:19)
    Data NOT available from MMS query
    umi-c005-m3:~/TestRem2CCM/SampleProgram 183>

  • JAR files needed ?

    I am trying to create a Dynamic Web Project in Eclipse exactly as Portal Project in Workshop, I am trying to find what are the JAR files we needed,
    Can any one point me to any resources where i can look into it,
    Thanks
    JD

    Hi,
    Use IBM class loader plug-in for Eclipse to find the required jar files by specifying the package name or class name. This will help you to avoid including files, which are not required.
    Regards,
    Bhavani Prasad

  • Quick Question **PLEASE HELP** .jar file?

    Hey everyone, im pretty new to the java scene but I have a really quick question that hopefully someone can help me with.
    I'm really interested in making a .jar file out of my code. And basically I just want to make one. but i understand there are certain things like main class's, etc. that need to be made in order to make a .jar file.
    So basically Say I opened up a new project in blueJ. I made 1 new class called "main." Inside of it I had nothing for conductors and no variables declaired untill the bottom part where i write my code.
    say i write...
    System.out.println("hello");
    and that is it.
    What steps from there do i do to make a jar file and have it be able to be executed and SEE the "hello" printed somewhere NOT in blueJ??
    (I understand there is something about a "static" method? Im not really sure but if somoene could enlighten me on how to make a .jar file that would be great.)
    Thanks a lot everyone!
    Tom

    I don't know anything about BlueJ, but this section of Sun's tutorial explains how to
    write a program that outputs a single line of text to the console:
    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html
    Deploying an application as an executable .jar file is covered here:
    http://java.sun.com/docs/books/tutorial/deployment/jar/index.html
    The first two sections - "Using JAR Files: The Basics" and "Working with Manifest
    Files: The Basics" - contain the information you need to understand this process.

  • Java Access Helper Jar file problem

    I just downloaded Java Access Helper zip file, and unzipped, and run the following command in UNIX
    % java -jar jaccesshelper.jar -install
    I get the following error message, and the installation stopped.
    Exception in thread "main" java.lang.NumberFormatException: Empty version string
    at java.lang.Package.isCompatibleWith(Package.java:206)
    at jaccesshelper.main.JAccessHelperApp.checkJavaVersion(JAccessHelperApp.java:1156)
    at jaccesshelper.main.JAccessHelperApp.instanceMain(JAccessHelperApp.java:159)
    at JAccessHelper.main(JAccessHelper.java:39)
    If I try to run the jar file, I get the same error message.
    Does anyone know how I can fix this?
    Thanks

    Cross-posted, to waste yours and my time...
    http://forum.java.sun.com/thread.jsp?thread=552805&forum=54&message=2704318

  • The jar files needed to use MQ Sonique driver

    Hi,
    I am using the Sun JMS adapter
    and the driver  is Sonique MQ Series
    can I know what jar files are needed to make the set up
    in to the XI server?
    Thanks & Regards
    Ranjit

    Hi,
    Add sonic_Client.jar.
    Regards,
    sudheer.

  • Jar files needed for XML in Java 1.3.1

    Hi there
    I was wondering if someone could help. I'm getting the following error. I think it is because I have not included the correct Jar file for using TransformerFactory. I am using java 1.3.1 and was wondering what jar files I must add to be able to perform this function.
    My error was
    No transaction log files are waiting to be archived.
    javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xa
    lan.processor.TransformerFactoryImpl not found
    at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
    at com.attix5.backup5.plugin.domino.DominoLogXML.writeXML(DominoLogXML.j
    ava:179)
    at com.attix5.backup5.plugin.domino.DominoIncrementalBackup.backupIncrem
    entalDomino(DominoIncrementalBackup.java:186)
    at com.attix5.backup5.plugin.domino.DominoPlugin.handleBackupStart(Domin
    oPlugin.java:240)
    at com.attix5.backup5.plugin.domino.DominoPlugin.progressEvent(DominoPlu
    gin.java:277)
    at com.letsbackup.fileutils.BackupProcessor.a(Unknown Source)
    at com.letsbackup.fileutils.BackupProcessor.h(Unknown Source)
    at com.letsbackup.fileutils.BackupProcessor.c(Unknown Source)
    at com.letsbackup.fileutils.BackupProcessor.run(Unknown Source)

    download the XML pack and add the JAXP jars in your classpath: http://java.sun.com/xml/downloads/javaxmlpack.html

  • JSDK.JAR file needed - can't find it on JDEV30

    Hi to ALL,
    Can't find jsdk.jar file on JDeveloper 3.0\LIB.
    Is anyone has JSDK.JAR file? and good enough to send it to my email. As I'm practising the acmevideo sample on JDeveloper 3.0 on Oracle8i.
    Thank you so much.

    Did you read this:
    http://helpx.adobe.com/creative-cloud/help/install-apps.html

  • ADF faces jar files needed (urgent)

    Hi,
    I have downloaded one sample adf faces application from oracle site, but it does not have the jar files. They are saying that you can download the neccassary jar files from the Oracle Technology Network (OTN) Web site as a .zip archive that contains the tag libraries, documentation, and a Web application example.
    But i was not able to locate the specified zip file in OTN web site. If someone knows please tell me from where should i download the specfied jar file.
    I have downloaded the sample appl from the following link..
    http://www.oracle.com/technology/pub/articles/cioroianu_jsfadf_v4.html
    Thanks in advance..
    Regards,
    Saravanam

    Hi,
    This is a very old how-to that was released during JDeveloper preview. If you go to otn.oracle.com/proucts/jdev --> JSF then you can find the download reference.
    The newer - production class - ADF Faces jar files are not for download separately but are part of Oracle JDeveloper and available in its jlib directory. So you could go download JDeveloper and get adf-faces.jar
    Frank

  • Big .jar File - need a loading/info screen

    Hi,
    my problem is that my midlet takes too long to run, because the jar file is quite big (1,5mb) and has a lot of txt files (around 6.500).
    Now you might wonder why i have a lot of files in my jar.
    I have a book which is devided into verse. The user search for a particular verse. It takes too long if I have to open a big file and then display a verse, so i made a txt file for each verse which is faster, because the midlet just has to open the little file which contains the verse.
    Because of the amount of txt files it takes some time until my midlet starts.
    I wanted to ask where there is way to at least tell the user that my midlet is going to start, but that it will take a little bit.
    I cannot put this file into the same jar, since loading the jar takes the time.
    Is there a way to make a loading info and then open my jar file, which contains the real midlet?
    My midlet takes around 45 seconds to open( on my mobile phone), and until then there is no sign whether the midlet is going to start or not. If I do not inform the User, he might think that my midlet won't work and he would press other buttons (like the cancel button).

    I think there is no way because :
    - if you put it into your jar, it has to be loaded ...
    - if you put it outside your jar (JSR 75), the class code has to be executed and so your jar has to be loaded
    - everything you will try to execute an application that lauch this one would be weird stuff ...
    - note that it sould work on an emulator, but most phones have a jar size limit that is only a few hundreds ko
    Regards.

  • Jar file needed

    What jar file should in import for "org.gjt.mm.mysql.Driver" connecting to mysql. From where can i download it,
    Thanks and Regards,
    Mclaren

    Google should be your friend
    http://mmmysql.sourceforge.net/

Maybe you are looking for

  • Wireless Mouse - Can I add a 'right-click' script of my own?

    Hi, Couldn't see a forum for wireless hardware. On my mouse I would like the right-click' menu to have a 'mail-to' option as I use it a lot. How can I add this functionality?

  • Triggers to update one column on 3 tables

    hi, I've three tables: TABLE TN: COD_ID.........VARCHAR2(32) primary key NAME...........VARCHAR2(64) NOT NULL COD_ID..............NAME A12.................AT32 A13.................AT33 A14.................AT35 A30.................AT32 TABLE TM: ID_X.

  • Error when trying to run report

    Post Author: codyj CA Forum: Publishing I created a report (based on an Oracle database, connecting via ODBC) in CRXI Developer and it runs just fine. When I post it to our BO servers (one is 10, the other XI), I get the following error: The database

  • Illustrator crashes - help

    Adobe illustrator is crashing almost 10 times per day. i really need to use this application. running osx 10.4.8 and using a powermac g5. anybody can decipher this? thanks lou heres the crash report: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE A

  • Sending videos saved on memory card

    How do i send videos from my lumia 625 saved on my memory card, as it seems i can only send videos i have recently made. Any help would be most appreciated :-).