How to Run Foms in 10g DS/Application sever

Hi All Dears
i need guidence for seting the environment for the 10g DS/application sever to run forms in client server environment because i am switching from 6i to 10g form and database both to run my project in browser environment
home will provide me a solid guidence for such matters
Thanks
Qaiser Hassan Awan

No sir i did not mean by client sever as u pick my prob is as under
i am facing a prob that is i have installed 10g database / Developer suite ,
now i created a form on DS which is running fine with in the environment on DS but now prob is
when i run this form from Desktop its failed to run and generate an error with creating a .err file and give a message that is file not generated ,
does any one can tell me what is the method of configuration for 10g forms to run it from clioent side ,
now i have also installed its application server too but what should do now to run it in browser environment from client desktop
wiating for Reply
Qaiser Hassan Awan

Similar Messages

  • How to run ear file in java application server

    i want how to run .ear file in java application server
    1. i m created ear file
    2. i m created jar file (bean,home,remote)
    3.i m created war file(in the form of jsp)
    but till now i couldnt run ear file
    how to run
    please hel me

    You must create :
    1.Jar file
    2.War file
    And then put them into an ear file
    Exemple : myapp.ear contains
    myappEJB.jar
    myappWEB.war
    META-INF/application.xml
    and application.xml looks like this :
    <application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com /xml/ns/j2ee
                            http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
        <display-name>myapp</display-name>
        <description>Demo application</description>
        <module>
            <ejb>myappEJB.jar</ejb>
        </module>
        <module>
          <web>
             <web-uri>myappWAR.war</web-uri>
             <context-root>/myapp</context-root>
          </web>
        </module>
    </application>Good luck

  • How To run Currency translation for Consolidation Application in BPC NW

    In "How To do Currency Translation for Financial Application in BPC 7 NW", the author mention that there is another "How To run Currency translation for Consolidation Application in BPC NW", anybody know where to get it?

    Hi...
    Check if the below links are useful to you.....
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6052a57b-8c64-2c10-b3a5-b0378ff21243&overridelayout=true
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0ea1fd8-d6d3-2a10-c1ab-e8164dd98316
    You can find all How-to docs in the below link
    http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides

  • How to run notepad from a web application

    hi
    can any body know,how to run notepad from a web application under tomcat

    You already asked this question:
    http://forum.java.sun.com/thread.jspa?threadID=5150005&messageID=9561597
    Obviously running notepad on the clients PC is not possible (ignoring active x)

  • How can run one JSF 1.1 application in Glassfish v2?

    Hello
    How can run one JSF 1.1 application in Glassfish v2?
    I need deploy one JSF 1.1 application in Glassfish v2. It's possible?
    Paulo

    in Glassfish v2 I have the messege error:
    java.lang.RuntimeException: WEB5002: Exception in handleBeforeEvent.
         at com.sun.web.server.J2EEInstanceListener.handleBeforeEvent(J2EEInstanceListener.java:250)
         at com.sun.web.server.J2EEInstanceListener.instanceEvent(J2EEInstanceListener.java:106)
    [#|2007-08-14T10:49:16.438-0300|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=21;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=416049de-0564-4eb6-8d07-ac8f65f5f7fa;|ApplicationDispatcher[/lilya2] PWC1225: Allocate exception for servlet FacesServlet
    java.lang.RuntimeException: WEB5003: Exception in handleAfterEvent.
         at com.sun.web.server.J2EEInstanceListener.handleAfterEvent(J2EEInstanceListener.java:320)
    but in Tomcat 5.5 it work without problems.

  • How to run a Java EE client application ?

    Greetings,
    I have a Java EE Application Project created with Eclipse (OEPE) and I don't know how to run it ? I asked the question on the OEPE forum but didn't manage to have any pertinent answer. I have also looked at Developing Java EE Application Clients (Thin Clients) in the Programming Stand-alone Clients book and tried to use commands as weblogic.clientDeployer and weblogic.j2eeclient.Main but haven't been able to get them working. And anyway, they are not done to be used in Eclipse as I didn't find any ant tasks for them.
    Many thanks in advance for any help.
    Nicolas

    I have an ear with the following content:
    0 Thu Apr 23 12:20:52 CEST 2009 APP-INF/
    0 Thu Apr 23 12:20:52 CEST 2009 APP-INF/classes/
    0 Thu Apr 23 12:20:52 CEST 2009 APP-INF/lib/
    6843 Thu Apr 23 12:20:52 CEST 2009 APP-INF/lib/ww204-jpa.jar
    0 Thu Apr 23 12:20:52 CEST 2009 META-INF/
    542 Thu Apr 23 12:19:44 CEST 2009 META-INF/application.xml
    25 Thu Apr 23 12:20:52 CEST 2009 META-INF/MANIFEST.MF
    659 Mon Apr 20 18:37:56 CEST 2009 META-INF/weblogic-application.xml
    1220 Thu Apr 23 12:20:52 CEST 2009 ww204-client.jar
    4040 Thu Apr 23 12:20:52 CEST 2009 ww204-ejb.jar
    I'm running the following command:
    java -classpath C:\bea\wlserver_10.3\server\lib\weblogic.jar weblogic.ClientDeployer ww204.ear ww204-client
    This creates the jar with the following content:
    764 Thu Apr 23 12:04:42 CEST 2009 Main.class
    0 Thu Apr 23 12:20:52 CEST 2009 META-INF/
    351 Thu Apr 23 12:10:08 CEST 2009 META-INF/application-client.xml
    43 Thu Apr 23 12:02:26 CEST 2009 META-INF/MANIFEST.MF
    And of course, when I try to run the client using the command:
    C:\Users\nicolas>java -classpath C:\bea\wlserver_10.3\server\lib\weblogic.jar weblogic.j2eeclient.Main ww204-client t3://localhost:7001
    it raises the following exception:
    java.lang.Exception: Stack trace
         at java.lang.Thread.dumpStack(Thread.java:1206)
         at weblogic.j2eeclient.Main.run(Main.java:194)
         at weblogic.j2eeclient.Main.main(Main.java:926)
    java.lang.Exception: Stack trace
         at java.lang.Thread.dumpStack(Thread.java:1206)
         at weblogic.j2eeclient.Main.run(Main.java:196)
         at weblogic.j2eeclient.Main.main(Main.java:926)
    Exception in thread "Main Thread" java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.j2eeclient.Main.run(Main.java:201)
         at weblogic.j2eeclient.Main.main(Main.java:926)
    Caused by: java.lang.NoClassDefFoundError: fr/simplex_software/slsb/FacadeRemote
         at Main.main(Main.java:10)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.j2eeclient.Main.run(Main.java:201)
         at weblogic.j2eeclient.Main.main(Main.java:928)
    The ww204-client.jar was created as an OEPE J2EE Application Project and it was extracted with weblogic.ClientDeployer from the ear exported by OEPE. But it doesn't contain the required classes.

  • How to Run the MDK Sample Example Application in SAP NWDS

    Hi all,
    As i go through the MDK 2.5 i have physically under gone with all option that are included in
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a
    this site and imported the Example 1 Application in nwds, but when try to run it,this application asking to mention some main Class option .
    tell me which class should i mention to run the example1 application.
    so please help me out of it ,
    thanks and Regards,
    Venu

    hi Venu Gopal,
    Welcome to the SDN and Mobile Community.
    Pl. check my weblog on this "Execute and Debug Applications from NWDS". /people/arunkumar.ravi/blog/2006/02/22/execute-debug-your-mi-code-from-nwds
    I've explained how to run the application from NWDS itself.
    Regards
    Arunkumar R

  • How to run Logminer Viewer 10g

    Is there any graphical LogMiner Viewer in 10G ?
    I've found very nice the 9i version, and I can't believe we've lost it in 10g.
    If there is any, does anybody know how to start it from EM or standalone (like oemapp lmviewer in 9i)

    Hi!
    You must install Client 10g(separately CD).
    Java OEM console include.
    And run command: oemapp lmviewer

  • How to Run Oracle DeveloperSuite 10g on Internet Explorer 8 in Win XP SP2

    I am using windows XP SP2
    I am using Developer Suite 10g
    I can run form in Internet Explore 6 but I can't run it in IE8 or in Mozilla Firefox 3.6
    How can i run form in IE8 or MF3.6.
    I need your help.
    Thanks
    Zico

    And this has what to do with installation/upgrade/environment/migration of WebLogic Server?

  • How to run a vi from Java application?

    I am passing data to a vi from my java swing application using data socket bean but I have to manually open and run the vi. How can I programatically open and run the vi from my java application without using ActiveX automation server?

    I don't know Java but if you can issue a shell command then you can run the VI with the command line:
    "\labview.exe" ""
    You have to set the VI to "Run when opened". The VI will run each time the command is issued, even if the VI is already opened.
    LabVIEW, C'est LabVIEW

  • How to run background process with web application

    Hi,
    I have a web application , a servlet. I would like to have a background process that collecting data for my servlet.
    How can I achieve this? can someone point me to a tutorial or example?
    Also, would it be possible to share an object between the background process and myservlet?
    Thanks,

    Thanks for the idea.
    I had the background process running. :)
    But I'm still do not understand this part to share an object such as Java Map (<id,myobject>), what do you mean by "task a property of my ServletContextListener" ?
    BalusC wrote:
    If you make the task a property of your ServletContextListener implementation and put the implementation in the application scope, then you can access it from any servlet.Do you mind explain to me a bit more I'm still fairly new with this or maybe if you know an example.
    Here's my code snippet so far. How can I share myList to MyServlet?
    public class MonitorTimer extends TimerTask
           private Map<String, Channel> myList;
         @Override
         public void run()
              System.out.println("Monitor Timer times up");
              //Clear the map before fill with the new data
              if(myList!= null)
                   myList.clear();
              loadConfig();
            private void getData()
               //fill myList with data
    public class MyContextListener implements ServletContextListener
         @Override
         public void contextDestroyed(ServletContextEvent arg0)
              // TODO Auto-generated method stub
         @Override
         public void contextInitialized(ServletContextEvent arg0)
              System.out.println("Context Initialized");
              Timer timer = new Timer();
              //Run MonitorTimer every 2 minutes
              timer.scheduleAtFixedRate(new MonitorTimer(), 10*1000,2*60*1000);
    public class MyServlet extends HttpServlet implements Servlet
         @Override
         public void destroy()
              // TODO Auto-generated method stub
              super.destroy();
         @Override
         protected void doGet(HttpServletRequest request, HttpServletResponse response)
                   throws ServletException, IOException
    }Thank you so much for your help,
    Edited by: geek.shrek on Nov 4, 2009 1:50 PM

  • How to Run a Hello World Java application on WIndows Mobile

    Hi!
    We have a sample Plug-in environment Java application downloaded from http://www-128.ibm.com/developerworks/library/os-ecl-ercp/index.html - IBM library.
    We have downloaded the source files org.eclipse.testworkbenchapp_1.0.0.jar and tried running the application on desktop PC, this worked fine.
    We are using Eclipse 3.2 to run this Java application on Desktop.
    Now, we are trying to run the same application on Intermec Windows Mobile 5.0 device.
    1. The device has IBM J9 ? WebSphere MicroEnvironment MIDP 2.0 for Windows Mobile2003 installed in it.
    2. On installing this on Windows Mobile, in Start ? Programs ? we find MIDlet HQ - on launching this, opens a window with Install button.
    3. On Click on Install button, another window opens which asks for URL to install.
    4. In the URL Edit box, I give file:////Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar which is present in \MyDocuments\Update site folder copied from desktop workspace via Active sync ? As mentioned in the above IBM library site.
    5. I have also tried file:////MyDocuments\Updatesite\Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar as input to URL.
    6. On click OK, I get an error titled AMS Error with description The application descriptor was missing the required MIDlet Name field.
    I am held up here and not able to move further.
    As mentioned in the above IBM library site I tried downloading the update site folder via Eclipse ? Software Updates ? Find and Install in Help menu.
    I selected Search for new features to install and browsed the Update site folder location present in my Eclipse workspace. This also does not work.
    Any help in this regard in greatly appreciated. Thanks in advance!

    I would ask such questions in the J2ME forums, or even better in a websphere forum, like here:
    http://www-128.ibm.com/developerworks/forums/wsdd_forums.jsp

  • How to Run a JasperReport in  web application

    hi ,
    I am Deepan,
    Proffesional:Programmer,
    I Used the Ireport for jasper Report,Iam Running in webApplication(JSP,Tomcat as Server),
    I used the line
    JasperViewer.viewReport(jasperPrint,false);
    it work well in server system,that is where the Apache Tomcat is installed,It displayed the Print format for Taking Print,
    Well,when i run the application in client System,PrintFormat get Displayed in Server System(Tomcat installed),
    But i need the PrintFormat to display in Client System ,Where they Work...
    Help Me,
    Thanks iN advance....
    I attached the Code here for reference
    (Line in Bold)
    package jasper.testpkg;
    //import static chequebook.db.Conf.getAppHome;
    import java.util.HashMap;
    import java.util.Vector;
    //import java.util.ArrayList;
    //import model.Load;
    import model.BillPrePrintModel;
    import net.sf.jasperreports.engine.JRDataSource;
    import net.sf.jasperreports.engine.JREmptyDataSource;
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JRField;
    import net.sf.jasperreports.engine.JasperCompileManager;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperReport;
    import net.sf.jasperreports.engine.design.JasperDesign;
    import net.sf.jasperreports.engine.xml.JRXmlLoader;
    import net.sf.jasperreports.view.JasperViewer;
    //import chequebook.vo.ChequeBookVO;
    public class BillPrePrint {
    public static JasperTestCustomDataSource getDefaultCustomDS(String billno){
         //String billno="";
         JasperTestCustomDataSource customDataSource = new JasperTestCustomDataSource();
         BillPrePrintModel bpm=new BillPrePrintModel();
    //String billno="";
    Vector billdata=bpm.Collectbilldata(billno);
    String mybillno="",mybilldate="",mybillcustomer="",mybilltoaddress="",mybilltotal="0" ;
    System.out.println("billData"+billdata);
    if(billdata.size()!=0)
    {     mybilltotal=billdata.get(billdata.size()-5).toString();
         mybillno=billdata.get(billdata.size()-4).toString();
         mybilldate=billdata.get(billdata.size()-3).toString();
         mybillcustomer=billdata.get(billdata.size()-2).toString();
         mybilltoaddress=billdata.get(billdata.size()-1).toString();
         System.out.println("MYBILLNO:"+mybillno);
         System.out.println("MYBILLDATE:"+mybilldate);
         JasperTestDataVO dataDS = new JasperTestDataVO();
         dataDS.setBillNo(mybillno);
         dataDS.setBillDate(mybilldate);
         dataDS.setBillFrom(mybillcustomer);
         dataDS.setBillTo(mybilltoaddress);
         dataDS.setTotamount(mybilltotal);
         JasperTestLineDataVO line = null;
         dataDS.setLineData(new Vector<JasperTestLineDataVO>());
    //line = new JasperTestLineDataVO();
    System.out.println("Vector Bill Data"+billdata);
         private String fdate="";
         private String regno="";
         private String gcno="";
         private String ffrom="";
         private String fto="";
         private String docref="";
         private String pkgs="";
         private String weight="";
         private String trucktype="";
         private String amount="0";
         private String totalamt="0";
         for(int i=0;i<billdata.size()-5;i+=10)
              line = new JasperTestLineDataVO();
              line.setFdate(billdata.get(i).toString());
              line.setRegno(billdata.get(i+1).toString());
              line.setGcno(billdata.get(i+2).toString());
              line.setFfrom(billdata.get(i+3).toString());
              line.setFto(billdata.get(i+4).toString());
              line.setDocref(billdata.get(i+5).toString());
              line.setPkgs(billdata.get(i+6).toString());
              line.setWeight(billdata.get(i+7).toString());
              line.setTrucktype(billdata.get(i+8).toString());
              line.setAmount(billdata.get(i+9).toString());
              dataDS.getLineData().add(line);
                   System.out.println("billdata.get(i).toString()"+billdata.get(i).toString());
                   System.out.println("billdata.get(i+1).toString()"+billdata.get(i+1).toString());
                   System.out.println("Checking Line Loop"+ (i+1));
         line.setItemName("Item Type 1");
         line.setLineNum("1");
         line.setPrice("1.09");
         line.setQty("100");
         dataDS.getLineData().add(line);
         line = new JasperTestLineDataVO();
         line.setItemName("Item Type 2");
         line.setLineNum("2");
         line.setPrice("2.09");
         line.setQty("50");
         dataDS.getLineData().add(line);
         line = new JasperTestLineDataVO();
         line.setItemName("Item Type 3");
         line.setLineNum("3");
         line.setPrice("3.19");
         line.setQty("25");
         dataDS.getLineData().add(line);*/
    customDataSource.setDataDS(dataDS);
    return customDataSource;
         public void MyImp(String billno){
              JasperDesign jasperDesign;
              try {
                   //System.out.println("billdata"+billdata);
                   jasperDesign = JRXmlLoader.load("C:\\Program Files\\Apache Software Foundation\\Tomcat 5.0\\webapps\\Cargo\\WEB-INF\\RMPrePrint.jrxml");
                   JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
                   HashMap param = new HashMap();
                   JasperPrint jasperPrint;
                   jasperPrint = JasperFillManager.fillReport(jasperReport, param,getDefaultCustomDS(billno));
                   JasperExportManager.exportReportToHtmlFile(jasperPrint,"D:\\TEstJagan1.html");
                   //JasperExportManager.exportReportToHtmlFile(jasperPrint,"D:\\TEst.html");
                   System.out.println("your file updated to HTML file ");
                   JasperViewer.viewReport(jasperPrint,false);_
              } catch (JRException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    class JasperTestDataVO{
         private String billNo="";
         private String billDate="";
         private String billFrom="";
         private String billTo="";
         private String totalamt="0";
         Vector<JasperTestLineDataVO> lineData=new Vector<JasperTestLineDataVO>();
         public Vector<JasperTestLineDataVO> getLineData(){
              return lineData;
         public void setLineData(Vector<JasperTestLineDataVO> pData){
              lineData=pData;
         public String getBillDate() {
              return billDate;
         public void setBillDate(String billDate) {
              this.billDate = billDate;
         public String getBillNo() {
              return billNo;
         public void setBillNo(String billNo) {
              this.billNo = billNo;
         public String getBillFrom() {
              return billFrom;
         public void setBillFrom(String billFrom) {
              this.billFrom = billFrom;
         public String getBillTo() {
              return billTo;
         public void setBillTo(String billTo) {
              this.billTo = billTo;
    public String getTotamount() {
              return totalamt;
         public void setTotamount(String totalamt) {
              this.totalamt = totalamt;
    class JasperTestLineDataVO{
         private String lineNum="";
         private String itemName="";
         private String qty="0";
         private String price="0";
         private String fdate="";
         private String regno="";
         private String gcno="";
         private String ffrom="";
         private String fto="";
         private String docref="";
         private String pkgs="";
         private String weight="";
         private String trucktype="";
         private String amount="0";
         //regno="",gcno="",ffrom="",fto="",docref="",pkgs="",weight="",trucktype="",amount="",totalamt="0";
         public String getFdate() {
              return fdate;
         public void setFdate(String fdate) {
              this.fdate = fdate;
         public String getRegno() {
              return regno;
         public void setRegno(String regno) {
              this.regno = regno;
         public String getGcno() {
              return gcno;
         public void setGcno(String gcno) {
              this.gcno = gcno;
    public String getFfrom() {
              return ffrom;
         public void setFfrom(String ffrom) {
              this.ffrom = ffrom;
    public String getFto() {
              return fto;
         public void setFto(String fto) {
              this.fto = fto;
    public String getDocref() {
              return docref;
         public void setDocref(String docref) {
              this.docref = docref;
    public String getPkgs() {
              return pkgs;
         public void setPkgs(String pkgs) {
              this.pkgs = pkgs;
    public String getWeight() {
              return weight;
         public void setWeight(String weight) {
              this.weight = weight;
    public String getTrucktype() {
              return trucktype;
         public void setTrucktype(String trucktype) {
              this.trucktype = trucktype;
    public String getAmount() {
              return amount;
         public void setAmount(String amount) {
              this.amount = amount;
    class JasperTestCustomDataSource implements JRDataSource{
         int size = 0;
         int index=-1;
         private JasperTestDataVO dataDS=null;
         public void setDataDS(JasperTestDataVO pDataDS){
              dataDS=pDataDS;
              size=pDataDS.getLineData().size();
              System.out.println("LineData Size"+String.valueOf(size));
         public Object getFieldValue(JRField f) throws JRException {
              // TODO Auto-generated method stub
              String trucktype="";
              Object ret=null;
              if(f.getName().equals("billno")){
                                  ret=dataDS.getBillNo();
              if(f.getName().equals("billdate")){
                                  ret=dataDS.getBillDate();
              if(f.getName().equals("toaddress")){
                                  ret=dataDS.getBillFrom();
              if(f.getName().equals("bytoaddress")){
                                  ret=dataDS.getBillTo();
              if(f.getName().equals("fdate")){
                             ret=dataDS.getLineData().get(index).getFdate();
    if(f.getName().equals("regno")){
                             ret=dataDS.getLineData().get(index).getRegno();
    if(f.getName().equals("gcno")){
                             ret=dataDS.getLineData().get(index).getGcno();
    if(f.getName().equals("from")){
                                       ret=dataDS.getLineData().get(index).getFfrom();
    if(f.getName().equals("to")){
                             ret=dataDS.getLineData().get(index).getFto();
    if(f.getName().equals("docref")){
                             ret=dataDS.getLineData().get(index).getDocref();
    System.out.println("Index inside"+String.valueOf(index));
    if(f.getName().equals("pkgs")){
                             ret=dataDS.getLineData().get(index).getPkgs();
    if(f.getName().equals("weight")){
                             ret=dataDS.getLineData().get(index).getWeight();
    if(f.getName().equals("trucktype")){
                             ret=dataDS.getLineData().get(index).getTrucktype();
              trucktype=String.valueOf(dataDS.getLineData().get(index).getTrucktype());
              System.out.println("TRuck Type:::::"+index+":::"+trucktype);
    if(f.getName().equals("amount")){
                             ret=dataDS.getLineData().get(index).getAmount();
    if(f.getName().equals("total")){
                             ret=dataDS.getTotamount();
              return ret;
         public boolean next() throws JRException {
              // TODO Auto-generated method stub
              index++;
              System.out.println("Index"+String.valueOf(index));
              boolean ret=true;
              if(index>=size){
                   ret =false;
              return ret;
    }

    Forms 6i and above yes it is possible.
    Forms 6i can be deployed both web and client/server, but 9i and above is only for web deployment.
    If you want to deploy for testing purposes you can run the forms from the forms builder using OC4J Instance, but for production deployment you need to have OAS, Oracle Application Server.
    Tony

  • How to run windows program through java applications.

    pls help me!!!!! code RED!~

    C:\Documents and Settings\student\Desktop\Running.java:12: cannot resolve symbol
    symbol : variable JMStudio
    location: class Running
    String path="C:/Program Files/MF2.1.1/bin"+JMStudio;
    ^
    1 error
    this error is generated
    any idea on how to solve it?

  • How to run an iPhone non-GUI application in background

    Hi All,
    While looking into the web fouond that only one application can be run at a time in iPhone. So is there any way or work around to run a non-GUI app in iPhone in Background.
    This app will continuously query certain requests to iPhone regardign some internal iPhone events.
    Thanks in advance.
    Regards.
    Amit

    No.

Maybe you are looking for