How can i run my form application on the other site?

how can i run my form application(already compiled) on the other computer without developer/2000 environment?
What should i do ?
Thanks in advance!

Well you have to install ORACLE developer runtime on your client side. then just copy your complied forms (fmx) files to your client machine and set it up to run.
Hope this helps
Faisal

Similar Messages

  • How can i let my java application closes the other opened windows

    how can i let my java application closes the other opened windows: like any other Microsoft Internet Explorer windows ... provided that my java application is not the one i used to open those other windows.... thanks in advance

    you'll have to use JNI to access the windowAPI
    then you need a list of window handles ... I think there was a function called getWindow and in order to close them you use sendMessage .... for details check out msdn (microsoft developer network)
    somwhere I saw a tool called JUtil, which might help you getting started on accessing the win api from java
    regards
    Spieler

  • How can I run a java-application on starting of Windows 2000

    How can I run a java-application without any user on starting of Windows 2000?
    For example, if the computer is restarted and nobody enter into it yet, my java-application should run anyway.
    How can I do that?

    Hi, you have to put it in a Windows service.
    To do this you have a program, Srvany.exe that allow to insert a .exe or .bat program in a Windows service.
    For example, i develop a program, TomcatGuardian and i put it in a service because i need to run it in a server without Administrator logged in.
    Regards,
    Ivan.

  • How can I run 2 Dreamweaver windows at the same time?

    How can I run 2 Dreamweaver windows at the same time on my
    PC?
    basically I have 2 monitors and I want to edit CSS on one
    monitor and have the html page open on the other so I can quickly
    look from one to another with in a split second instead of taking
    that extra time to switch back and forth using the tabs at the top,
    I know I should probably invest into a mac so i can work out side
    of the Dreamweaver application window and I will in the future but
    is there any way i can do this on my windows XP pro PC?
    Thank you
    Maurice

    Open the CSS in DW, and use F10 to open the Code Inspector.
    Place the
    latter as needed.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Random_Yggdrasil" <[email protected]> wrote
    in message
    news:gi2htb$j4j$[email protected]..
    > How can I run 2 Dreamweaver windows at the same time on
    my PC?
    > basically I have 2 monitors and I want to edit CSS on
    one monitor and have
    > the
    > html page open on the other so I can quickly look from
    one to another with
    > in a
    > split second instead of taking that extra time to switch
    back and forth
    > using
    > the tabs at the top, I know I should probably invest
    into a mac so i can
    > work
    > out side of the Dreamweaver application window and I
    will in the future
    > but is
    > there any way i can do this on my windows XP pro PC?
    >
    > Thank you
    > Maurice
    >
    >
    >

  • How can we handle in flex application if the server is down?

    how can we handle in flex application if the server is down?

    You and me both. 
    As ambiguous as the original question was, I think he was just asking how to handle a server exception and I would suggest generally just using a Alert.show("your specific message (eg.  The server is currently unavailable)") in the place where you handle the fault return from your service or http call.  I'm sure there are more complicated messaging frameworks or approaches, but that seems to be enough for my apps.

  • How can I get new iphone I broke the other one

    How can I get new iphone I broke the other one

    What do you mean "you broke it"?
    If you dropped it you can make a Genius Bar appointment at your nearest Apple Store and do an out-of-warranty replacement for $269 USD.

  • How Can I run My Forms And Reports On Application Server 10 g Release 3

    Hi Everybody
    i need to learn steps to configure forms and reports on application server 10g release 3 pls help , i am a beginner

    hi,
    I'm also need to know "How to run My Forms And Reports On Application Server 10 g Release 3". So if u know the steps then please share with me .....

  • How Can I run a form complied on 9ids on 10g AS

    I have installed oracle 10g AS release 2 ( 10.1.2) and 9ids release 2.
    when I run a form on Application server it will show me an error, i.e.
    The form was created by an older version..
    What I can do now .
    Please let me know ASAP.
    Regards,
    Malay

    have u compiled the form in AS. If not, first compile all your forms and libraries and then try.
    priya

  • How can i run my java Application stand alone?

    Dear all,
    As the topic i want to run my application in a single file without showing the dos prompt or type in the command in dos prompt by the user......
    How can i do that, since in my application , i have used so other package?
    In fact i just want to do something like just run a executable file in windows.
    Thx

    Sounds like your JRE didn't install properly. Either reinstall it or you can enter the file association manually.
    On Windows NT (it may be different on other versions of Windows) take the View/Options menu item from an Explorer window
    Click on the File Types tab.
    Click the "New Type" button.
    Give it the name "Executable jar file" and an associated extension of jar
    Click the "New.." button
    Make the action open
    Make the application something like
    "C:\Program Files\Java\j2re1.4.0\bin\javaw.exe" -jar "%1"
    changing it for your installation.
    Col

  • How can I install my forms application??

    Hi, sorry for my english.
    I make a aplicattion in Forms and Reports, is finished. But i need install this aplicattion in other pc, i think that i need to install Oracle Xe, obviously, but... if in this pc only execute my aplicattion... Is necesary install forms and reports developer??
    Exist some packs whit only the runtimes installation for only execute my aplication??
    im use 6i version, and Oracle Xe 10g
    Please!!
    Regards :P
    Message was edited by:
    user648386

    test this: display an image from a database-table in your form. It runs with 8i, 9i databases, not 10.
    Some things like tables may run with forms 6i against 10 XE, but I don't think that it is a good idea to run it productive, without checking metalink, if 10 XE is certified

  • Running a forms application from the system tray

    I have a forms application.I want to run it from the system tray ,just like how norton antivirus or yahoo messenger works .How do i do it .Pls help

    You can create Actice EXE or OCX that enables your application to hide in system tray and embed it in your Forms6i Application.

  • How can i run my java3D programme on the server?

    i am facing the problem: In my servlet programme, i created an object of an BranchGroup which looks like this:
    public class FirstServlet extends GenericServlet {
         public void service(ServletRequest sres,ServletResponse srep) {
    BG bg = new BG();
    in the BG programme, it should be like this:
    import com.sun.j3d.utils.applet.*;
    import com.sun.j3d.utils.universe.*;
    import com.sun.j3d.utils.geometry.*;
    import javax.media.j3d.*;
    import javax.vecmath.*;
    so when i click "submit" and the servlet is invoked, the erro page comes:
    500 Internal Server Error
    java.lang.NoClassDefFoundError: javax/media/j3d/SceneGraphObject
         at FirstServlet.service(FirstServlet.java:22)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.e[i]Long postings are being truncated to ~1 kB at this time.

    Well you have to install ORACLE developer runtime on your client side. then just copy your complied forms (fmx) files to your client machine and set it up to run.
    Hope this helps
    Faisal

  • How can I get a printable list of the web sites in a tab showing both the name of the site and it's location?

    I use tab groups for specific projects and would like to print/save a list of the websites used on each project. Using the list function on a tab group produces a list of the web-sites which can be printed/saved via PrtSc and Word. How can the web-site addresses be included? With this list available I would then close the tabs.

    Someone might have created an add-on for this, although I didn't find one in a search.
    Could I suggest this workaround for now:
    (1) Use the Bookmark All Tabs feature (right-click a tab when your tab group is displayed) to save all tabs to a new folder on the bookmarks menu. Some tips in the "How do I bookmark all of my open tabs?" section of this article: [[How to use bookmarks to save and organize your favorite websites]].
    (2) Export bookmarks to an HTML file. Unfortunately, this will be all bookmarks, not just the ones you want, but hang in there. This article has the steps: [[Export Firefox bookmarks to an HTML file to back up or transfer bookmarks]].
    (3) Open the exported HTML file in Firefox or your favorite WP program. Now you can either:
    (A) Copy/paste the live links for your tab group into your preferred form of archival storage. Or
    (B) Print (e.g., select the relevant bookmarks and use the Print Selection feature). However, in order to show the URLs, you need to hack the page a little bit.
    (i) In Firefox, you can run a little script in the Web Console on the bookmarks page. Press Ctrl+Shift+k to open the web console. Copy the following line of script, then paste it next to the caret (">") in the web console and press Enter. The URLs should appear after the links.
    for(var i=0; i&lt;document.links.length; i++) {document.links[i].parentNode.appendChild(document.createTextNode(' ['+document.links[i].href+']'))}
    (ii) In Word, there probably is a macro to split the hyperlink fields into the display text and URL. If Word is your preferred tool, I'll see whether I can write one.

  • How can I re-connect rendered files at the other FCP and different drives

    Hello all.
    Does anyone know how to re-connect rendered files in another work station.
    This is feature film and we need to render effects before playback. It seems to take so long time.
    We have really unconventional setting. We use 2 FCP stations and separated media drives.
    Our resolution is AppleProRes 444 23.97P 1920x1080 which is very high res for just off-line editing.
    I was wondering if I can create new project which has just the sequence
    and render at the one station. Then copy rendered files to the other FCP station. I tried, but when the FCP asks for "reconnect" they can seem to do it. - we cannot output DVD at my station and the editor wants to keep working till just before the output.
    Exporting QT is another way to make DVD, but it takes 7 hrs vs. 1.5 hrs length film and we cannot have time to do it .
    If anyone knows the tips, please let me know. Thank you

    FWIW, FCP often doesn't reconnect render files very well. It's usually best just the re-render.
    -DH

  • How can i get rid of all of the "other" stuff on my ipod.

    I can't get it and my ipod is over capacity because of the "other" stuff on there .

    An other less that about 1 1/2 GB is normal.
    If larger that large usually indicates that the "other" includes corrupted files.  Usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Backing up, updating, and restoring iOS software

Maybe you are looking for