Java application deployment/setup

I'm in need of some information about how to go about creating an installation program for my java desktop application. We have a big project due in two months and one of the requirements is that it needs to be deployable on any machine, including machines without the java runtime installed. Any ideas or suggestions? Any help is very much appeciated.

Also, one thing that I forgot to include. If the machine has an earlier version of the jre installed it should be updated. Is this possible? I really want to use java for this project :(

Similar Messages

  • Sort order in Java Application (deploy in Oracle oc4j container)

    I have a Java application deploy in Oracle OC4J container (EAR file).
    In my Java application (jsp), I have a SQL statement who return data but the
    sort order is wrong. The letters "é" and all characters with accents
    appears at the end of the result.
    I tried many things to change the sort order (NLS parameters in database
    and OAS10g parameter files).
    When I use SQL*plus on database server, that's working.
    The sort order is wrong when I use the java application.
    Somebody can tell me what and where is the NLS parameters to change ?
    Thanks
    Robin

    Robin,
    I'm only guessing, but it could either be related to the java locale or the CHARSET attribute of the HTML header -- and nothing to do with the NLS parameters.
    Maybe you should try the Globalization Support forum?
    Good Luck,
    Avi.

  • Java application deployment tool

    Hey everyone, i'm having some serious difficulty deploying an ejb application on bea weblogic.
    I cannot find the java application deployment tool, or any concise documentation for that matter.
    I have experience writing jsps, javabeans, servlets etc. and deploying them with ant.
    Thanks for any help on this tool and or deployment techniques for ejb.
    /jeff

    You may want to direct your query to one of the web forums run by BEA. Most folks here are familiar with the j2ee specs and the Sun implementations of those specs.
    These news groups may be a good place to start. http://newsgroups2.bea.com/cgi-bin/dnewsweb
    vbk

  • How are java applications deployed?

    i was just wondering. if i create a standalone application, how are they executed? i mean, do you create a .exe file of them or something?

    There are many ways to deploy a Java application. Which way you choose depends on the nature of your application, on what are your customers, etc.
    Narrowing your question to J2SE applicaitons (e.g. Swing-based client apps), you still have many options.
    The most frequently used are
    - Web start technology
    - Java-aware installers (create conventional setup.exe)
    - Java2exe wrappers
    - Simple batch file like "javaw -jar myjar"
    - Executable (or clickable) JAR
    I do not know if there is a complete "Java deployment guide", however this article may be of some help to you, as it describes all these options:
    http://www.excelsior-usa.com/articles/java-to-exe.html
    Denis

  • JAVA APPLICATION DEPLOYMENT?

    i have a JAVA program.If i want to deploy it as a application,what software should i use.
    is there tool to automate the above?
    also i want it like a software when double clicked,opens a application window.

    Have a read of the [Deployment Trail|http://java.sun.com/docs/books/tutorial/deployment/index.html] of Sun's Tutorial. The section on executable jar files might describe what you are looking for.

  • Sort order in Java application (oc4j container) -- ear file deployment

    I have a Java application deploy in Oracle OC4J container (EAR file).
    In my Java application (jsp), I have a SQL statement who return data but the
    sort order is wrong. The letters "é" and all characters with accents
    appears at the end of the result.
    I tried many things to change the sort order (NLS parameters in database
    and OAS10g parameter files).
    When I use SQL*plus on database server, that's working.
    The sort order is wrong when I use the java application.
    Somebody can tell me what and where is the NLS parameters to change ?
    Thanks
    Robin

    Robin,
    I'm only guessing, but it could either be related to the java locale or the CHARSET attribute of the HTML header -- and nothing to do with the NLS parameters.
    Maybe you should try the Globalization Support forum?
    Good Luck,
    Avi.

  • Using 10.2.0.1.0 JDBC drivers on an application deployed to OraclAS10g R2

    Hi!
    How can I use the latest 10.2.0.1.0 JDBC driver in java-application deployed to OraclAS10g R2?
    My config:
    MS Windows 2003 EE, P4 1.5 GHz, 512 Mb RAM.
    I tried to use multi home installation:
    1) OAS10gR2 - KEY_OAS10;
    Home: KEY_OAS10
    Path: D:\Oracle\OAS10
    2) Oracle10g R2 Client
    Home: KEY_ORA10C
    Path: D:\Oracle\ORA10C
    I added environment variable in opmn.xml like this:
    <ias-component id="OC4J">
    <environment>
    <variable id="ORACLE_HOME" value="d:/Oracle/ORA10C"/>
    <variable id="PATH" value="d:/oracle/ORA10C/LIB;d:/oracle/ORA10C/bin" append="true"/>
    <variable id="NLS_LANG" value="RUSSIAN_CIS.CL8MSWIN1251"/>
    </environment>
    and I added java parameter:
    -Djava.library.path=d:\oracle\ORA10C\bin
    and I added: HKLM\SOFTWARE\ORACLE\ORACLE_HOME=D:\Oracle\ORA10C
    My path: D:\Oracle\ORA10C\bin;D:\Oracle\OAS10\bin;D:\Oracle\OAS10\jlib;D:\WINDOWS;D:\WINDOWS\System32;D:\WINDOWS\System32\Wbem
    Summary, I have got this error :
    java.lang.UnsatisfiedLinkError: D:\oracle\ORA10C\BIN\ocijdbc10.dll: The specified procedure could not be found at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    How properly swap JDBC OCI driver ?

    sisaev,
    Have you seen this Web page:
    http://www.oracle.com/technology/tech/java/oc4j/1013/howtos/how-to-swapjdbclib/doc/readme.html
    Good Luck,
    Avi.

  • Migrating a custom built BusinessObjects 6.5 Java application to XI 3.1

    Hi,
    We have a Business Objects 6.5 system which needs to be migrated to XI 3.1.
    In the present Business Objects 6.5 system, we have a custom built Java application deployed on WebLogic. Its got a single sign on also configured from the Java web page into InfoView. A fair deal of SDK customization has been done to achieve this.
    My question is, if we need to set up the same portal to function similarly in Business Objects XI 3.1, what are the steps to be followed? Should the code be re-written to adhere to the XI 3.1 SDK and then re-deployed on the new server? Kindly correct me if I'm wrong.
    I found this document: u201CMigrating Business Objects 6 Customized Applications to BusinessObjects Enterprise XI R2u201D which provides info on this. But, Iu2019m not yet able to figure out where to begin.
    I do not have great exposure to writing code and deploying web applications. So Iu2019ll be very grateful for any help and pointers on this.
    Many thanks!
    Rahul

    More than likely it will need to be a complete rewrite.
    At the top of this forum there is a post called [Read Before Posting - Where to find Business Objects Java SDK Resources|Read Before Posting - Where to find Business Objects Java SDK Resources; which you should read.
    It has links to various Java SDK information and samples.
    I would suggest starting there.
    Jason

  • Can Web dynpro Java application run as background application

    Hi Experts,
    Is it possible to execute the Web dynpro java application in background without opening the application in a web browser.
    We just want the WD java application deployed on the SAP Web AS server to be invoked and get executed as a background application by some external web application. It should not get open at any point of time in a web browser.
    Can anyone suggest if it is possible?
    Thanks & Regards,
    Anurag

    Hi Anurag,
    Since Web Dynpro is "SAPu2019s standard UI technology based on MVC for developing user interfaces" (see http://www.sdn.sap.com/irj/sdn/nw-wdjava) it is by design not possible to run 'in the background'.
    There are other possibilities to develop server processes per your requirements, such as developing web services or servlet development.
    Web services are the de facto standard for executing business logic on a remote server. However, as I understand your external web application is not capable of sending web service requests, have you tried the servlet approach?
    See http://help.sap.com/saphelp_nwce711core/helpdata/en/3f/f8bc3d8af79633e10000000a11405a/frameset.htm for more info on how to develop a servlet using NWDS.
    Take particular attention to the sub-topic 'Servicing Client Requests' of the above guide
    Hope this helps!
    Best regards,
    Robin van het Hof

  • Sso with third party java application.

    hi all,
    I want to have single signon for third party java application deployed on websphere 5.0 advanced server .
    I am using SAP EP6.0 SP13 .
    Can anybody help me out.
    thanx in advance.....
    Sarang

    Hi Sarang
    Please refer to the following thread. It should answer your question.
    SSO between SAP EP and JAVA app on WebSphere Application Server 5.1
    Also refer to the following document.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/ibm/how to set up sso between sap enterprise portal and ibm websphere portal using tai.pdf
    Hope that was helpful.
    Warm Regards
    Priya

  • Java application mysteriously disappears

    Hi!
    We have a Java application deployed on an EP7.0.
    It shows up normally as a tab called "upload interface".
    However, frequently after several weeks, it will disappear UNLESS we re-start the EP7.
    Could anybody explain why and how to fix it for good?
    Thanks!

    not much really, as it is such an old device and support for that platform would no longer be mandated by the app developer in question here.

  • How to Deploy Java Application?

    I'm trying to deploy a Java application. I made a lot of code changes to it and previous developers have worked on it all using JBuilder4 (old! I know). I've
    been testing it on my development machine with no problems. Does anyone know how in the world to save my changes and put it on another machine. It currently uses a .bat file that has environment variables setup in it to deploy. I know how to make it point to different directories, problem is when I try to move my code (bin, sources, etc folder) to another machine and run the app only some of my changes are there, but when I run the same program on my computer all of my changes the program works fine. I've tried creating another java project file (.jpx) and rebuild the project with no luck because it doesn't change this problem. I have a C/C# Visual Studio background. Is there any else I have to do like updating the .jar files or something? I'm lost. Please help.
    Edited by: pootietang on Feb 21, 2009 2:48 PM

    Point conceded, cross-posting in itself is not that serious. What's serious is this:
    1) You not telling us.
    2) You giving us attitude.
    3) You giving us more attitude when we complain about your cross-posting.
    4) You still refusing to do what the people who were (read: were, not are) trying to help you asked you to do, which was keep them updated.
    5) You acting arrogant.
    6) You being arrogant.
    7) You telling someone with 36,000 posts to "cut the attitude" like you're his father.
    ... shall I continue?
    The nerve of people these days, I swear...
    You honestly think you're entitled to help? Let me reference you to an excellent quote I once encountered:
    "The world doesn't owe you anything. It was here first." - Mark Twain

  • Problem while deploying a webdynpro java application in NWDS 7.1 version

    HI All,
            I got the below error when i deploying the  webdynpro java application in NWDS 7.1 version..help me out...........................................
    Exception:
    com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[Ecc]
    NameNotFoundException.The SAP J2EE ENGINE service 'tcbldeploy_controller' is not available
    because of deployment or down engine( service ).
    Reason: Object not found in lookup of
    tcbldeploy_controller.
         at
    com.sap.ide.eclipse.deployer.dc.ComponentManagerImpl.getDeployProcessor(ComponentManagerImpl
    .java:64)
         at com.sap.ide.eclipse.sdm.threading.DCDeployThread.run(DCDeployThread.java:118)
    Caused by: com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1118]
    NameNotFoundException.The SAP J2EE ENGINE service 'tcbldeploy_controller' is not available
    because of deployment or down engine( service ).
    Reason: Object not found in lookup of
    tcbldeploy_controller.
         at
    com.sap.engine.services.dc.api.session.impl.SessionImpl.createCM(SessionImpl.java:320)
         at
    com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.<init>(DeployProcessorImpl.ja
    va:136)
         at
    com.sap.engine.services.dc.api.deploy.impl.DeployProcessorFactoryImpl.createDeployProcessor(
    DeployProcessorFactoryImpl.java:26)
         at
    com.sap.engine.services.dc.api.impl.ComponentManagerImpl.getDeployProcessor(ComponentManager
    Impl.java:46)
         at
    com.sap.ide.eclipse.deployer.dc.ComponentManagerImpl.getDeployProcessor(ComponentManagerImpl
    .java:58)
         ... 1 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object
    not found in lookup of tcbldeploy_controller.
         at
    com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)
         at
    com.sap.engine.services.jndi.implserver.ServerContextRedirectableImpl.lookup(ServerContextRe
    directableImpl.java:80)
         at
    com.sap.engine.services.jndi.implserver.ServerContextImplp4_Skel.dispatch(ServerContextImplp
    4_Skel.java:555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136
         at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.pro
    cess(ApplicationSessionMessageListener.java:33)
         at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    First check is Java stack is running ?
    make sure J2EE_ADMIN user not locked.
    Ans please check password in secure area. check password in secure store should be correct.
    may be you can try with restart of SAP and DB.
    All the best
    regards
    nag

  • When deploying the webdynpro java application , showing error message

    Hi Masters,
    when deploying the webdynpro java application , showing error message. Please reply why this problem showing and what is the solution
    But Iogin to sdm tool ( remote gui .sh) with same password, which password  i am using for deploy the webdynpro java application.here in sdm tool i am able to login. and i restart the sdm , and again trying to deploy the same problem it showing.
    URL to deploy : file:/C:/DOCUME1/ppuser/LOCALS1/Temp/temp30925rupa.com~sales.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ppuser/LOCALS1/Temp/temp30925rupa.com~sales.ear
    Aborted: development component 'sales'/'rupa.com'/'LOKAL'/'0.2010.02.13.14.32.39':Caught exception during application deployment from SAP J2EE Engine's deploy API:com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [devsap] with user name: [J2EE_ADMIN]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: No login module succeeded.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
    Deployment exception : The deployment of at least one item aborted
    Edited by: sujana mullapudi on Feb 13, 2010 2:52 PM

    Hi Sujana,
    For deploying Web Dynpro for Java application, J2EE_admin correct password must be stored in the scured area of config tool.
    Your error show that J2EE_admin information is not correct.
    So, Please ask your basis team to update new J2EE_ADMIN password or you can do it in scured area of config tool.
    Hope this will helps you.
    Thanks
    Arun Jaiswal

  • " APPLICATION NOT FOUND"  while deploying Web dynpro java Application

    Hi, I am getting a message that "application not found " While deploying the web dynpro java application .......... please give me a solution for this .

    Hi Ram,
    This error comes generally when your webdynpro project does not have an application. To create an application in your webdynpro project follow the underlying steps:
    <Project>->WebDynpro->Applications ---> right click and create New Application.
    Follow the steps to create the application.
    Now if you create archive and deploy, it will not give you the error again.
    Best Regards,
    Ravi

Maybe you are looking for

  • Document flow says "Acct determin error".  The invoice not posted in FI

    Hello SAP gurus, Having an issue with my sales order (IJ1 single instance client 100 system) The document flow is saying "Acct determin error" and in the header status - billing document Invoice posting says "Not posted in FI". checked MM03 settings

  • Fastest mini to dual-boot Lion & Snow Leopard?

    I do software testing and currently have an iMac set up so I can boot either Snow Leopard or Lion.  For space reasons, I'd like to get rid of the iMac and get a mini instead, but it looks like the current models won't boot Snow Leopard (true??). So w

  • Problem with file adapter (FTP) created under business service

    Hi I am using file adapter in my receiver communication channel. I dont know the physical existance of the system so i have created one business service. Under this business system i have created a file adapter with FTP protocol. I have given all the

  • Plug and play mouse does not work

    Hi, I am trying to get a Sony mini USB mouse (plug&play) working. My macbook (early 2011; Lion OS) simply does not respond to any mouse movements. However, the mouse is recognized/listed as "USB optical mouse" under system information. The mouse is n

  • Time Capsule with old saves

    Hey, I just bought the time capsule today and i would like to use my old back ups off my firewire external hard drive. Does anyone know how to do this?