How can I run a application on a machine without JDK installed?

Hi all,
I'm new to java,I want to know if there's a way to run a application on a machine without JDK installed, I noticed that some server application such as Domino have CORBA applications running in background,how can I set up such environment without JDK installed?
Thanks.

I believe there are two basic ways you could go about this.
1) Install the JRE (Java Runtime Environment) on the machine in question.
2) Use JSP to make a server side app that interacts via browser on the local machine.

Similar Messages

  • How can I run aqua applications on remote machine

    Hi, I would like to know how to run an aqua application on a remote mac, but display the result on the local machine. I can easily do that for X applications under Unix through ssh, but I don't know what is the equivalent for aqua. Since the remote machine is much faster than my local one, I don't want to just mont the remote disk, since in this way I'll be running on my slow local resources.
    Thanks

    To the best of my knowledge, Screen Sharing is your only option.
    Screen Sharing is Apple's dressed up VNC.  When going Mac to Mac it is rather good.  When mixing 3rd party VNC clients or servers with Apple's Screen Sharing components, you performance may vary.

  • How can i run Webdynpro application

    How can i run Webdynpro application without using Developer Studio? Where should i put a whole project and how shoud i start it.
    Thanks!
    Maciek

    Hi Maciej
    You wouldnt require a Developer Studio to run you
    application.But you would require it to deploy (if are
    using the JDI ,atleast to perform an Activation).
    However you can launch the application once deployed
    through the Web Dynpro Content Administrator
    http://<servername>:50000/webdynpro/welcome/
    The deployed applications are present on the
    lefthandside. They can be expanded to drill down to the
    Application and the press Run
    Regards
    Pran

  • I created an application on a machine with Labview 6.01, can I run this application on another machine that has labview 5?

    In the development center we use Labview 6.01, in the testcenter we use labview 5.
    Additionally, in the development center we use a unix version of Labview and in the testcenter a Windows version.

    You can Save with Option to save VIs as version 5.
    Unless your VIs deal with system files in UNIX or Windows (ie. Registry...)
    then you have to develop your VI specificly on that OS, since UNIX and
    Windows have different ways to deal with system files. Mostly, LabVIEW is OS
    independent. I used to have VIs developed from LabVIEW v.3 on UNIX, I can
    still open these files from LV v.4 on Windows. Now I can still work with
    these VIs on LV 6 on Windows.
    Good luck,
    Nam.
    roybra wrote in message
    news:[email protected]..
    > I created an application on a machine with Labview 6.01, can I run
    > this application on another machine that has labview 5?
    >
    > In the development center we use Labview 6.01, in the testcenter we
    > use l
    abview 5.
    >
    > Additionally, in the development center we use a unix version of
    > Labview and in the testcenter a Windows version.

  • How can I run other application?

    Hello everyone!
    I have few questions, for example I use this to run other application:
    Runtime.getRuntime().exec("C\\Program Files\\Opera\\Opera.exe");1. It works, but how can I run Opera.exe, when I don't know where was install Opera?
    2. I want open URL, but I don't care what browser will be use. How do this?
    p.s.
    I hope, you will understand my English =)

    In Windows, to open a URL in the default browser you simply use the START command, like this:START http://www.canadiantire.ca/Try that at the command line. You can use Runtime.exec() to do this, as has been discussed in several hundred earlier posts in this forum.

  • How can I run another application from my Form

    Dear Gurus,
    Can anybody tell how can I run a non oracle application from my Forms..
    Can it be done thru DDE package..
    If yes then how..??
    Can it be done like Excel calling thru DDE package???
    Thanks in Advance..
    Regards
    Swati..

    Keep in mind that HOST will execute where the runtime is located. This means for Forms 6.x and older, if the application is running as client/server, HOST will correctly execute on the client. If your application (Forms 6.x and newer) is run via a web browser, HOST will execute on the server and not the client machine.
    Without knowing exactly which Forms version you are using and where you want the call to be executed it will be difficult to offer suggestions.

  • How to run JMF Applet on a machine without JMF installed

    Hi
    I have found many question about that but I don't undertand reply.
    I want display a JMF Applet on a machine without JMF installed. This PCs browser is the Netscape navigator 4.78
    I have restrictions, I can't install anything on a client machine. What can I make ?
    Is there solutions ?
    Is it possible to install few components to run the JMF Applet and desinstall it properly ?
    Thanks.
    Sorry I don't speak well english.

    private void detectDevices(Label la) {
    // Check if VFWAuto or SunVideoAuto is available
    Class directAudio = null;
    Class autoAudio = null;
    Class autoVideo = null;
    Class autoVideoPlus = null;
    Object instanceAudio;
    Object instanceVideo;
    Object instanceVideoPlus;
    try {
    directAudio = Class.forName("DirectSoundAuto");
    } catch (Exception e) {
    try {
    autoAudio = Class.forName("JavaSoundAuto");
    } catch (Exception e) {
    try {
    autoVideo = Class.forName("VFWAuto");
    } catch (Exception e) {
    if (autoVideo == null) {
    try {
    autoVideo = Class.forName("SunVideoAuto");
    } catch (Exception ee) {
    try {
    autoVideoPlus = Class.forName("SunVideoPlusAuto");
    } catch (Exception ee) {
    if (autoVideo == null) {
    try {
    autoVideo = Class.forName("V4LAuto");
    } catch (Exception eee) {
    if (directAudio == null && autoAudio == null &&
    autoVideo == null && autoVideoPlus == null) {
    return;
    try {
    if (directAudio != null) {
    instanceAudio = directAudio.newInstance();
    la.setText("loading....dirver:"+directAudio.getName());
    if (autoAudio != null) {
    instanceAudio = autoAudio.newInstance();
    la.setText("loading....dirver:"+autoAudio.getName());
    if (autoVideo != null) {
    instanceVideo = autoVideo.newInstance();
    la.setText("loading....dirver:"+autoVideo.getName());
    if (autoVideoPlus != null) {
    instanceVideoPlus = autoVideoPlus.newInstance();
    la.setText("loading....dirver:"+autoVideoPlus.getName());
    } catch (ThreadDeath td) {
    throw td;
    } catch (Throwable t) {
    call this function for init

  • 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 can i run Qt application on my n97?

    hi friends. i have n97 but i can't run any qt applications cause qt not working on my device. what can i do for work it? is there anyone can help me? thanks

    @ugur35
    Would have thought that there may be issues upon N97 as so little free phone memory available.
    Happy to have helped forum with a Support Ratio = 42.5

  • How can I run this application on my MacBook:      alphalist_full_setup_v3_4.exe      ?

    Hello,
    Please help. I have a MacBook and I could not run the application I need for my Tax Deadlines. Here is the alphalist set up alphalist_full_setup_v3_4.exe.
    Thank you,
    Claire Basa

    In Windows, CrossOver Mac, or through WineSkin.
    (75598)

  • How can I reinstall Garageband application from Time Machine

    I somehow LOST my GarageBand application. I can see it on my Time Machine but I don't know how to restore JUST that application. I still have my garage band files.

    Which version of mac os x does your new mac have?
    Actually photoshop elements 6 should work on modern intel macs.
    The only problem is that adobe doesn't have photoshop elements 6 installers available anymore, though there may be a chance to get the pse 6 installer if you bought pse 6 as a download from adobe
    and login to your adobe account using the same user id and password as you did back then.
    Otherwise hopefully you have the photoshop elements 6 install dvd.
    Photoshop elements 13 is the current version that adobe has for sale
    https://www.adobe.com/products/photoshop-elements.html

  • How can you run an executable from AS2 code without using fscommand() or a projector?

    Just using some short .asc files made out of Notepad for some back-end server stuff, but without using fscommand() or projectors, how can you call an executable? There's a C++ program that I want to run from more-or-less the same directory as the .asc files, which handles some logging, and I need to be able to pass it arguments when telling it to run.
    Please note that I have Googled this with no useful results and that I'm on an assignment that necessitates this question. Also I'm open to the possibility that it can't be done.
    Thanks!

    The swf is on a different server and using AS3.  The little bit of AS2 back-end stuff is on a few different servers that the swf is hooking up to for streaming video and audio.  The executable would be on the AS2 servers.

  • How can I reformat my MBP's hard drive without the Install Disk?

    My MacBook Pro got a virus, and I need to reformat my computer without the Install Disk (I don't have it anymore).
    Is it possible to fix it?

    you don't have a virus.
    your best antivirus is already installed in your Macbook.  It's called OS X Lion. (fully updated).
    do not install any memory resident antivirus in your computer.  Especially anything made by Norton or Mackeeper.
    download and install ClamX AV a non memory resident anti virus and scan your macbook once a week.
    since you're running Lion, you can create a Lion Recovery Disk Assitant in a USB Thumb Drive.  Click here. for more info.

  • How can I run  other applications at the same time as downloading email

    When I open my computer if I check mail on entourage first and there are 30+ messages I can not use other apps at the same time as the mail is downloading, is there a way to have email operating in the background. Curiously if I am using another application and a mail comes in , the first app runs with mail running in the background , Why is this not the case when Entourage is the first program running and it is downloading mail.

    http://www.officeformac.com/ProductForums/Entourage/ Alternatively, don't launch it at login, launch it after logging in.

  • How can i run an application from an external hard drive on my macbook air, since I've got less space on my SSD

    Ive got a 128GB SSD on my macbook Air and i know as time goes on ill eventually run out of space so i want to know if their suggestions on how to run applications like google chrome, Skype etc on an external hard drive with out installing int on my SSD.

    Double click on them.
    You could create Aliases and store them in a convenient place.
    Drag the folder with the apps to your Dock and launch them from the folder on your Dock.
    Make sure Spotlight indexes your external disk, then use Command-Space -> name of app -> return

Maybe you are looking for

  • Trouble showing .orf files in Bridge CS3

    Having moved to a new mac I just installed my old CS3 package. Everything seems to work fine but I can no longer see my photos from my Olympus E-3, raw .orf files. I have tried to upgrade Bridge but with no results in that regard. I also added the DN

  • Not getting data in cube from PSA.

    Hi Xperts, we r loading the data to our cube for some material code.but when i am checking for that material code with PSA as i am not getting the material codes in PSA.(the material code of PSA and Cube r totally different,some of the material code

  • HOT HOT HOT HOT!!! Mac Book Pro Retina, Mid 2012 with 2 external Displays HOT HOT HOT HOT!!!

    Hi, i think i have a serious heat problem and i am a bit afraid of melting the mac book (It happend before with an older mac book pro, graphic card melted...yes, it did...) i own a Retina, Mid 2012 Processor  2.6 GHz Intel Core i7 Memory  16 GB 1600

  • 10.3.9 Won't stay connected to a SMB Share

    I have a G5 iMac running 10.4.10 and a G4 iBook running 10.3.9. On my home network I have a NAS drive (Simpleshare by Simpletech) running a Linux system. The NAS has a common share named NETFOLDER used to store common files, MP3s etc. I can connect t

  • File adapter picking up partial files

    Hi All, We are facing a wierd problem with the File Adapter. The problem is that, we are getting the xml files from the source system, and PI is supposed to pick them up and process them. Sometimes, the file adapter is picking up the empty files / pa