Running programs created with SunOne Studio

SunOne Studio is the program used to create java programs at school. How do I run the programs I create there at home?

This blog has some instructions. It talks about the NetBeans IDE, but yours should be close enough for the information to apply.
http://blogs.sun.com/roller/page/johnc?entry=deploying_and_running_your_app

Similar Messages

  • Running reports created with Reports 9i in client-server configuration

    I need to have users run reports created with Oracle Reports 9i on workstations without any Oracle products installed on it, (in a client-server configuration as opposed to Web based) . I am looking for a step-by-step approach to accomplish this. I looked through the installation documents in OTN and I did not see one that addressed this.
    BTW, I saw an earlier post in this form which disscussed this,indirectly, for Reports 6i but I don't think these steps will work for 9i rpeorts
    ** Earlier post
    Question:
    I have an application in Oracle 8i, Forms 6i, Reports 6i. Now I want to make executable CD which will be installable in nature. I don't know how to make it or what tools to be used for this . Kindly help me out.
    Answer:
    You can write a .bat file for installation.....
    This file should do following things.
    1. Oracle8 Personal Setup
    Install only Database (no tools)
    2. Oracle Developer200 Setup
    Install only Forms Runtime
    Reports Runtime
    Graphics Runtime
    3. Use imp/exp to put the desired database...
    4. Copy exexutables in some directory and place shortcuts in programs and destkop
    5. Make new file-types in start->setting ->folder options-> file-types
    and specify that in which runtime-application you want to open your executables....
    Thanks in advance,
    Audrey Watson

    hi audrey,
    there is no client/server runtime available for reports9i. what
    you can do is to use the rwclient executable shipped with IDS
    to submit jobs to the reports server.
    there are plans to provide a stand alone thin client in the
    future but this is not available yet.
    regards,
    christian

  • To load a object created with 3D Studio Max

    Hello,
    I am a new Java user. I have to realize an interactive presentation in Java of a three-dimensional object created with 3D Studio Max. I would like to know how I can load this object in my java project.
    I should, in fact, allow the customer to modify the color of the object and to rotate it.
    Many thanks
    Massimo

    Well, my first reccomendation is to look into Java 3D. I don't know anything about it myself, but it's the obvious place to look.

  • Running Programs outside of Visual Studio

    I'm new to programming so I was wondering, the programs that I create in Visual Studio using the Visual Basic language, can they be run without the use of the Visual Studio Program. Like say I want to send one of the programs I've made to a friend so I can
    show them what I have made.
    I hope I have asked this in the right part of the forum. 

    Hello,
    you do not need visual studio to run an application you have developed with visual studio. However, Visual Basic .Net and C# applications will need the .Net framework that comes preinstalled with Windows 7, 8 and 10.
    Regards,
    Henning Dieterichs
    Developer-Hotline for MSDN Online Germany
    Disclaimer:
    Please take into consideration, that further inquiries cannot or will be answered with delay.
    For further information please contact us per telephone through the MSDN-Entwickler-Hotline:
    http://www.msdn-online.de/Hotline
    For this post by the MSDN-Entwickler-Hotline the following terms and conditions
    apply: Trademarks,
    Privacy
    as well as the separate
    terms of use for the MSDN-Entwickler-Hotline .

  • Running Java program created with Eclipse plugin fails to open report

    I created a CR 2008 report and using the Eclipse plug-in I created a Java program to drive data through the report and export the resulting reports as pdf files.
    This process works just fine if I run the Java program in Eclipse. I copied the code to a server to run the application remote.
    The program fails at the point of opening the Crystal Report. This is the error.
    D:\src>java EDIInvoice
    Current date : 2009928-
    Report output name is : D:\src\report\Invoice2009928-45462829.pdf
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com/ibm/icu/util/Ca
    lendar---- Error code:-2147467259 Error code name:failed
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
    This is the code
    public class EDIInvoice {
         private static final String REPORT_NAME = "D:
    src
    CR8Invoice.rpt";
         public static void launchApplication() {
         try
            FileInputStream in = new FileInputStream("D:
    src
    ghxInv.txt");
            BufferedReader br = new BufferedReader(new InputStreamReader(in));
            String strLine;
            Calendar cal = new GregorianCalendar();
            int month = cal.get(Calendar.MONTH);
            int year = cal.get(Calendar.YEAR);
            int day = cal.get(Calendar.DAY_OF_MONTH);
            String today = (year + "" + (month + 1) + "" + day + "-");
            System.out.println("Current date : " + today);
    // Read the file one line at a time
            while ((strLine = br.readLine()) != null)  
                String patternStr = ",";
                String[] fields = strLine.split(patternStr);
                String EXPORT_FILE = "D:
    src
    report
    Invoice" + today + fields[1] + ".pdf";
                String Company  = fields[0];
                String Invoice = fields[1];
                String PO_number  = fields[2];
                       System.out.println("Report output name is : " + EXPORT_FILE);
         try {
    //Open report.
         ReportClientDocument reportClientDoc = new ReportClientDocument();
         reportClientDoc.open(REPORT_NAME, 0);
         System.out.println("Opened the report");
    As you can see the first 2 println statements worked fine, but the 3rd one failed. The program was not able to open the report.
    Is there a reason the code can not run without Eclipse?

    did you copy all the jar files? especially the jrcadapter.jar? please download the following sample and modify it accordingly:
    [http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f087d31f-3e11-2c10-2cba-fcb5855f79ef]

  • APP - Custom program created with smart forms

    Hi Experts,
    In the automatic payment program, the ABAPer has created a custom program for payment methods for check. The program is assigned in the payment method for country in the payment program. However went the APP is run we are unable to generate a printout for the check payment. Also when the program is run in SE38 we are able to generate the output. The forms have not been assigned in the payment method country as he is not using SAP script and is using a samrt forms. Any pointers as to where we have missed out would be really useful.
    Thanks,
    Sai

    HI,
    Goto table likp and pass the delivery note to LIFEX field and get the delivery number if the output type is abc then print this delivery number.
    else
      with above logic u have delivery number go to VBFA table pass the delivery number as Subsequent sales and distribution document and  Document category of preceding SD document as O (Order ) then you will get the sales order.. then goto VBSS table and pass the sales order number that you just got and get required field from VBSS.
    Thanks
    Mahesh

  • Running programs made with Developer Suite 10g or 11g

    Hi everyone,
    I have created a few programs with Forms Developer Suite 10g, but I don't know how to make the users run the application so they can start using the programs. Can anyone please help me on this?
    I have always use Forms 6i which is completely different, but I don't know how to make this version work.

    I have always use Forms 6i which is completely different, but I don't know how to make this version work. Oracle Forms 6i was the last version of Forms to run in Client/Server mode. Forms 9i and newer are "Web" only, meaning, you must have a web server configured to serve your Forms web application to client computers. Your web server must have Oracle Application Server 10g installed and configured correctly for your Forms application.
    I recommend you take a look at the <a href ="http://docs.oracle.com/cd/B14099_11/index.htm">Oracle Application Server 10g Release 2 Documentation Library</a>. Start with the Server Concepts document.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • After Effects CS4 won't import my .wmv files i've created with Pinnacle Studio 11

    not sure if anyone else is having this problem... and i'm a complete newbie with this program. When i import videos from my collection (ones that i have not modified with any other program, or random ones i've collected from online: avi,mpgeg, wmv,... etc.) they import perfectly and can manipulate them.
    however, if i try to import a file i have created using my Pinnacle Studio 11 program (which outputted my files in .wmv), CS$ immediately crashes and kicks me out. i would just like to know if i can fix this problem

    >i would just like to know if i can fix this problem
    You don't use WMV. ;-) Simple as that. You should avoid working with compressed formats wherever you can, as they will further degenerate with every step of processing and successive compression. For your specific problem, you will have to provide much more info, e.g. a snapshot of the export settings or description of same. It's quite imaginable that your software embeds metadata AE does not know how to use or the files are being protected with a DRM key specific to the program. could also simply be a matter of data rates and number of streams.... Just too many possibilities and while it's certain that they all can be adjusted, without further details giving you blindfold advise will serve no purpose.
    Mylenium

  • How do we use Script (batch file with msbuild/msbuild project) to build Cordova Project created with Visual Studio Tools for Apache Cordova?

    I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova CLI to build multi device hybrid application.

    Hi Samseth,
    Yes, correct, the only thing we can find on the MSDN is:
    Deploy and Run Your App
    And that's the reason why Visual Studio Tools for Apache Cordova existing.
    I think you may get more detail compile information from here:
    http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Forte for Java CE won't run files created with J2SDK

    I'm very new to Java. When I try to run packages, classes written with Java 2 SDK, I get the following error:
    java.lang.NoClassDefFoundError: TextComponentPrintWriter (wrong name: utilities/TextComponentPrintWriter)
    I have mounted the root directory and the JAR files- or I think I have- but I'm still getting an error when I run the programs form the IDE of Forte v. 3. By the way, they all compile okay. Please help!

    Try downloading a newer SDK and getting
    c:\j2sdk1~1.1_0\jre\bin
    out of the path

  • Remote debugging of a CVI DLL running on PXI with visual studio

    Hello!
    I would like to build my application using the CVI "module" for Visual studio but my problem is that i'm only capable to build DLLs which are able to run on the PXI but i can't remote debug them. 
    Is it possible to somehow set visual studio to remote debug the PXI?
    Thanx in advance! (:

    Hi,
    What do you mean by debugging the PXI? What exactly is the dll doing ?
    I will need more details before I can make any suggestions.
    Kind regards,
    Ion R.

  • Error with Run Program Service in invoke runbook.

    I made main runbook (it do some things) and on the end i pute invoke runbook. In this child runbook i have
    Run Program activities with Java srcipt. 
    When started this rb finaly i get error Could
    not start Orchestrator Run Program Service service on 10.56.7.17 - Access is denied. (code 5), 
    but when manually i run this child runbook with any chaneges and this same date it works well. 
    In this Run Program i set that it ryn from admin acount but that don't nothing changes. 
    Where is problem?

    When you run it manually (with Runbook tester I assume) the Runbook will use
    your admin credentials to perform all of the actions. When it runs scheduled or with an invoke from somewhere else it will use the credentials of the user account you've assigned to the Runbook service.
    As a test, check which user is assigned to the service (via services.msc) and make that one a temporary local admin on the target machine. If it works, then you know it's permissions related to that specific account.
    I give up ;), Yes, I testing by Runbook tester. But not shure that we understand :)
    I  have two scenarios (i can't put images, i need to verify my account).
    1) One runbook. Exp. name" child. Inside is Run Program, that program is on different server.
    Its work only when in options this activity i set local admin account from that server.
    2). I created new runbook - parent. In this I put invoke runbook linked to that child. I do not change anything else. Now i will try run it (from tester, web console or scheduled) i get error
    Could not start Orchestrator Run Program Service service on 10.56.7.17 - Access is denied. (code 5). 
    What I do wrong, what I think wrong?

  • Program Create Journals

    Hi All,
    The customer hasn't run 'Program- Create Journals' since last 4 months to created encumbrance journals. The periods are closed now. I have run the program-create journals now but I cannot post them until I open the last 4 months periods. We have to post this journal for the last month of the previous year. What happens if the periods are opened and then jouranls are posted? Which reports I need to verify before I post them and after I post them.
    Thanks in advance,
    Regards,
    Prakash

    Hi Helios,
    The concurrent program is keep on running. Its not giving any error.
    Thanks and Regards,
    Muthu

  • How to run java program created in Sun Java Studio

    Hi All,
    sorry for easy question. I'm new in java.
    I have created Swing/AWT application with Sun Java Studio. I can run it using Sun Java Studio and it works properly. How to run this application in DOS-promt using "java ....."? I think, I shall define all classpathes but I dont know exactly.
    Enviroment:
    WinXP
    Sun Java Studio (C:\Sun\studio5u1_se)
    SDK (C:\Sun\j2sdk1.4.2_04)
    Application files (C:\Sun\My)
    Thanks.

    change this to yours
    set path=c:\j2sdk1.4.1_01\bin;c:\j2sdk1.4.1_01\jre\bin;%path%
    set classpath=c:\j2sdk1.4.1_01\lib;c:\jdk1.4.1_01\jre\lib;%classpath%
    go to directory where code is
    javac CLASSNAME.java
    then to run it
    java CLASSNAME
    note also look at executable jar files

  • When running setup, I get"This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel.

    whe I try to install Firefox 4.0.1, I get a Red X message. ""This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel. Is there a fix?

    I Did that. When I try to install, I get the same message. I have come to believe this is a windows 7 or IE 9 problem. I also have active X problems that I can not resolve. I can not open Gmail also

Maybe you are looking for

  • IPhoto doesn't recognise iPhone

    This is contrary to what most are experiencing! I have some photos on my 3G iPhone and cannot get them into iPhoto (08). I have tried turning off the auto-sync with iTunes. I've toggled the auto-import in iPhoto. It worked last week! All I can think

  • Locked iphone 5S invalid sim

    hello recently while in was dubai for a small vaccation i bought iphone 5s (32GB 818USD) from a apple premium seller ISTYLE store and used a sim card i bought from a carrier name etisalat dubai and everything went smooth. however when i returend back

  • WAR within EAR is using the same classloader as the EAR

    Hi all, From documentation, I understand that each WAR web application that are packaged within EAR should have a separate (child) classloader and should not be using the same classloader as the EAR. I have two WAR files and some JAR files all packag

  • SOA Suite in shared filesystem

    Hi, What are the things i may lose if i do a production deployment of soa in individual filesystem ?...In our production deployment design we have individual filesystem for all the managed and admin servers. Already we are facing problems in synchron

  • Update primary key that’s also a foreign key in another table

    Hi Developers, I need to update the primary key for a record but it's also the foreign key in another table. Example, Table 1 Details Name : Parent_Table Columns : ID, Name, Age Primary Key : ID Table 2 Details Name : Child_Table Columns : ID, Parent