How to use JRC SDK on UNIX/Solaries

Hi,
i am using the crystal report XI with JRC on windows platform, i am able write the desktop applications on windows uinsg JRC. As i know that we dont have crystal report installer for unix or for Solaries.
can you tell me how can i use the JRC SDK in UNIX? i need only the JRC sdk which i can intall on unix or windows.
kindly provide some links on this.
Thanks!
Prabhakar J.

The JRC app is pure Java.  So you'd deploy a Java desktop app as you would to any other platform.
Sincerely,
Ted Ueda

Similar Messages

  • How to use Sql Loader in Unix Environmant

    Hi All,
    Can anyone explain me please how to use sql Loader in unix environment.
    Actually i have one control file i want to run that file in Unix how can i achive please explain me
    Thank's

    Hi Kuljeet,
    Thank you for your replay
    I just put my control file into the Unix Environmant that's fime
    and when i trying to entering the following cmd in Unix environment i am getting this error
    sqlldr username/password@string control='unix_pathname'i am not sure about the path name my question is
    1) Do i need to give the Local file Path Or Unix Path
    This is  the error in Sql Loader:
    SQL*Loader: Release 10.2.0.4.0 - Production on Mon Sep 24 13:14:23 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/bx167a/riskbatch/rdwdbat/sample_upl.upl)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    Could you please correct me
    Thank's

  • How to print PDF documents on Unix(Solaris)

    Hi ,
    I wanted to know how to print PDF documents on Unix(Solaris)?
    Is there a document or white paper that i can refer to start printing PDF document.
    What kind of drivers/utilities will be required to achieve the objective?
    Kiran

    Have you tried FOXIT? I think there is a trialversion. I tried Adobereader 2.5 but there is still no option to print.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Using Acrobat SDK for Unix development environment

    Hi,
    Can it be possible for me to use Acrobat SDK for Unix development environment as a server application??If yes, what are the things that should be installed on the client side to make sure that the client should be able see the produced PDF files?? Kindly help me in this regard..
    Deepak

    lAnubisl wrote:
    My customer's solution has several issues generating PDF files and we are looking at the Acrobat SDK as at the instance of the final truth.
    I use Interop.Acrobat.dll as a .NET project reference to open and resave PDF documents. I'd like to do all things I mentioned above.
    After years and years, I have concluded that if you do serious PDF development, you need a set of libraries. For instance, if you are doing typesetting type of work ("vertical center", "horizontal center", "margin", etc., etc) , there is an excellent library from a guy in Germany (land of Johannes Gutenberg and printing presses)...
    ... which turned out to be useless in my next project which dealt with AcroForms.
    I know exactly what you mean by "the final truth", sometimes I wish Adobe had some sort of official validating tool (like XML does).
    Per your comments, I would recommend you to consider this library. It is available in all languages and its output is the same quality as Adobe's or at least in the same league:
           http://www.pdftron.com/pdfnet/index.html
    If you want to comment further, we must go to a different forum, since we are not supposed to discuss any non-Adobe products here.

  • How to use Iden SDK with WTK 2.5.1 ?

    I have installed WTK, and it has been working but I realized I forgot to add the iden SDK for my motorola phone. I installed the SDK but I assume I need to link the files to WTK somehow?
    What I am wanting to do :
    So... I think I know what I need... I thought I had installed the iDEN SDK from Motorola, but I never did. So I installed the SDK but now I don't know how to use it with WTK. For you people proficient with this I am sure this is a simple task, but for me I am lost.
    The SDK has a class file called StatusManager which can retrieve phone battery level...
    From documentation:
    "Field Detail
    BATTERY_LEVEL
    public static final int BATTERY_LEVEL
    This is the value passed to the status manager to retrive the battery levels
    The return value is in the range of [0 - 3] with 0 being no charge and 3 being a full battery.
    BATTERY_LEVEL has a value of 0"
    QUESTION IS: Where do I put the SDK files so WTK can use them? I am lost here.
    I found the StatusManager.class file in :
    C:\Program Files\Motorola\iDEN SDK for J2ME (MIDP 2_0)\lib\i730\com\mot\iden\device\
    Can someone give me the detailed process of using the SDK with WTK... please??

    Thanks Sree.
    Is there something so called as the back-door approach to it.
    I read in the articles of Struct Objects and Connection that:
    If connection is obtained via:
    weblogic.jdbc.jts.connection jtsConn = getConnection();
    OracleConnection oracleConn = jtsConn.conn;
    And this should ideally work in WLS5.1,
    but still i wonder how did they obtain the connection.
    It would be obligatory if someone could help me with it.
    Thanks,
    Kavita
    "Sree Bodapati" <[email protected]> wrote:
    Hi Kavita,
    This is not possible to do this via a connection from the pool. Oracle
    implements non standard methods which require OracleConnection object
    instead of standard java.sql.Connection object which the pool returns.
    You
    have to use a direct connection using the thin driver.
    sree
    "Kavita Rajdeo" <[email protected]> wrote in message
    news:3c6fc1f5$[email protected]..
    The connection pool is created using the Oracle thin driver. The connection
    so obtained when passed to the ArrayDescriptor throws a
    ClassCastException at ArrayDescriptor.createDescriptor(connection con.
    While deployment,deployer throws an exception saying unresolved reference
    to
    oracle/sql/Datum, either include the class files for the same or remove
    the
    reference using the file.
    Would u kindly help me with this as urgently as possible.
    Thanking in anticipation.
    Kavita

  • How to Use Acrobat SDK for Automation Using VB or Perl

    Hi Forum,
    I am a new bie, just 2 days old to acrobat and javascript, and I am basically a perl developer
    I am using Adobe Acrobat 9 Pro,
    I downloaded Acrobat SDK, but i don't know what else to do further, how to use??
    I tried to start learning SDK, but no proper documents i found to learn and start using SDK,
    Please suggest some guide or documentation for start learning Acrobat SDK (Step by Step guide)
    Here with I have created a small script to merge two pdf
    // Create a new PDF document:
    var newDoc = app.newDoc();
    // Insert doc1.pdf:
    newDoc.insertPages({
    nPage : -1,
    cPath : "/d/sathish/1.pdf",
    // Insert doc2.pdf:
    newDoc.insertPages({
    nPage : newDoc.numPages-1,
    cPath : "/d/sathish/2.pdf",
    // Save the new document:
    newDoc.saveAs("/d/sathish/myNewDoc.pdf");
    My code is working fine and merging properly,
    Is there any way to execute this script through commandline or using some other scripting languages like perl or through VB
    My objective is to automate the merging process without any manual intervention, I don't want to open acrobat manually to execute this javacript, i want to automate that process too,
    Please suggest me which will be very helpful to me,
    Thanks in advance
    Thanks & Regards
    Sathish V.

    It is a big SDK and to learn its features requires a lot of reading. But to start with I guess I should start with "Introduction to SDK".
    Since you want to control Acrobat from another application you should consider this under "Interapplication communication". You will be using OLE/COM.

  • How to use Acrobat sdk features in java application?

    Hi
    In my project i have an requirement to make static pdf in to dynamic form  , So how can i make static PDF to dynamic one as my project platform is purely  in java . How can i make use Acrobat SDK  InterAppCommunicationSupport/ samples in my java code ?
    Thanks & Regards,
    Prashant P M.

    Hi Leonard,
    Thanks for your kind reply , I am attaching  a sample SchollForm static PDF with this post, where it consist of student details like Name ,lastName ,section etc.
    I like to convert this static PDF in to dynamic PDF means above field should be fillable ,So Using Acrobat SDK is it possible to achieve this above stuff.
    If yes then Please can you give a brief idea how to do this one using Acrobat SDK with java? .
    Thanks in Advance.
    Prashant P M.

  • How to use VMRC SDK to open VM console

    Hi,
    I'm looking for some help to setup a custom solution that opens a console of a VM from a corporate intranet site. I'm new to the whole VMWare SDK world, but I've been able to easily use vCloud Suite SDK for .NET to expose some details on my User Interface. So far so good, but when it comes to VMRC plugin honestly it is totally unclear how to use it.
    My need is just to show a button that opens a new web page with the console on it. In our infrastructure we're using vCloud Director 5.5.2.2233543
    According to VMWare developer center, I downloaded VMware Remote Console (VMRC) SDK (version 5.5.0.1280474), linked from the main page, that comes with VMRC plugin installers and a directory where I can found vmrc-embed-example.html and vmrc-embed-example.js files. The first weird thing I've noticed is that the vmrc plugin installer included in SDK is different from the one shipped by our installed vCloud Director application. The first is named "VMware Remote Console Plug-in 5.5.0.33581", the latter "VMware Client Support Plug-in 5.5.0.41167". It looks like the first is an old version, but I cannot be sure about that of course, and I can't find a newer sdk on the other hand.
    I payed attention to test the html page included in vmrc sdk with both plugins anyway (one at a time), just to try to understand. In both cases, running html page on the web browser and providing some data to use, I can connect succesfully to a VM, obtaining the following messages:
    starting VMRC instance: modes: 0, messages: 1
    startup returned "vmrc-np-t-{55D63FD3-925B-47C7-B96B-74659A57498E}"
    connect succeeded
    onConnectionStateChange - connectionState: 2, host: 172.18.x.y, datacenter: , vmId: vm-401, userRequested: true, reason: Connection successful.
    That's all: from the messages it seems that it's working, but the box that should show the console remains white and nothing else happens. Any action on the other form's button results in error messages, among them the most recurrent is "Error calling method on NPObject!", that is the same message that pops up when trying to connect to a VM with no parameter or without pressing the startup button.
    I really need some advice, any hint is appreciated, thanks in advance.

    After you've made a connection you should try setting the plugin to full screen mode by calling setFullScreen(true). I was receiving a black box in the middle of the screen until I had started setting to fullscreen. As far as the "Error calling method on NPObject", when I've had this message it was due to the fact the plugin was not ready for some reason, for example connecting to a vm and then immediately calling grapInput would result in this message. I was able to resolve by checking the plugin was ready (and in scope of the callee).

  • How to use Acrobat SDK with C# and how much is it?

    I just want to know these info because I'm new here and I can't seem to find any answers to these here in the forums and on the Documentation.

    Hi,
    The Acrobat SDK is free and can be downloaded from http://www.adobe.com\devnet\acrobat. Please note to use the SDK you require Acrobat/Reader to be installed.
    As for using it with c#, there are a number of sample files in the SDK that can be used to learn. There is also documentation online and in the SDK.
    Hope thie helps
    Malcolm

  • How to use s60 sdk?

    Hello
    I m using WTK..but my application doesnt work via OTA..There is some problem in loading image..it throws ioexception..i want to switch to s60 sdk..
    can someone tell me how to run application in that after installing..
    Edited by: Astha on Nov 23, 2007 5:45 AM

    You need to go read the forum post at the top of this forum called [Read Before Posting - Where to find Business Objects Java SDK Resources|Read Before Posting - Where to find Business Objects Java SDK Resources;
    You will find documentation on configuration and sample there.

  • How to use SANE / USB scanners on Solaris 10?

    I would like to use a SANE-enabled USB scanner (Mustek BearPaw 1200F) on Solaris 10, but haven't yet managed to make it work.
    I gather that on Solaris 10, there's a "libusb" library in "/opt/sfw/lib" and a "sane-find-scanner" program in "/opt/sfw/bin", that seems to look for USB scanners. It finds the "libusb", but doesn't find my scanner.
    My scanner is on a USB hub connected to a USB port on the mainboard. The "usba" driver is running, and other USB devices seem to work.
    I looked on the Internet and found some descriptions using the "ugen" kernel driver. I added a driver descriptor for the interface node that I suspected to be the scanner, and indeed, dmesg and prtconf report a valid "ugen0" device, and ugen creates various driver nodes for the USB interface node.
    But how do I go from there? I have not the slightest clue.

    This is a real old post, however I got a very similar scanner (Mustek 1200 UB) which I got working on Solaris 10, so I thought I'd list what I did in order to get it to work (I also managed to get an Epson Perfection 1250 to work using the same method). I used the sane packages available on the Solaris companion cd, and installed them prior to getting started. So, first off we need to see if Solaris is recognizing the scanner so in a terminal as root (su -) :
    prtconf -D -v
    you'll be looking for some reference to usb,device and note the value (I had to modify the profile of the terminal for scrolling from 500 lines to 2000 in order to see it). The value of the Mustek 1200 UB was usb55f,6.100
    next we need to remove the old usb driver:
    rem_drv ugen
    now we'll add the driver with the Mustek values:
    add_drv -i 'usb55f,6.100' ugen
    now we want to ensure that there was an new entry created in /etc/driver_aliases for ugen with the Musktek info (note you need to ensure that " 's are used, for example, so you will need to edit the file. Example: ugen "usb55f,6.100"
    Now we need to make a link from the Mustek to /dev/usbscanner (since sane uses either /dev/usbscanner or dev/usb/scanner), So:
    ln -s /dev/usb/55f.6/0 /dev/usbscanner
    then reboot the machine
    Once rebooted in a terminal as root as root (su -):
    /opt/sfw/bin/sane-find-scanner
    you should see a reference to found usb scanner (vendor=0x055f, product=0x0006, chip=MA-1017) at libusb:/dev/usb:55f.6/0
    you can then confirm it by :
    /opt/sfw/bin/scanimage -L
    you'll see a reference device 'mustek_usb:libusb:/dev/usb:55f.6/0' is a Mustek 1200 UB flatbed scanner
    Finally it's time to do a test scan, so:
    /opt/sfw/bin/xscanimage
    I really suggest using xscanimage on the Mustek, as just using scanimage will give you a high pitch squealing noise. xscanimage does not. Also be advised that if you close xscanimage and then try to scan again, you get an i/o error. The solution to that is to simply hotplug the Mustek, by unplugging it from the usb port and plugging it back in.
    Hope this helps some folks out.
    Message was edited by:
    mrmdls
    corrected line concerning ad_drv ugen, as I had written the value for an epson 1250 scanner

  • How to use Java SDK to schedule a report in business objects

    hi guys i am having a scenario , were the Java SDK will be passing the parameters dynamically to the report in business objects . the Java SDK is kicked by the file based events. this Java SDK will be on the unix server and the business object is also on the unix server. I am having the crystal reports in boe which need to be triggered by the Java SDK . such that the report is scheduled to a particular location on the unix  for every week,when the java passes the parameters to the report in boe
    Edited by: americansalt on Nov 4, 2010 11:30 AM

    You can do this by using the BOE SDK. Here are some samples:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/806fc83f-18ba-2b10-f2b9-cbb49963fc93
    Regards,
    Stratos

  • How to use my old iBook - unix for what?

    I have an iBook with Mac OS X 10.0.4. And a 40 GB HD.
    Temporarily I have used it as a webserver, but I think it's shame that I can't use it for something better.
    Do anyone of you have ideas for how to put it to use as a server of some kind? Or something.
    (Is harware is ok apart from a few minor problems.)
    Thanks!
    /groundliner

    I am a bit used to Unix things, but I'm no experienced admin.
    So I just thought that I'd find something useful to run on my old IBook.
    I think that I have a Developer CD, maybe. But a better idea is if I can download some binaries for whatever.
    I then would be thankful for what old software should be interesting, also maybe just for a test. Such as sendmail, although I have no idea what that would give, more than some knowledge. I suspect that would be too complex for me. Earlier I had some Mac SMTP software, I think. Maybe system 9.
    But I also do not know how easy it is to lay hands on old binaries. I have searched for other old things on the Internet, that seems hard to get hold of.
    Thankful for all ideas!
    /groundliner

  • How to use BO SDK in local java project?

    Hi,
    I am trying to connect BO system using below mentioned code
    public void main(String args[]) throws SDKException {
         try
              System.out.println("main");
              /ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();/
              IEnterpriseSession boEnterpriseSession = CrystalEnterprise.getSessionMgr().logon( "Administrator","","BOSAP","secEnterprise");
              IInfoStore boInfoStore =(IInfoStore) boEnterpriseSession.getService("InfoStore");
              ChangePWD(boEnterpriseSession, boInfoStore);
         }catch(Exception e)
              System.out.println("Exceptions in main");
              System.out.println(e);
    This code was taken from below mentioned thread:
    Force all users to change their Enterprise passwords with a batch operation
    I have created standalone java project and running as JAVA application in eclipce. I am getting class def not found error for these BO SDK jar files. I have added
    cecore.jar
    celib.jar and
    cesession.jar files as external lib to java project
    I am using following imports
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.exception.SDKException;
    import com.crystaldecisions.sdk.occa.infostore.*;
    import com.crystaldecisions.sdk.occa.infostore.IInfoObjects;
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    import com.crystaldecisions.sdk.plugin.desktop.user.IUser;
    Does any one know solution to fix class def not found error?
    Thanks
    Nitesh Shelar

    I did some mistake few dependent jars were missing in project build path. After adding those missing BO jar files. Now its giving server connection error. Which I am trying to resolve.
    Thanks for your help.
    Nitesh Shelar

  • How to use JDBC database connection in Solaris

    Hi all,
    I am new to Solaris and i want to create an application using JDBC database connection.
    I want a small piece of code, probably a login page code that verifies the username from a OpenOffice database (.odb) file. I am particular to know the driver name, etc. If possible give the code using JNDI loopkup.
    Thanks in advance,
    Parasou.

    Sure no problem.
    Please stand by while I do your work for you.

Maybe you are looking for