Library files (jars...)

Hieveryone,
In order to compile my projects, I added in the previous version of SAP Portal all the jars (htmlb, epcftoolboxapi,
htmlbbridge, ...) in my project properties.
Now that I am working with the new SAP Netweaver 04 stack 09, where do I get the right libraries ?
Thanx!

Hi Martin,
in EP6 SP2, <i>some</i> things have been available for download through PDK role. But the important point is: <i>some</i>. Only the officially released APIs. For "hardcore" portal development, you need more.
An alternative is to download each portal application (PAR) directly from the portal, but that's also a bunch of work.
The question is, how you are developing? Against a machine administered by a third party? That sounds awful...
Anyhow, you could for instance download the trial versions from SDN, then you have everything at hand.
Hope it helps
Detlev

Similar Messages

  • Where do I add my custom jar library files

    I need sone extra .jar library files, fo my application to compile. e.g
    lotusxsl.jar, xerces.jar
    what should be the location of these files, in the .ear file, and also in
    exploded directory?

    Yes, that might work but the problem is that to my understanding only the
    content of .ear-files are distributed to managed servers. Where do I put my
    jar-files inside the .ear-file?
    "Viresh Garg" <[email protected]> wrote in message
    news:[email protected]..
    best thing would be to put them in any relqative directory in archive or
    exloaded directory and then add them as classpath element in manifest filefor
    your archive/exloaded directory.
    Viresh Garg
    Manmari wrote:
    Thanks Viresh. So in 6.1 where do I put these files in the .ear ?
    My guess is, I need to put them under WEb-INF/lib directory in the .war
    file. and similarly in the exploded directory as well.
    Can you please confirm this, or otherwise?
    Thanks
    "Viresh Garg" <[email protected]> wrote in message
    news:[email protected]..
    Currently you have to put then in system classpath and not include in.ear.
    Unfortunately manifest calsspath currently doesn't work with
    enterprise
    archive. This is getting fixed in 6.1, for which beta is alreadyavailable.
    Consult J2EE Application specifications for manifest classpath and to
    know
    how it works.
    Viresh Garg
    BEA Systems
    Manmari wrote:
    I need sone extra .jar library files, fo my application to compile.
    e.g
    lotusxsl.jar, xerces.jar
    what should be the location of these files, in the .ear file, andalso
    in
    exploded directory?

  • Problem in include library files into my jar file

    i am new to this jar archiving...I have created a GUI with java swings..and i also use mysql driver to connect my database now i want to make an executable jar file for my GUI..with coonector i have done the following
    I have compiled my program and placed all the .java and .class files in
    c:\ java\ bin\ jarexample
    next i created a manifest file called mainClass.txt which contains
    Main-Class: AppletMain (where AppletMain is my mainclass).. I placed this txt file also in c:\ java\ bin\ jarexample
    i m also set Class-path in manifest file Class-Path: mysql-connector-java-3.1.10-bin.jar
    next i ran jar cmf mainClass.txt example.jar *.class mysql-connector-java-3.1.10-bin
    With this line, I told jar to create a JAR file (option c) with modifications to the manifest file (option m) as specified within mainClass.txt, naming the JAR file (option f) as example.jar and including everything that matches the pattern *Class and mysql connector
    now my problem is ...my MYSQL connection need some Library files from a package called org and class Driver.class to generate connection I include this library files also in my example.jar....
    But when i execute this jar file using :java -jar example.jar
    this is executed BCOZ tha example.jar file use mysql-connector-java-3.1.10-bin.jar file from system.
    If i m this mysql-connector-java-3.1.10-bin.jar file from system from system then it is not run.
    Can anyone please tell me how can i include this library file to my jar file( ie example.jar)
    Thankyou

    Double post. Please post replies on the other thread.
    http://forum.java.sun.com/thread.jspa?threadID=656781&tstart=0

  • Load library from JAR file

    Could I ask you guys a stupid question, please?
    I have a library as an JAR file. I build my application as another JAR file, which includes that library file.
    My manifest file is:
    Manifest-Version: 0.1.0
    Class-Path: lib/mysql-connector-java-3.0.17-ga-bin.jar
    Main-Class: com.myappand the build command:
    jar cvfm hello.jar mymanifest -c com  -c libThe result hello.jar file built OK. But when I run it, I have to copy library file to the same folder to the app file.
    Could you tell me how to load the lib file from hello.jar, instead of the lib file?
    Thanks in advance!
    Best regards,
    Lehoanq

    am I right in thinking you've put the mysql jar inside your application jar? jars don't work like that, I'm afraid. it is possible to write a classloader that will load classes from within a jar-inside-a-jar, but it gets rather complicated and messy and isn't worth the hassle to be honest, anyway. we go to some lengths to keep our software modular and separate. imagine, for instance, that a bug is exposed in the mysql driver you're using, and a new release is needed to fix it. the dependency is rooted inside your application, so the whole shebang has to be re-packaged and re-deployed, whereas if your dependencies were inside a lib folder, all that would be needed is to drop the new version of the mysql driver into the lib directory. think "don't put all your eggs in one basket"
    what you want to do is possible, and there are tools around to do it for you, too, but IMHO it's not worth the effort

  • Loading library from jar file

    Hi all,
    My question is can we load library from jar file using System.load() method.
    ex:
    myJar.jar
    |
    |----com.test.common.Util
    which conatins a method to load library from jar file itself, before that i used to load from File
    |---libraries/MozillaParser/......
    Iam able load from Local system,
    File parserLibraryFile = new File("libraries/MozillaParser" + EnviromentController.getSharedLibraryExtension());
    File mozillaDistBinDirectory = new File("libraries/mozilla.dist.bin."+EnviromentController.getOperatingSystemName());
    MozillaParser.init(parserLibraryFile.getAbsolutePath() , mozillaDistBinDirectory.getAbsolutePath());
    but i am unable to load from jar file
    URL url = ClassLoader.getSystemClassLoader().getResource("libraries/MozillaParser" + EnviromentController.getSharedLibraryExtension());
    URL url1 = ClassLoader.getSystemClassLoader().getResource("libraries/mozilla.dist.bin."+EnviromentController.getOperatingSystemName());
    MozillaParser.init(url.toString(), url1.toString());
    Thanks in advance.

    That's a really confusing post.
    The easiest way to make sure you can use the classes in a jar file is to copy the jar file to the "/jre/lib/ext" subfolder of your JDK. These classes will be visible to all applications.

  • WAR files sharing multiple JAR library files?

    Hello all, I want to make an EAR file that contains 4 WAR files, each of those WAR files relies on the same jar library files, is there some way I can make an EAR that only has one copy of each jar file?
    i put the jar files in the /library of the EAR as per the java deploytool, but that just gives class not founds
    my ear structure currently is this
    test.ear
    ======
    a.war
    b.war
    c.war
    d.war
    \library\xerces.jar
    \library\tools.jar
    \meta-inf\manifest.mf
    \meta-inf\application.xml
    \meta-inf\sun-j2ee-ri.xml
    i tried putting classpath: xerces.jar tools.jar
    but that doesnt work, any idea on how my syntax or EAR structure is wrong?
    thanks!

    Hi,
    Have you tried this way ?
    (including the line below in the Manifest file of the your wars file)
    Class-Path: library/xercers.jar library/tools.jar

  • How to add Jars to Library file

    Hi,
    can anyone please guide me how to create a library file , we are using NWDI for our development purpose.The objective is to put all jars file inside one component and then use them globally
    Rakesh

    Hi rakesh,
    Please follow this link you will have an overview of how to create lib file using NWDS and then same can be applied in DI scenario also.
    http://help.sap.com/saphelp_nw70/helpdata/en/ee/6ede3f7bc1eb06e10000000a1550b0/frameset.htm
    Thanks
    Pankaj

  • Creating library file with ejb

    Can anyone suggest me the process by which we can create a library file with ejb? I am new to the ejb environment and i need some guidance regarding this.

    Could you be more specific about what you mean by library file? Are you asking about how to package classes used by ejb components outside of the ejb-jar itself?
    --ken                                                                                                                                                                                                                                                                                                                                                       

  • Error parsing tag-library file

    Anyone know how to tackle this one?
    Error parsing JSP page /AnteDateLogin.jsp line 3
    Error parsing tag-library file:/u01/web/ias102/j2ee/home/applications/antedate/antedate/WEB-INF/lib/uixtags.jar: Illegal XML character: &#x0;.
    Here is what goes to the console.
    ora03 $ at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.javaorg.xml.sax.SAXParseException: Illegal XML character: &#x0;.
    at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1038)
    at org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:593)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1747)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
    at com.evermind.xml.JavaxXMLUtils.getJavaxDocument(JavaxXMLUtils.java:35)
    at com.evermind.xml.XMLUtils.getDocument(XMLUtils.java:157)
    at com.evermind.server.http.TagLibraryInfoImplBase.parse(TagLibraryInfoImplBase.java:82)
    at com.evermind.server.http.TagLibraryInfoImplBase.<init>(TagLibraryInfoImplBase.java:47)
    at com.evermind.server.http.TagLibraryArchive.<init>(TagLibraryArchive.java:40)
    at com.evermind.server.http.TagLibraryArchive.getArchive(TagLibraryArchive.java:98)
    at com.evermind.server.http.TagLibraryStorage.getTagLibContext(TagLibraryStorage.java:183)
    at com.evermind.server.http.HttpApplication.getTagLibContext(HttpApplication.java:5897)
    at com.evermind.server.http.JSPPageCompilation.addTagLibTag(JSPPageCompilation.java:2229)
    at com.evermind.server.http.JSPPageCompilation.compile(JSPPageCompilation.java:278)
    at com.evermind.server.http.JSPPage.compile(JSPPage.java:115)
    at com.evermind.server.http.HttpApplication.getJSP(HttpApplication.java:5324)
    at com.evermind.server.http.HttpApplication.serviceJSP(HttpApplication.java:5423)
    at com.evermind.server.http.JSPServlet.service(JSPServlet.java:31)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:508)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:177)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)

    Doe anybody have an idea?

  • How to set Tomcat server to read library files from webapps \lib

    I am trying to put all the web apllication used library files into their own directories instead of puting at the <tomcat-home>\common\lib\
    but it doesnt seem to be working, the server keep telling me that
    the library file could not found, what action should i take to let the server know that my library files is in the <tomcat-home>\webapps\<webapp>\lib?
    thank

    What library files are you referring to here?
    Things like struts.jar or jstl.jar used in a web app? They should be fine in WEB-INF/lib
    Or things like database drivers?
    In order to use connection pooling the database driver has to be in /common/lib, because the server needs to access that code.
    Have you tried putting them in /shared/lib?
    That makes files accessible to all web apps, but not to the server.

  • Missing library file

    I did some housekeeping and deleted what I thought were some undesired packages from my Netbeans_projects folder. I now find that Netbeans 5.0 can't find "JavaLibrary3" when I try to open two (only two) of my many several packages. I searched my drive and supposedly it resides now only in the \dist subfolder. I can run the .JAR file stored there but where could the library file be? If I trashed it how can the .JAR file run?
    How could this library file have existed in my tree outside the project folder? Any hints on how to "restore" the library file if in fact it did get accidentally trashed?

    Open an SR at metalink and ask for it.

  • HOW CAN I USE ONE OF MY "PREVIOUS ITUNES LIBRARY" FILES?!

    Sorry about the caps lock. I searched for thsi question and got like 10 good results, none of which had answers. iTunes asked me to choose a pervious iTunes library before, but how do I do it now?!

    you can hold shift when starting iTunes to force it to ask you to create a new or select an existing library file.

  • HT1391 I have accidantally created anoth iTunes library file and ripped a lot of music in it. Than I discovered that this music was not arrived in one library file. Know I would like to merge all my music in one library file but don't see which library is

    Hi,
    Regarding my Itunes library:
    I'll try to explain my situation  (sorry for my english).
    I have a networkdrive where all my music is stored on. Itunes is installed on my macbook and I entered the network drive as my media file location. 
    I use my macbook to rip music and buy itunes music assuming it will all be placed in the media folder that I once entered.
    Recently I found out that itunes had changed the location of my media folder to the local drive.
    Since a time now (I can't exactly say when) I'm ripping many of my music collection to itunes.
    Today i discovered the change of my media file location by itunes after I ripped some collections. When clicking the info button on some of the ripped files I see that they are not stored on my networkdrive, very normal, since the location of the media file is changed to local computer.
    When I look in the finder I can find a local libray file (xml file) from 13 april and also one on my network drive but the date is from March. So this one is even older.
    I suppose that the libray file is updated each time I add a song in itunes. So there must be anonther library file somewhere?
    Is there a way to see which libarary file is used in itunes? I know you can start Itunes with the option key to select another library file but is it also possible to view in itunes which library file is used so I can consult the path of the library file in use?
    What should i do to put all the local music to to my network drive and update the correct library to the new location of these files?
    Why is there no alert when Itunes changes the location of the media files path?
    Thanks

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • I have multiple libraries on an external drive. Somehow all the iTunes library files i.e. iTunes Library.itl, xml, itdb, Media folder, etc disappeared! Only the music files remain. Now when I start iTunes w/option it can't find any of the old libraries!

    Help! I 'm using an old G4 powerbook, Mac OSX 10.5.8, iTunes ver 10. I have multiple iTunes libraries on an external drive. Everything was fine for a while, then all of the iTunes library files, i.e. iTunes Library.itl, xml, itdb, artwork folder, Media folder, etc mysteriously disappeared! Only the music files remain (thank god) So now when I start iTunes w/option key to choose a library, I can't choose any of them because iTunes won't recognize them. Because all the library stuff is missing. So can I re-create the library files? (I don't care if I lose my ratings)
    Or should I create a new empty library on the external drive, then manually move all the music files to the Media folder in the new library?
    I tried some stupid ideas like creating a new library just to start iTunes, then going into prefs and advanced, then under iTunes Media folder location, selecting the location of the old library on the external, to see if iTunes would then find all the music which is still there, but no workee.
    I'm out of ideas, and I searched the archives.
    Help! anyone?
    Scott

    I don't know if this is me adding files to iTunes when the external wasn't connected
    it is.
    is it OK to just keep deleting that library on the Air?
    i wouldn't - at least not until i
    mount the external
    point iTunes media folder location back to the external via preferences > advanced
    consolidate my library via file > library > organize library
    The ntfs hasn't seem to be causing any problems, but I've always wanted to know.
    in order for your Mac to write to NTFS drives, it needs some help by installing e.g. the NTFS 3G driver. apparently that or something similar is installed on your Mac already. preferably, it would be formatted for Mac but then windows machines would need to have e.g. MacDrive installed to recognize the drive.

  • Can't back up Library file

    Hi All,
    Problem: I'm trying to create a backup of my Aperture Library file by simply doing a drag copy of it to an external drive. I get about 2/3 of the way done, when the copy process stops and I get an error that the process has stopped, due to a corrupt file. I get the same result copying to my internal back up, external back up and even doing a file copy on the same drive. I've now done the consistency check and rebuild the database, but there were no errors, so I'm assuming that I will get the same result as before. I'm trying the copy again any way, just to check. If this doesn't work, I see two next steps.
    1. Open the contents of the Library file, try the drag copy again. With the contents exposed, I think I may be able to find the offending file and get rid of it. I know this is dangerous, to muck around in the Library like this, will this work?
    2. Export my library, project by project, then rebuild (import) on to the new drive.
    I guess my third option is to just trust that the Vault will work, but after my last experience, I wanted to look at all options.
    Thanks.
    Background: I have had a bad run with hard drives lately and just after recovering from having a Samsung 1TB die (lots of hours to restore everything), I had my new WD Caviar Black 2TB start to act funny, with corrupt file issues etc. Here's my config, Mac Pro Quad G5, Mac OS 10.5.8 and Aperture 2.1.4. My current back up plan has been simply drag copies of my data to both an internal and external drives on a regular basis. Simple, yes but it has served me well until this latest bout of hard drive problems.
    My short term plan is to get two new 2TB drives to raid in my system, with my external 2TB as a clone of my drive. That should hold me over, till my sales pick up and I can spend my savings on a new Intel Mac Pro with new OS and Aperture 3.
    My current problem is getting fully updated copied of everything backed up. I've had some corrupt file issues, which stops the copy process and makes me hunt for the offending file. All that's done, except my Aperture Library. Yes, I have multiple copies of my Vault file, but in the process of rebuilding the last time, I learned that the Vault doesn't keep thumbnails and previews. I got uneasy about this process, when it took forever to rebuild thumbs and previews. It didn't seem like it was working, when I realized I had a copy of my Aperture Library, so I copied it over and everything was cool.

    A few thoughts. First when you do the drag of the library file is Aperture closed? Don't know for sure if it would make a difference but it's probably a good thing to do.
    Second have you done a disk verify of the volume your Aperture library is on? I would suggest you run disk utility and do a disk verify on this volume just to rule out the possibility of a bad sector.
    Finally I would really advise against going into the Aperture library and mucking about unless you have a definite know good backup of the library. You could select all your projects at once and then export them all in one operation as a new library directly onto the external drive. The you could just open this new library in Aperture, no need to import anything.

Maybe you are looking for

  • Error -50 & -69 When trying to sync music Ipod Classic 160gb

    Hi everybody, I recently installed an x64 version of Windows 7 Ultimate. I have an Ipod Classic 160gb (late 2009), and i am trying to sync it to my itunes library. However, everytime i do so, it will copy across a few songs (a different number everyt

  • Message and no sounds - anyone with the same problem?

    Hi, since a few days I have always the same message (usually after I switched on the iPhone or after the iPhone was in the docking station and I took it out of the docking station): "This accessory is not made to work with iPhone. Would you like to t

  • Multiple CS3 problems

    Product Name: Bridge CS3 Operating system: Intel Dual Core Kind: PC 4ghz Ram Problem 1: When I open bridge CS3 I get this message: This application requires an Intel Pentium 4 Intel Celeron, Intel Core duo or intel core 2 compatible processor. ( 0/6/

  • ITunes Library alphabet is messed up!

    For a little while now my alphabetical order in iTunes has been out of wack. It goes: A, E, I, O, U, H, K, L, M, N, P, B and so on, completely out of order (but with vowels first... conveniently?) It does this no matter what I sort by (songs, artists

  • Linux and wtk2.5

    Why is not possible to download the " Sun Java Wireless Toolkit 2.5 for CLDC, Beta" for LInux? when it will be possible? Thanks