External and Advanced Java program???

Hi Experts,
  In what situation we come across to write an External and advanced Java program for lookups into target database tables, used adapter channel API. And later this program is used for lookups only when (condition) Interface quality of service (QoS) is Exactly Once
Thnx
Andy

Sorry: what is the questione here?

Similar Messages

  • How to Set up the  variables and others to compile and Run Java Programs

    Hello,
    I have just downloaded the jdk1.6.0_07 and jre1.6.0_07 and installed it in C:\Program files\Java in my Windows XP ,So please tell me how to sett up the enviroment variables etc to compile and run Java Programs from Command Prompt.
    thanks

    To set the PATH permanently, add the full path of the jdk1.6.0_<version>\bin directory to the PATH variable. Typically this full path looks something like C:\Program Files\Java\jdk1.6.0_<version>\bin. Set the PATH as follows on Microsoft Windows:
    1. Click Start > Control Panel > System on Windows XP or Start > Settings > Control Panel > System on Windows 2000.
    2. Click Advanced > Environment Variables.
    3. Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:
    C:\Program Files\Java\jdk1.6.0_<version>\bin

  • Compiling and running Java programs on my laptop

    I have just bought a new laptop but I can't run and compile Java programs using the javac filename.java command in the command prompt. I know I have to download something but I am not sure what link. I would be grateful if somebody could send me on a URL. My O/S is Windows XP. Can somebody advise please?

    If you just want to run java applications, you just need the JRE: J2SE 5.0 JRE
    If you want to compile java source code, you need the JDK: J2SE 5.0 JDK
    It includes also the JRE. Recommended is also the J2SE 5.0 Documentation that contains the javadoc API that describes all the Java classes.
    To start develeoping I recommend the Java Tutorial: http://java.sun.com/docs/books/tutorial/

  • Compile and run java programs in different directroy

    Hi,
    I often encounter many problems when I run java programs in the different directories. Like
    javac -d dir_name a.java
    java -cp dir_name a
    Something wired often happens, such as, there is not a.java file in some directory, but javac -d dir_name a.java can still work or "java -cp dir_name a" often doesn't work. Moreover, file_name.jar is also a tough problem and solving compiling problems is often time-consuming.
    So I hope to read something about how to compile and run java programs in different directory properly.
    Could you pleae give me a detailed description for that or recommend a book or website?
    Thanks a lot.

    Can you post a small amount of code that does not work, including the directory structure, and the error messages? Some one here can likely explain the problem.

  • How to compile and run java program at command console

    hi there
    can anyone tell me how to compile and run a java program at command console? I have installed JRE 1.3.1, and also have installed JBuilder 5 if it helps.

    try this
    System.out.println("Enter your Name : ");
    BufferedReader console = new BufferedReader( new InputStreamReader( System.in ) );
    String s = console.readLine();
    System.out.println("Hello : "+ s+" !" );

  • Compile and run java programs using batch file

    i am using eclipse to run my java programs.How to compile and run those programs using a batch file?

    a) just write a batch file, and add it to the project. When you want to run it, go to a command window and invoke it. (There is probably also a way to invoke it from Eclipse)
    b) if the project is complicated, take a look at ant. Eclispe knows about ant files.

  • How to call a external software in java program?

    for example, if I want to execute internet explore or windows word in java program, how to do it?

    // Modified from Just Java
    import java.io.*;
    public class execDir {
    public static void main(String args[]) {
    try {
    Runtime rt = Runtime.getRuntime(); // step 1
    Process prcs = rt.exec("doDir.bat"); // step 2
    InputStreamReader isr = // step 3
    new InputStreamReader( prcs.getInputStream() );
    BufferedReader br = new BufferedReader( // step 4.
    isr );
    String line;
    while ((line = br.readLine()) != null)
    System.out.println(line);
    } catch(IOException ioe) { System.out.println(ioe); }
    Maybe this will help you.

  • How do I compile and run Java programs on a Mac?

    To clarify my earlier post, I know that you can write java in any text editor but with the PC you compile and run everything through the MS DOS prompt, what is the Mac equivalent?

    See this question :-)
    http://forum.java.sun.com/thread.jsp?forum=54&thread=289574

  • How do you generate uml diagrams And decoding java programs

    1)Hi i have neatbeans 5.0 i have finished witting my code and i wanted to know if there is a way to generate uml diagrams straight from the code.
    2) Also i think i have bought a java programme to improve your memory and i wanted to know is there a way you look in the java sorce code so i can change the settings the file has a dynamic.dll(application extension), a level(dat File) and a unins000(dat file)

    Darryl.Burke wrote:
    Also i think i have bought a java programme to improve your memory
    Did you remember to install it?I don't think his memory goes back that far :)

  • How can i run and compile java programs in 10.6.8 mac osx??

    waiting fr replies//

    If you upgrade to Lion it comes bundeled with it!
    To get it on your Mac Pro just copy the aplication from the aplication folder on your MacBook.  You can do this via a thumb drive or over a local network connection.

  • Creating and running JARs from Java programs

    OK, I have been googling and searching, but this is something I cannot work out, so I raelly need some help.
    Basically, I am building a GUI app that would generate, compile and run java programs. And I also want to enable the users to create JARs they can later double-click if they want to run the program.
    I am using Runtime to compile programs and it works just fine. When I click on a button to create a JAR, my application creates one, but when I double-click on it, it can't find main and it exits. Now that is not so much unusual, but I am positive that my manifest file is OK, because when I run the same command from the command line, then I can click on the JAR file to run it.
    So what is the deal here? I mean, why would a JAR file created from the command line run and the one created through a GUI app using the very same command could not find main?
    Any help would be graetly appreciated.

    again, another unanswered question.
    BTW I'l keep bumping these until I get an answer that works. I have been up 3 hours now trying to get this sorted and it's something that netbeans is supposed to do on its own!?!?!?!?!
    Hello, SUN, is there anyone there???
    No, didn't think so.

  • Java program accessible from internet

    Hi,
    I would like to ask if the following scenario is possible.
    We have a java table in our Enterprise SAP portal and a java program that can query this table. We would like to know if we can make this query to be available from outside (internet), probably as a web service or as wsdl.
    We want an external application to provide the criteria and our query query and give back the results.
    Thanks in advanced

    Hello there,
    Please find some more details
    http://help.sap.com/saphelp_nw04/helpdata/en/45/029840cf43495195da923f32262911/frameset.htm
    Regards,
    Vivek

  • Help me making java program by Jcreator

    1. reversing an integer problem:
    a. write a program that allows a user to enter an integer up to 4 digits in length. The program should then reverse the order of the integer. The new number should have it's full decimal value (e.g. 432 is really 3*100 + 2*10+ 1*1)
    Enter number:123
    The reversal is 321
    Enter number:1005
    The reversal is 5001

    OK the specification said smth. about decimal extension, here it is:
    EXPLANATION:
    I am just a 'medium-advanced' Java programer and do this because I wan't to
    write more code and gather experience.
    And if I just write code but don't show it to any body it would get wasted...
    OK , ok now on I Stop helping Trolls and laymen.
    * @author melhiah
    public class ReverseAnInteger {
        private static final int MAX_INT_LEN = 6;
        public static void main(String[] args) throws Exception {
    /*        if(args.length < 1) {
                System.out.println("Usage: java ReverseAnInteger <integer-value>");
                System.exit(0);
            //String parsedIntegerString = args[0].substring(0, MAX_INT_LEN);
            String testIntegerString = "1234567890";
            String parsedIntegerString;
            if(testIntegerString.length() < MAX_INT_LEN) {
                parsedIntegerString = testIntegerString.substring(0,
                        testIntegerString.length());
            } else {
                parsedIntegerString = testIntegerString.substring(0, MAX_INT_LEN);
            String reversedIntegerString = showDecimalExtension(
                    reverseInt(parsedIntegerString));
            System.out.println(reversedIntegerString);
        private static String reverseInt(String intString) {
            char[] charString = intString.toCharArray();
            char[] resultString = new char[charString.length];
            int top = charString.length;
            for(int i = 0; i < charString.length; i++) {
                resultString[i] = charString[--top];
            return new String(resultString);
        private static String showDecimalExtension(String intString) {
            StringBuffer buffer = new StringBuffer();
            StringBuffer sb = new StringBuffer(); sb.append("1");
            for(int i = 1; i < intString.length(); i++) {
                sb.append("0");
            String decim = sb.toString();
            for(int i = 0; i < intString.length(); i++) {
                String str = intString.charAt(i) + "*" + decim + " + ";
                decim = decim.substring(0, decim.length() -1);
                buffer.append(str);
            String result = buffer.substring(0, buffer.length() -3); // to get rid of the trailing '+'
            return result;
    }

  • Executing C program in a Java Program

    How can I execute a C program in a JAVA program!

    Runtime.getRuntime().exec("yourProgramName.exe");
    Or maybe you wann use JNI (Java Native Interface) if you want interaction between the C program and the Java program...

  • How to compile java programs in j2EE 1.4 SDK

    hi,
    i HAVE JUST INSTALLED NEW J2EE 1.4 SDK , IT HAS BEED INSTALLED SUCCESFULLY BUT I AM UNABLE TO COMPILE JAVA PROGRAMS WHICH I USED TO RUN IN SDK 1.4 ,OR EVEN NEW WRITTEN EXAMPLES. CAN ANYONE PLZ HELP ME.

    J2EE by itself is not capable of compiling Java. It requires that a J2SDK be installed first - this is what compiles and runs Java programs. Did you install the combination J2SDK and J2EE, or just the J2EE?
    If both are installed, then you should be able to compile and run as you used to..

Maybe you are looking for