Help me ,how to run application in jDevloper

Dear Furum
i am using free version of jDevloper for last 3 months. And i found some error while compile jClient/Swing (.jpr)
using bc4j(orcle).
And there is no error show in log window and application
hang for long time.
But my application is running without using bc4j component.
so what this version expire?
javed

Thanks! Forum
My applicaton name testJA.jpr with jFrame name(FormMypackage1Module.java).
while running application i fund following line in log window,and after just hang.
reply me immeditly.
C:\jDevHome\jdk\bin\javaw.exe -ojvm -classpath C:\jDevHome\jdev\mywork\TestWS\testJA\classes;C:\jDevHome\jdev\mywork\TestWS\testBc4j\classes;C:\jDevHome\BC4J\jlib\bc4jui.jar;C:\jDevHome\jlib\bigraphbean.jar;C:\jDevHome\jlib\LW_PfjBean.jar;C:\jDevHome\BC4J\lib\bc4jimdomains.jar;C:\jDevHome\BC4J\jlib\bc4jimjui.jar;C:\jDevHome\ord\jlib\ordim.jar;C:\jDevHome\ord\jlib\ordhttp.jar;C:\jDevHome\ord\jlib\jmf.jar;C:\jDevHome\lib\xmlparserv2.jar;C:\jDevHome\lib\xmlcomp.jar;C:\jDevHome\jdev\lib\jdev-rt.jar;C:\jDevHome\sqlj\lib\runtime12ee.jar;C:\jDevHome\BC4J\lib\bc4jmt.jar;C:\jDevHome\BC4J\lib\collections.jar;C:\jDevHome\BC4J\lib\bc4jct.jar;C:\jDevHome\lib\xmlparserv2.jar;C:\jDevHome\jlib\jdev-cm.jar;C:\jDevHome\j2ee\home\lib\jndi.jar;C:\jDevHome\jlib\ojmisc.jar;C:\jDevHome\jdbc\lib\classes12.jar;C:\jDevHome\jdbc\lib\nls_charset12.jar;C:\jDevHome\BC4J\lib\bc4jimdomains.jar;C:\jDevHome\ord\jlib\ordim.jar;C:\jDevHome\ord\jlib\ordhttp.jar;C:\jDevHome\jlib\jdev-cm.jar;C:\jDevHome\BC4J\lib\bc4jdomorcl.jar;C:\jDevHome\BC4J\jlib\bc4jdatum.jar -Dhttp.proxyHost=200.0.0.1 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=w2k|live mypackage2.FormMypackage1Module

Similar Messages

  • How to run applications in visual j++ 6.0

    Hi,
    I am putting my code below. I would like to get some help on how to run an application in visual j++. I could build and run this, but the problem is that i am not able to view the result. Whereas the same program when run on the command prompt with jdk shows me the result.
    Please somebody help me in viewing the console or some other window that shows me the result.
    Thank you.
    Jagadish.
    import java.util.*;
    import java.io.*;
    class abc{
    static int count=0;
    public static void main(String args[]) throws Exception
         float agentPosition[] = new float[3];
         for(int k=0; k<3;k++)
    agentPosition=reader();
    for(int j=0;j<3;j++)
    System.out.println(agentPosition[j]);
         }//main
    static float[] reader()
    float[] p1 = new float[3];
         try
         FileReader fr = new FileReader("data.dat");
         BufferedReader br = new BufferedReader(fr);
         String s;
    int count1=0;
    count++;     
         System.out.println();
         System.out.println(count1);
         System.out.println(count);
         try{  
         while((s=br.readLine())!=null)
    count1++;
              StringTokenizer st = new StringTokenizer(s);
              if(count1==count)
              int i=0;
              while(st.hasMoreTokens())
              //p1[i++]=Float.parseFloat(st.nextToken());
                   String s1=st.nextToken();
                   Float fl = new Float(s1);
                   p1[i++]=fl.floatValue();
              }//if
              }//end of stringTokenizer while.
         fr.close();                
         }//try
         catch(IOException f)
              System.out.println("file cannot be opened");
         }//try
         catch(FileNotFoundException e)
         System.out.println("file doesn't exist");
    return p1;
    }//reader
    }//abc

    I agree with PersianDude. VJ++ is an old IDE, no longer supported by M$, uses a very old version of Java, and, for the most part uses platform-dependent code (guess which platform) for a language whose main goal and claim-to-fame is platform-INDEPENDENCE.
    I won't even use Borland's JBuilder anymore. The version that I had cannot support 1.4, there is no upgrade version in the new release (they have a cobbled, cheapo version for $60 that isn't worth even that), and the newest version for creating commercial applications is (ba-ching) $1000. They're outta their cotton-pickin' minds. For that money, it'd better write the apps for me and send me the checks.
    Sun ONE (formerly known as 'Forte for Java') is inexpensive (free for the community version) and works terrifically. It has a steep learning curve, but worth the cost (free for the dommunity version).
    JCreator, which I haven't tried, is considered by many to be the best IDE out there. If I decide to spend money for an IDE, it will more than likely be this one.
    If you're going to program in Java (and not some bastard, unsupported version by M$), use a real Java IDE.
    Robert Templeton

  • How to run applications with options in IDEs like Netbeans

    Hi, I'm new to the Netbeans IDE and I'm wondering how to run applications with options.
    Normally I'd enter the following in the command line:
    java -Djavax.net.ssl.keyStore=mykeystore -Djavax.net.ssl.keyStorePassword="..." TLSServer
    java  -Djavax.net.ssl.trustStore=mytruststore -Djavax.net.ssl.trustStorePassword="..." TLSClient localhostProblem is, I've no idea how to do the same thing in IDE's like Netbeans and I can't any settings to add options like "-Djavax.net.ssl.keyStore=mykeystore" before running the application. Any help will be appreciated.
    Message was edited by:
    Wolfgard

    Right-click the project, click properties, clicl run, and add parameters to VM Options.

  • Please help: Example how to peploy application from jar file step by step

    Please help: Example how to peploy application from jar file step by step.
    All help appreciated
    Mike

    Thanks I will try these links
    Mike
    "Slava Imeshev" <[email protected]> wrote:
    Hi Mike,
    These links could be useful:
    http://e-docs.bea.com/wls/docs61////adminguide/appman.html
    http://e-docs.bea.com/wls/docs61////quickstart/quick_start.html
    http://e-docs.bea.com/wls/docs61//////ConsoleHelp/application.html
    http://e-docs.bea.com/wls/docs61///programming/environment.html
    Regards,
    Slava Imeshev
    "Mike" <[email protected]> wrote in message
    news:3ca0e94c$[email protected]..
    Please help: Example how to peploy application from jar file step bystep.
    All help appreciated
    Mike

  • How to run application on comp. with only jre installed?

    Hi guys! I've written an application and somebody wants to use it. I have an applet too but it does not have full functionality and slower.
    I am running applications from my desktop using shortcut on javaw.exe file located in jdk/bin folder. No problem with it.
    But if person does not want to instsall jdk? I know that jre has javaw.exe in its bin but it does not work that way.
    My question is: how to run application for domestic use without all this web start hassle and with only jre installed? Is it possible? If yes, how to do this?
    Regards

    Download the JRE redistributable from Sun. It is self installing and will allow the user to run your app using a regular shortcut to javaw.exe.

  • HT1353 can you help me how to install applications on my ipod ma623c

    can you help me how to install applications on my ipod ma623c

    You have the origina, 1G iPod. those can m;y go as high as iOS 3.1.3
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    A 1G iPod can go to iOS 2.2 via iTunes and iOS 3.1.3 via
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)       
      https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/touchLegacyLandingPage
    However, there are not that many apps compatible with 3.1.3. To find those more easily:
    iOSSearch - search the iTunes store for compatible apps.
    Vintapps 3.1.3 - paid app.
    Apple Club - filter apps by iOS version.

  • How to run application

    Hi! I've programmed for years JSP, Servlets and Applets, but never a desktop application, so... my problem is that I don't have any idea on how to run it. I mean, of course I know how to run some application in my own desktop (java applicationname) but my doubt is, what I need to install in the client desktop or how must I do my package in order to run without the need for installing the SDK. Because, as I known, the "java.exe" comes with SDK, and of course, I don't think that I need to install de entire SDK in all my clients desktops in order to run my application.
    Any help will be very appreciated!

    JRE (= Java Runtime Environment) suffices to run an application.

  • How to run application client of an EJB application?

    Hi,
    My EJB application is deployed on websphere. I have written a small java client program to interact with an EJB which is working fine if I compile and run it in websphere studio environment.
    However I am getting runtime exception when I tried to run it at command line.
    RemoteConn.java
    import java.util.Hashtable;
    import com.deque.HelloJavaHome;
    import com.deque.HelloJava;
    import javax.naming.InitialContext;
    import javax.naming.Context;
    import javax.ejb.EJBHome;
    import javax.ejb.EJBObject;
    public class RemoteConn {
    public static void main(String[] ar) throws Exception{
    String name="Paruchuri!!";
    String greeting = "";
    try{
    Hashtable env = new Hashtable();
    //env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.ws.naming.util.WsnInitCtxFactory");
    env.put(Context.PROVIDER_URL, "iiop://localhost:2809");
    InitialContext initContext = new InitialContext(env);
    Object obj = initContext.lookup("ejb/HelloJavaHome");
    HelloJavaHome home = (HelloJavaHome) javax.rmi.PortableRemoteObject.narrow(obj, HelloJavaHome.class);
    HelloJava remote = home.create();
    greeting = remote.getGreeting(name);
    catch(Exception e){
    e.printStackTrace();
    System.out.println("Greeting::"+ greeting);
    I have set the application ejb client jar in the class path of client program.
    The exception I am getting at runtime is
    Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.CORBA.iiop.GlobalORBFactory
    at com.ibm.ejs.oa.EJSORBImpl.class$(EJSORBImpl.java:44)
    at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:195)
    at com.ibm.ejs.oa.EJSClientORBImpl.(EJSClientORBImpl.java:93)
    at com.ibm.ejs.oa.EJSClientORBImpl.(EJSClientORBImpl.java:65)
    at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:385)
    at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:284)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:369)
    at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:112)
    at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:422)
    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:143)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at RemoteConn.main(RemoteConn.java:38)
    Initially I thought I shuold set some jar file of websphere in the classpath of client. But I did not find such a jar containing the above class in websphere studio.
    Basically the error is generated at the below statement at runtime.
    Object obj = initContext.lookup("ejb/HelloJavaHome");
    The only difference I discovered was that the client application has a descriptor file (application-client.xml ) available to it when it ran in websphere studio,. I guess the same META-INF should be provided to client when it runs at command line.
    Right now I am not using any client descriptor file to run the client program. If the above error is due to not supplying META-INF to the client application, how should I make this folder available to client at runtime?
    I greatly appreciate if I could get help ASAP.
    Thanks

    Hey got what is going on. In order to invoke EJB, deployed on WebSpehre App Server, from application client we need to install either WebSphere Application Pluggable Client or WebSphere Thin client on the workstation. Pluggable client is a wrapper to SUN JRE where as Thin Client uses IBM JRE.

  • How to Run application created in MOAM

    Hi Experts,
    I have created one model using MOAN perspective in Eclipse 3.2 IDE.
    Also deployed it to server. How can I run this model?
    Do I need to create application?? if yes, then which type application I should use?
    Please help.
    Thanks,
    Mehul

    Hi Divya,
    I am implementing application given on
    https://www.sdn.sap.com/irj/sdn/mobile link which is
    "Model-driven Design of Mobile Applications New! "
    According to document, I have configured server and frontend, developed model and deployed successfully. But there is no option or documentation available to run the application.
    If I get simulator/emulator to run mobile application.. how can I run?
    Or should I run through browser with some link?
    Please help. Thnaks in advance.
    Mehul

  • Help on How  to run my program on WAN

    hi everyone, i wrote a chat application with voice and video messaging and it is working well on LAN. Please How can i implement this on a WAN ( wirelless area network ).
    Help needed urgently.
    Thanks Obinna

    First off, keep your urgency to yourself. That is your concern alone.
    WAN usually means Wide Area Network, as far as I know. Running on a wireless network is no different than running on a LAN or the global internet if you're just using the normal java.net stuff.

  • How to run application on two machine?

    hi
    how can i run coherence test program on two machine,
    and what configuration need on two machine, so that i can see the sharing of cache.
    thanks
    praven jain

    Here are some "getting started" links that may help:
    http://wiki.tangosol.com/display/COH33UG/Installing+Oracle+Coherence
    http://wiki.tangosol.com/display/COH33UG/Creating+and+Using+Coherence+Caches
    http://www.javalobby.org/java/forums/t78008.html
    Coherence includes a default configuration out-of-the-box that will connect any machines using that same configuration (e.g. if you launch the cache client or server scripts in the /bin folder they will detect each other automatically via multicast).
    Jon Purdy
    Oracle

  • How to run application as Windows Service

    I have developed an appl using Java Swing. I want to run the application as Windows Service. How can I do that? Along with that, I also want to start Tomcat Server as a separate Windows service. Kindly Suggest some solutino to this!!

    There is a version of Tomcat that runs as a service. (1.4 for windows?)
    As for your own app, there are several free service launchers around (Google for java service etc.) Not sure about a service with a user interface though - services are usually headless. You may have to paritiotn your app into a headless service and a user interface app which communicaes by RMI, sockets or some other RPC mechanism.

  • Help! how to run other programs using java

    how can i run other programs or exe files using java, anyone can give sample codes for this.
    ex. if I click [run MsWord] button, then msWord automatically lunch

    RunTime.getRuntime().exec(string command)
    I guess, it might help you..java.lang.Runtime

  • How to run application made in Forms 6i on Oracle 10 G AS Forms Service

    Hi Guru(s),
    I would like to know that if it is possible to run an application made in Forms Developer 6i on Oracle 10 G AS Forms and Reports service standalone. Actually I must use a Windows 2003 Server and Oracle 9i Forms Service(webforms) doesn`t run on Windows 2003, therefore I am forcibly using Oracle 10 G AS, I have installed Oracle 10G AS Successfully (Forms and Reports Service Standalone). But when I try to run a form made with Developer version 6i it says form is made using old version of Form Builder.
    I certainly cannot go for upgrading my application due to time and cost factors.
    Thanks in advance,
    Regards,
    Sumit.

    It seems that you didn't recompile forms. If so, then try to do it, you can use frmcmp.exe to compile .pll and .fmb files.

  • HELP..how to run sql batch jobs?? please give examples

    I have problems running scripts reference by unc path..anybody can help??
    UNDER PARAMETERS TAB:
    SQL Script @\\csdowcode001\dba$\SCRIPTS\PURGE_SCHEDULER_LOGS_X.sql (i put)
    Enter SQL or a fully qualified script name on the remote hosts, for example, "@script".
    Parameters /nolog ( i put)
    Enter optional parameters to SQL*Plus.

    by default the root directory for scripts is the $AGENT_ORACLE_HOME/sysman/emd directory. You can either put all of your scripts there, or create a directory there. Then when you call the script from OEM you can use the following
    @script.sql
    if you create a directory in the $AGENT_ORACLE_HOME/sysman/emd directory called scripts then you can put your scripts there and run the script like this
    @scripts/script.sql
    hope this helps,
    Landon

Maybe you are looking for