Location of JRC Jars

Please help,
I am reading everywhere that with the release of Crystal For Eclipse 2 came a new JRC.  Where can I find the JAR files to update my existing web application, I cant find them anywhere.  I do not need the Eclipse part, just the JRC updates.
How do I do this?
Regards
Nick Hirst

On the download page for Crystal Reports for Eclipse Version 2, there's a download link for the Runtime - i.e., the jar file and viewer folder only.
Sincerely,
Ted Ueda

Similar Messages

  • Include a JSP file located in a JAR

    how is it possible to include a jsp file which is located in a jar? perhaps someone has already a solution for this hoping
    what I already have found out is that jasper parser supports loading JSP files out of JARs, indeed. but when using a <%@import file="foo.jsp"%> directive, this special method is not called. is there some workaround? should I set some special property?
    thx

    Did you ever figure this one out?

  • Define location for "Oracle Jar Cache" of jinitiator

    Hello,
    I'd like to know is it posible to define the location of Oracle Jar Cache with some parameters like installing in silent mode....
    This problems has occured because we have for users files home directory on network file server and jinitiator automaticlly put Oracle Jar Cache on file server.
    For Example i'd like to have C:\Oracle Jar Cache
    regards,
    Tilen
    Message was edited by:
    Ttreven

    If you change the location of the jar cache via the console the location entry is written into a file in your local profile:
    Directory
    .jinit (for JInitiator)
    .java (for Java Plug-In)
    File
    properties<version_of_JInitiator or Java Plug-In>.
    Only modified entries are written to this file (otherwise the default is valid).
    You can modify this file programmatically after installation or possibly during installation process.

  • Where can I download the latest JRC jars?

    Where the heck do I go to download the latest Jars for JRC? I am not using Eclipse. I just want the jars. All the links I've found send me back to the old site. When and what was the last release?

    Hi Kerry
    You can download the latest JRC jar files from the following link.
    https://boc.sdn.sap.com/node/19020
    There you can find the following zip file.
    com.businessobjects.sdks_.jrc_.11.8.0_11.8.5.v1197.zip.
    Open that zip file .You will get a lib folder from where you can get all the latest jar files.
    Hope this helps you.
    Thanks
    Soni

  • Saving a file in the same location as run .jar

    I have been playing around with an auto updating client for a project I am working on.
    I have been able to get the client to update fine and save a copy of the new client into where ever the original was run from using the below code:
    File file;
    CodeSource src = HemClientMain.class.getProtectionDomain().getCodeSource();
    if (src != null)
         try
              URL url = new URL(src.getLocation(), "UpdatedClient.jar");
              System.out.println("Writing to: " + url.getPath());
              file = new File(url.getPath());
              if (!file.exists())
                   file.createNewFile();
              FileOutputStream fos = new FileOutputStream(file);
              BufferedOutputStream bos = new BufferedOutputStream(fos);However when I tried running this on my laptop I get a file not found error:
    Writing to: /C:/Documents%20and%20Settings/Rob/Desktop/UpdatedClient.jar
    java.io.IOException: The system cannot find the path specified
            at java.io.WinNTFileSystem.createFileExclusively(Native Method)
            at java.io.File.createNewFile(File.java:883)
            at Client.ClientGameThread.saveNewClient(ClientGameThread.java:584)
            at Client.ClientGameThread.gameClientFinishedUpdating(ClientGameThread.java:564)
            at Client.ClientListenThread.dealWithPacket(ClientListenThread.java:96)
            at Client.ClientListenThread.listen(ClientListenThread.java:74)
            at Client.ClientListenThread.run(ClientListenThread.java:38)It's clearly something to do with the location and the path not being correct, as if I move the client to say .. c:/ and run it it updates and saves fine.
    Is it something to do with the spaces in between document and settings? And if so how do I stop this from happening? Is there another way I can accurately find the path to the current jar file and save a copy there?
    I used to do it via this code:
    String fileLocation = System.getProperty("java.class.path");     However I now have more than one thing in my classpath and this doesn't produce one path but a combination of them all ... which is not really what I want. There must be a nice way to do this!
    Any help / suggestions appreciated. Any further questions I will attempt to answer my best :)

    iexus wrote:
    I have been playing around with an auto updating client for a project I am working on. ...Launch the app. using Java Web Start. It has update ability built in, and will save you a lot of headaches.

  • Webllogic8to10migration-SAXValidationExc Couldnot locate bean ejb-jar.xml

    Please help me out here..
    Failed to parse descriptor at 'META-INF/weblogic-ejb-jar.xml' for module 'PAMaintenanceBean.jar': javax.xml.stream.XMLStreamException: weblogic.xml.process.SAXValidationException: Could not locate bean with ejb-name "PAMaintenance" in ejb-jar.xml
    ejb-jar.xml
    ==========
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
         <ejb-name>PAMaintenance</ejb-name>
         <home>com.bear.coreapps.pa.ejb.maintenance.PAMaintenanceHome</home>
         <remote>com.bear.coreapps.pa.ejb.maintenance.PAMaintenance</remote>
         <ejb-class>com.bear.coreapps.pa.ejb.maintenance.PAMaintenanceBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
         <method>
         <ejb-name>PAMaintenance</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>*</method-name>
         </method>
         <trans-attribute>Supports</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
         <ejb-name>PAFeatures</ejb-name>
         <home>com.bear.coreapps.pa.ejb.features.PAFeaturesHome</home>
         <remote>com.bear.coreapps.pa.ejb.features.PAFeatures</remote>
         <ejb-class>com.bear.coreapps.pa.ejb.features.PAFeaturesBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>
         <env-entry>
         <env-entry-name>myString</env-entry-name>
         <env-entry-type>java.lang.String</env-entry-type>
         <env-entry-value>anything at all</env-entry-value>
         </env-entry>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
         <method>
         <ejb-name>PAFeatures</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    weblogic-ejb-jar.xml
    ===============
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN' 'http://www.bea.com/servers/wls510/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>PAMaintenance</ejb-name>
    <caching-descriptor>
         <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </caching-descriptor>
    <enable-call-by-reference>false</enable-call-by-reference>
    <jndi-name>com.bear.coreapps.pa.ejb.maintenance.PAMaintenance</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN' 'http://www.bea.com/servers/wls510/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>PAFeatures</ejb-name>
    <caching-descriptor>
         <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </caching-descriptor>
    <jndi-name>statelessSession.PAFeaturesHome</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    my web.xml
    ========
    <ejb-ref>
    <ejb-ref-name>PAFeatures</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.bear.coreapps.pa.ejb.features.PAFeaturesHome</home>
    <remote>com.bear.coreapps.pa.ejb.features.PAFeatures</remote>
    <ejb-link>../PAFeaturesBean.jar#PAFeatures</ejb-link>
    </ejb-ref>
    <ejb-ref>
    <ejb-ref-name>PAMaintenance</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.bear.coreapps.pa.ejb.maintenance.PAMaintenanceHome</home>
    <remote>com.bear.coreapps.pa.ejb.maintenance.PAMaintenance</remote>
    <ejb-link>../PAMaintenanceBean.jar#PAMaintenance</ejb-link>
    </ejb-ref>
    Application.xml
    ===========
    <module>
    <ejb>PAFeaturesBean.jar</ejb>
    </module>
    <module>
    <ejb>PAMaintenanceBean.jar</ejb>
    </module>
    config.xml
    ===========
    <app-deployment>
    <name>emsApp</name>
    <target>mngCTK_dbctkapp01</target>
    <module-type>ear</module-type>
    <source-path>applications/emsApp</source-path>
    <sub-deployment>
    <name>/</name>
    <target>mngCTK_dbctkapp01</target>
    </sub-deployment>
    <sub-deployment>
    <name>PAMaintenanceBean.jar</name>
    <target>mngCTK_dbctkapp01</target>
    </sub-deployment>
    <sub-deployment>
    <name>PAFeaturesBean.jar</name>
    <target>mngCTK_dbctkapp01</target>
    </sub-deployment>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>

    Hi,
    Nothing stands out as being configured incorrectly. I copy and pasted the descriptors below, put them in a jar file and ran weblogic.appc on it. The descriptors loaded properly and appc only complained that the EJB classes couldn't be found (as expected). Are you sure the weblogic-ejb-jar.xml containing the 'PAMaintenance' reference is in the same ejb-jar file as the ejb-jar.xml containing the 'PAMaintenance' definition? That's the only thing I can think of.
    - Matt

  • Location of the JARs for BO Web services SDK

    Hi,
    I want to use the web services SDK to access the crystal reports on a crystal reports 2011 server. I added all the JARs in the  C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib folder but none of them contain classes from the com.businessobjects.dsws package which is root package for the web services SDK.
    My questions:
    Where are the JARs located  ?
    Is there sample code that excerices the usage of the BO BI 4.0 web services SDK ?
    Thanks

    Hi Asif,
    Please have a look over below link
    Web Services Sample Code: -
    [https://wiki.sdn.sap.com/wiki/display/BOBJ/JavaWebServicesSDKSamples|https://wiki.sdn.sap.com/wiki/display/BOBJ/JavaWebServicesSDKSamples]
    Web Services Developer Guide:
    [http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_wssdk_dg_en.zip|http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_wssdk_dg_en.zip]
    Getting Started with Web Service sdk:
    [http://wiki.sdn.sap.com/wiki/display/BOBJ/GettingStartedwiththeWebServicesSDK|http://wiki.sdn.sap.com/wiki/display/BOBJ/GettingStartedwiththeWebServicesSDK]
    Regards,
    Rameez

  • Dynamic Image Location in JRC

    <p>Hi !</p><p> </p><p>We are interested in using so called dynamic image location future in JRC. So far we are unsucessful, so the question is, is it supported in JRC ? We are able to get dynamic image location future working in report designer, but when our report is exported there is no image only path to it. </p><p> </p><p>We use Crystal Reports 11 R2, Java Reporting Component in JSP version.</p><br /><p>Mac</p>

    I have a couple of reports working with dynamic images. CR4E doesn't support this (yet?!?), but you can still do it with the JRC. The big kicker is the syntax of your URL. If you're using a static image on a server somewhere, it should work with no problem. However, if you're using a generated image, it's a little trickier. I discovered this when I was creating a report with barcode labels. The barcodes were not getting generated. I turned on debugging and found that the JRC was screwing up my url. The url was as follows http://myserver/barcode?message=12345 67890&format=datamatrix.
    In the logs, the JRC said it couldn't find an image at the url
    http://myserver/barcodemessage=12345+67890&format=datamatrix. It was stripping out the ? in the url, which is kind of an important character to say the least. I messed around with it and eventually found that if I just put ?? instead of ?, the image would display correctly with the JRC. Hope this helps! If not, post what version of the JRC you're using and the URL you're using for the image location.

  • Location of XML jars

    I know that JAXP and other XML technologies for java are built into the JDK1.4 release. I looked to see if the jar files were located in a specific location under the jdk1.4 directory but could not find any under common/lib or common/endorsed.
    Also, if one wants to use Xalan and Xerces as XSLT/XML parsers where do the jar files go for these? under the tomcat directory or jdk1.4 directory?
    Sorry, I know that these may be silly questions, but it would help me out a bunch. Thanks in advance!

    I am using the jwsdp, which has updated versions of the xml jars, making Xerces the default parser. The only way I could get java 1.4 to see them was to put the jars in the classpath (Windows 2000).
    Mad

  • Location of a jar file

    I need to reference a class in my application named BiarOutput. According to the following link --  http://diamond.businessobjects.com/node/6423 it should be inside a package com.businessobjects.sdk.biar. Where can I find the jar that holds this package?
    Although I found a jar named Biarengine.jar under "BusinessObjects Enterprise 11.5\Web Services\en\dsws_webservice_boe\data\Assemble\dswsBobjeJava\src\WEB-INF\lib " that has the same package structure but only one class that is BiarFactory.
    I am using BO XI R2 with SP2.
    Please tell me what i am missing here?
    Thanks,
    Sukalpo

    How can I find the absolute path to a jar file's
    location, using only code inside the jar file? (and
    do this on any OS).
    I am trying to open a file that is in the same folder
    as the jar file. The problem is that the jar file can
    be deployed to any folder, the working dir is not the
    same dir as the jar file.
    I have been trying this:
    Class c = this.getClass();
    Try the following instead: c.getProtectionDomain().getCodeSource().getLocation()

  • Location of downloaded .jar files?

    When I was using the java in the jre package, downloaded .jar files would go to ~/.java  I have switched to the openjdk6 package and I have no idea where downloaded .jar files go now... it seems as though they are cached in memory and not saved to disk at all.  Are they saved somewhere?

    openjdk and jre don't do the same.
    openjdk is a jdk (Java Development Kit) and jre is Java Runtime Environment.
    And the files should be downloaded into your download directory which you've either set manually or is maybe $HOME/Download.

  • Please help.! Problem with locating classes within Jars under WEB-INF/lib.

    Hi All,
    I have a problem which you guys would have faced already...Here it goes..
    I'm using OC4J 10.1.3.0 and use ADF for my web page. I have a controller class which refers to JSF/ADF APIs and this class is archived as a jar file and put under WEB-INF/lib, Also, all the classes related to JSF/ADF are available under the same WEB-INF/lib folder.
    When I invoke my page, the controller class is getting called but it throws NoClassDefFound Error for the ADF based class. i mean, these ADF/JSF classes are not getting found when my jar class is placed within WEB-INF/lib. However, when i extract my jar into WEB-INF/classes, it works.
    I'm sure, i miss some entry for classpath somewhere. Can any one please point me to right direction...?
    Thanks
    Rajasekaran

    Hello,
    I do not have a direct answer to your question, but could you try the ClassLoader query tools to see if your classes/jar are loaded by the applications:
    - Using Queries to Troubleshoot Class Loading Issues
    Regards
    Tugdual Grall

  • Regarding the address to locate picture in jar deployed

    Hi friends:
       I deployed a jar which has a picture used for backgaroud(background="<root>common/banner.jpg">). but I don't know it absolute address,  could you please give me your  solution to find it to show the picture?
    thank you very much
    <TABLE id=layout-top-banner height=101 cellSpacing=0 cellPadding=0 width="100%"
    border=1 background="<%root%>/../common/banner.jpg">

    HI Sony,
    Use the STYLE attribute to display the backgroung image.Hope it should wotk.
    PFB the sample code:
    <TABLE ID="layout-top-banner" HEIGHT="100" CELLSPACING="0" CELLPADDING="0" WIDTH="100%"
    STYLE="<%root%>/../common/banner.jpg>"; BORDER=1 >
    Regards,
    Lavanya.G

  • How can I get the jar location of a class (the -Xbootclasspath case)?

    Hi
    I'm using -Xbootclasspath/a to append a jar into the "ring 0" of VM. Inside my class, I want to find out the location of the jar so that I can find other resources that's deployed along with it. How can I do that? I try the standard getProtectionDomain().getCodeSource().getLocation() way but it seems a class in bootpath returns null at the second method.
    Currently I have to manually feed the path into the app using an environment variable, but I'd like to know if there's a better solution.
    Thanks
    Weijun

    This is not exactly the answer that you are looking for but If your are interested into the BOOTCLASSPATH value, you can get it with JMX.
    RuntimeMXBean mx = ManagementFactory.getRuntimeMXBean();
    System.out.println("BOOTCLASSPATH:\n"
         + mx.getBootClassPath());Bye.

  • Locating classes given many JAR files

    This may seem a basic thing, but I'm having trouble figuring out how people locate the correct JAR file to include when given just the package and class name.
    In searching for a solution to a problem I'd come across web document that tell me all about a particular class or set of classes that will solve this or that problem. The document goes on to give me the package name that the class(es) belong to. The problem is, these classes are in a JAR file and the document doesn't tell me the name of the JAR file or where to get it - assuming I don't have it.
    Assuming I do have the JAR file, that JAR file is usually in a directory with many more JAR files (for example, WSAD includes a whole bunch of JAR files or me). What's the best way to locate the package and/or class file(s) within all these JAR files? Why don't authors tell us the name of the JAR file these class(es) are in? Does anyone else have this problem besides me?

    Haven't tried. But still worth having a look into this free plug-in for Eclipse.
    http://www.icewalkers.com/Linux/Software/520170/JAR-Class-Finder.html
    Thanks
    Venkat

Maybe you are looking for