How to Compile IMExample java application

Hello,
I did not find any readme.txt in the \demo folder.
Can anyone help me on how to compile the IMExample application.
THanks,

Hello,
I did not find any readme.txt in the \demo folder.
Can anyone help me on how to compile the IMExample application.
THanks,

Similar Messages

  • How to download IMExample java application??

    Hi all,
    I need to research Multimedia database in Oracle. I tried to find and to download IMExample Java application. but I don't know where I can find the IMExample in Oracle database.
    Please, any one can help me where I can download IMExample Java application ???
    Thanks alot !!

    Hi
    I have such problem
    I must make database which store monkey's audio audio file (*.ape)
    but Intermedia support only such file:
    # This file controls what MIME types are sent to the client for the
    # given file extensions. Sending the correct MIME type to the client
    # is important so they know how to handle the content of the file.
    # Extra types can either be added here or by using an AddType directive
    # in your config files. For more information about MIME types
    # please read RFC 2045, 2046, 2047, 2048, and 2077.
    # MIME type               Extension
    application/activemessage
    application/andrew-inset
    application/applefile
    application/atomicmail
    application/dca-rft
    application/dec-dx
    application/mac-binhex40     hqx
    application/mac-compactpro     cpt
    application/macwriteii
    application/msword          doc
    application/news-message-id
    application/news-transmission
    application/octet-stream     bin dms lha lzh exe class
    application/oda               oda
    application/pdf               pdf
    application/postscript          ai eps ps
    application/powerpoint          ppt
    application/remote-printing
    application/rtf               rtf
    application/slate
    application/smil          smi smil sml
    application/wita
    application/wordperfect5.1
    application/x-bcpio          bcpio
    application/x-cdlink          vcd
    application/x-compress
    application/x-cpio          cpio
    application/x-csh          csh
    application/x-director          dcr dir dxr
    application/x-dvi          dvi
    application/x-gtar          gtar
    application/x-gzip
    application/x-hdf          hdf
    application/x-javascript     js
    application/x-koan          skp skd skt skm
    application/x-latex          latex
    application/x-mif          mif
    application/x-netcdf          nc cdf
    application/x-sh          sh
    application/x-shar          shar
    application/x-stuffit          sit
    application/x-sv4cpio          sv4cpio
    application/x-sv4crc          sv4crc
    application/x-tar          tar
    application/x-tcl          tcl
    application/x-tex          tex
    application/x-texinfo          texinfo texi
    application/x-troff          t tr roff
    application/x-troff-man          man
    application/x-troff-me          me
    application/x-troff-ms          ms
    application/x-ustar          ustar
    application/x-vnd.realmedia rm
    application/x-vnd.realtext rt
    application/x-wais-source     src
    application/zip               zip
    audio/basic               au snd
    audio/midi               mid midi kar
    audio/x-mpeg               mpga mp2 mp3
    audio/x-aiff               aif aiff aifc
    audio/x-pn-realaudio          ram
    audio/x-pn-realaudio-plugin     rpm
    audio/x-realaudio          ra
    audio/x-wav               wav
    audio/x-ms-wma               wma
    audio/x-ms-wax               wax
    chemical/x-pdb               pdb xyz
    image/bmp bmp
    image/gif               gif
    image/ief               ief
    image/jpeg               jpeg jpg jpe
    image/pict pict pct
    image/png               png
    image/tiff               tiff tif
    image/x-cmu-raster          ras
    image/x-portable-anymap          pnm
    image/x-portable-bitmap          pbm
    image/x-portable-graymap     pgm
    image/x-portable-pixmap          ppm
    image/x-rgb               rgb
    image/x-xbitmap               xbm
    image/x-xpixmap               xpm
    image/x-xwindowdump          xwd
    message/external-body
    message/news
    message/partial
    message/rfc822
    model/iges               igs iges
    model/vrml               wrl vrml
    model/mesh               msh mesh silo
    multipart/alternative
    multipart/appledouble
    multipart/digest
    multipart/mixed
    multipart/parallel
    text/css               css
    text/html               html htm
    text/plain               txt
    text/richtext               rtx
    text/tab-separated-values     tsv
    text/x-setext               etx
    text/x-sgml               sgml sgm
    text/xml               xml dtd
    video/mp4 mp4
    video/3gpp 3gp
    video/mpeg               mpeg mpg mpe
    video/quicktime               qt mov
    video/x-msvideo               avi
    video/x-ms-asf               asf asx
    video/x-ms-wmv               wmv
    video/x-ms-wvx               wvx
    video/x-sgi-movie          movie
    x-conference/x-cooltalk          ice
    There is no ape file, how can I add the new format *.ape
    "Extra types can either be added here or by using an AddType directive" ??? how can I do it ?
    Thanks

  • How to compile my java application for Personal Java??

    i write a simple program and want to run it in PJEE.
    program is:
    import java.awt.*;
    public class TestApp {
    public static void main(String[] args) {
    Frame f = new Frame();
    f.pack();
    f.setSize(300,300);
    f.show();
    and i compiled it using JDK1.4
    javac TestApp.javathen i want to test it by using pjava
    pjava TestAppbut i got a error message:
    Error loading class TestApp: Bad major version numberplease tell me what it is mean and how i can debug it, thanks.

    hi, all
    i have resolved my question by myself.
    because:
    |-> personal java
    |
    jdk1.1 -> jdk1.2 -> jdk1.4
    so, i must compile the java file by using jdk1.1.x
    :)

  • How to compile a java file which is in memory?

    how to compile a java file which is in memory?
    such as:
    String s="class MyClass {....}";
    how to compile the string?
    thx

    come on ...That was a perfectly valid solution.
    Do you know how to call the sun.* compiler? If not then search the forums for it. If that interface still exists (which it might not in newer versions) you then will create a string stream from your class and pass it to that.

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • How to compile Oracle java strored procedure in Putty

    I have created a java strored procedure , which would be invoked by oracle function.
    This java stored procedure is get compiled via SQL plus. While compiling by the use of putty , it shows lots of compilation error .
    How to compile Oracle java strored procedure in Putty??

    You'll need to add the j2ee.jar to your classpath. Usually you'll have to add some jars from your app server to your classpath as well.
    For example (using weblogic):
    javac -classpath c:\java\j2ee\j2ee1.3.1\lib\j2ee.jar;c:\tools\appserver\weblogic\wl7.1\lib\weblogic.jar
    HelloServlet.java

  • How to compile your flex application for Iphone Using Adobe Flash CS5?

    How to compile your flex application for Iphone Using Adobe Flash CS5?

    I'm so sorry, I'm not really familiar with the codes.

  • How to compile a java file(Servlet) in J2EE v1.3.1

    This is my first time using J2EE instead of J2SE!!HOw to compile a java file in J2ee\bin because there is no javac in j2ee and when i compile in J2se i got
    G:\j2sdk1.4.1_01\bin>javac HelloServlet.java
    HelloServlet.java:2: package javax.servlet does not exist
    import javax.servlet.*;
    This mean it doen;t support servlet in J2se!!so how can /what command to compile a servlet java file in j2ee.Thanks

    You'll need to add the j2ee.jar to your classpath. Usually you'll have to add some jars from your app server to your classpath as well.
    For example (using weblogic):
    javac -classpath c:\java\j2ee\j2ee1.3.1\lib\j2ee.jar;c:\tools\appserver\weblogic\wl7.1\lib\weblogic.jar
    HelloServlet.java

  • How to compile a Java file

    Hi All,
    I am extending a seeded CO and when I try to compile it in JDev , it asks for many class files the seeded CO imports.
    I have copied all those imported files to my local system and when I try to compile , it still throws an error that some class files used by the classes imported in seeded CO are missing. Now this goes on and on. ( Seems entire server needs to be on my local system).
    Now I decided to port the custom CO to server and compile it there. Even this seems to be a hard task for me as the javac command is not working on the server. It throws following exception
    Exception in thread "main" java.lang.ClassFormatError: com.sun.tools.javac.main. Main (erroneous method access flags)......................................
    Pls suggest how to compile a java file , as downloading entire server classes is a herculean task for me.
    Thanks,
    Srikanth

    Hi Avajain & D.Ram ,
    Thanks for the reply.
    I have downloaded around 70 dependent class files to local system. Now the CO is getting compiled correctly.
    I am extending a region level controller in Payroll page where in I have to default the salary to a predefined value.
    This field is having a VO attribute to it. Now can I go ahead and set a value to the MessageTextInput or should I extend the VO to replace the desired value in the place of already queried value.
    Thanks,
    Srikanth

  • How to schedule a java application via Windows Scheduler

    I can't figure out how to schedule a java application using the Windows Scheduler. Do I schedule the java application with the .class file as a parameter? How do I pass arguments to it?
    To execute FileCopy.class, my best guess was:
    Start | Control Panel | Performance and Maintenance | Scheduled
    Tasks | Add Scheduled Task | Browse | Program Files | Java |
    jre1.5.0_06 | ... Advanced Properties
    Under the Task tab:
    Run: "C:\Program Files\Java\jre1.5.0_06\bin\java.exe"
    Start In: "MyDocuments\Eclipse_Workspace\Java_File_Copy
    FileCopy"
    This does not work. How do I schedule the FileCopy.class java application, and how can I pass arguments to it? Can this be done without specifying a password?
    TIA,
    John

    Suppose that your class is FileCopy (has no package name) and is located under MyDocuments\Eclipse_Workspace\Java_File_Copy folder, then you should have:
    Run: "C:\Program Files\Java\jre1.5.0_06\bin\java.exe" FileCopy
    Start In: "MyDocuments\Eclipse_Workspace\Java_File_Copy"
    And yes you must provide a user password to execute the task.
    Best way to do this is to create a special user (with password) for executing this task.
    Regards

  • How to compile a java source from a java program

    Hi .
    I would like to know how to compile my java source from inside an execution of a java program.
    Is there another way than rather use :
    Runtime.getRuntime().exec("javac myFile"); ?

    you can and cann't use the source code of javac... or maybe use jikes...

  • How can i run java application at system startup just liks as services

    How we can run java application at the time of system
    starts up just like as services.

    Hi,
    At first you have to create an exe of the class file.
    for that go to the site www.duckware.com/java2exe.html
    Click on the j2exe23c.exe(75k) download it and install in ur system. convert the class file to windows exe.
    The put the exe in the startup folder in windows.
    If ur not able to find that folder search for it and put that exe in that folder.

  • How to compile my own applications

    Hello,
    I have been working through a book on J2ee, and getting on very well, apart from the fact that I cant create my own applications because I dont know how to compile them!!!
    Im used to just typing javac classsname.java, and it all gets done - I've tried this on my J2ee source files and I keep getting errors becasue the J2EE library classes I reference cant be found.
    I have been doing the exercises and examples that came with the book with no trouble, using asant to compile and build programs. I can use asant in this way with no problems, but that is becaause of a ready-cooked build.xml file and the works.
    Is asant the only way to compile J2EE apps, and if it is how do I go about using it for my own applications? Does it mean building my own build.xml file for each application I writeand then using asant as in the case of the examples?
    can javac not be used on its own to compile the application?
    Thanks for the feedback.

    Im used to just typing javac classsname.java, and it
    all gets done - I've tried this on my J2ee source
    files and I keep getting errors becasue the J2EE
    library classes I reference cant be found.J2EE library classes are in $J2EE_HOME/lib/j2ee.jar
    I have been doing the exercises and examples that came
    with the book with no trouble, using asant to compile
    and build programs. I can use asant in this way with
    no problems, but that is becaause of a ready-cooked
    build.xml file and the works.
    Is asant the only way to compile J2EE apps, and if it
    is how do I go about using it for my own applications?
    Does it mean building my own build.xml file for each
    application I writeand then using asant as in the case
    of the examples?
    can javac not be used on its own to compile the
    application?asant comes with predefined ant targets which has been found very useful. Check out the J2EE tutorial (http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html) and the J2EE-SDK samples bundle. You can also use ant and write your own targets. Check out J2EE BLuePrints applications (java.sun.com/blueprints) or the BLuePrints solutions catalog (https://bpcatalog.dev.java.net/). Hope this helps

  • How to turn a Java Application an .exe file?

    Hello, I'am just above new commer in Java world. I was wondering if anyone could help me. I just developed an application in java, how can I turn it into exe file? is there a way I can run this application without the "Command" promt (window) running?
    Pls. help my email address is "[email protected]"
    Any assistance will be largely appreciated.

    you can try the J++ compiler provided with the JBuilder from Microsoft but this is just compiling the java to C++. to create a standalone exe is as far as I know impossible. U can try to use a jar-archive (create with the sdk) and if a Java Virtual Machine is installed (normally with every popular web-browser) it will run with a doubleclick

Maybe you are looking for