Use to running apps on windows - how do i do it on aix??

hi all -
im running into issues with running my app locally on windows. it works fine most of the time but when i run my java app with this one particular file i get errors bc it looks for a path on an AIX box.
i want to run my app on AIX now - do i need to create the jar on windows then upload it to aix and then run it???
im stumped now. any suggestions
thx in advance

It depends what you mean by "it is looking for a path". If you mean that there is a hardcoded path in your code that is specific to your AIX box, then consider setting a system property in you run command that points to the appropriate path. Added something like
-Dmyapp.path1=/path/to/files
then using System.getProperty ("myapp.path1") will get you the path.

Similar Messages

  • Running apps with windows vm instead of Java

    I want to run some chess databases that will not run on Java 2 because of class format error, "illegal use of non virtual function call" the sun site says these will just not run with java 2. If i go to internet explorer tools, advanced and disable java 2, reboot, and allow the window vm to run the applets they work fine. Is there a way to run the java 2 routinely, but switch to windows vm while online, WITHOUT having to reboot the computer to activate the new settings?

    It should not be necessary to reboot. Simply closing the browser does the trick for me at least. I am using Windows 2000.

  • I downloaded the new version of Firefox and it will not open certain of the addresses that I use to run my business. How can I delete this version and go back to the previous version? thank you

    I would like to revert back to the previous version of Firefox. Please tell me how to do this

    hello and thank you for your suggestion. I have tried it and, when trying to open a program which I previously was able to, still get the following message:
    Remote XUL
    This page uses an unsupported technology that is no longer available by default in Firefox.
    Please contact the website owners to inform them of this problem.
    Seems unbelievable that I previously had no problem and now I do. Have you any suggestions to overcome this? Do you think I can go back further in Firefox history to get a version that will make it possible to access this. Many thanks! Lynn

  • Problem running app in windows 2003 server

    Hi people.. I have a java application running in w2000 and j2re1.4.2_03 and works fine, i change the server version to win 2003 and j2re1.4.2_03, and after a time the application is closed without a java error, i seek in the even log of the server and get this anyone have a similiar error? or a clue to fix the problem? thanks and have a nice day
    <pre>
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1000
    Date: 8/3/2004
    Time: 1:24:38 PM
    User: N/A
    Computer: MTYSVR03
    Description:
    Faulting application javaw.exe, version 0.0.0.0, faulting module jvm.dll, version 0.0.0.0, fault address 0x00002545.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74 Applicat
    0008: 69 6f 6e 20 46 61 69 6c ion Fail
    0010: 75 72 65 20 20 6a 61 76 ure jav
    0018: 61 2e 65 78 65 20 30 2e a.exe 0.
    0020: 30 2e 30 2e 30 20 69 6e 0.0.0 in
    0028: 20 6a 76 6d 2e 64 6c 6c jvm.dll
    0030: 20 30 2e 30 2e 30 2e 30 0.0.0.0
    0038: 20 61 74 20 6f 66 66 73 at offs
    0040: 65 74 20 30 30 30 30 32 et 00002
    0048: 35 34 35 545
    </pre>

    Try uninstalling Terminal Server

  • HT3576 I need to update my IOS otherwise I can't use half the apps... how do I do it without wiping everything out...

    ^^^^^^^^

    Depends which generation of iPod you have. Older iPods cannot update to the latest version of iOS.
    If you use iTunes to look for an update (with the iPod connected to iTunes), if you see a message saying that your iPod is up to date, that indicates (usually) which gen you have.
    1st gen Touch can go as high as iOS 3.1.3
    2nd gen Touch can go as high as iOS 4.2.1
    3rd & 4th gen can install iOS 5.
    Alternatively, http://support.apple.com/kb/HT1353 will help you identify which model and generation you have.
    If you can update the iOS to a higher version, back up your iPod first.

  • Running Vista on Windows: How do you get the Quicktime Thumbnails

    How do you get quicktime movies to display images of the movie in the thumbnail instead of the quicktime logo?
    Thanks,

    The Firefox [https://support.mozilla.com/en-US/kb/Page+Zoom Page Zoom] feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox, as with some other browsers.
    Try the Default FullZoom Level extension and set a default zoom level: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    '''''Or''''' try the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • Feature Request : Side by Side apps running in 2 windows.

    Having 2/more apps running side by side. Should have a view&use of running apps in a window view. This feature will enable to chat with some one and may be compose a mail or play a game or check a news article.
    Isn't it useful? May be in next iOs5 ..?

    This is a user forum. If you would like to submit a suggestions to Apple, try here:
    http://www.apple.com/feedback/

  • Automatic payment run APP

    Hi
    i am using config and carried out payment run earlier
    Now i am not able to run APP .
    In F110 i have entered correct parameters .
    i have issue which can be seen in screenshot -item marked in Boxes used to appear earlier when i used to run APP successfully earlier .Now these appear blanc .
    I have APP configuration which is not touched and kept in read only mode past many years
    Regards
    kaushal g

    This is due to vendor master is not complete, if in payment method bank detail and Street, P.O. box or P.O.box Pst Code check is on, then complete this detail in vendor master for address data, bank data, then test it gain, this will work.
    FK02
    Regards
    Javed

  • How to use .sdf database in a windows store apps

    Hi,
    I am new in windows store app development. I have been working in WPF application development for long time. Now I want develop windows store apps. I am studying on it. I got a problem. I what to store data from windows store app in .sdf database file. I
    confused is .sdf database is compatible with windows store apps.
    I want Deploy the apps in windows apps store. Is .sdf database support in client machine while he download it and run his own machine.
    Please Suggest me about it with sample reference. It will be very helpful for me.
    bye
    With Regards
    Sadequzzaman Monoj
    Bangladesh

    SDF files are used by Microsoft SQL Server Compact Edition. SQL CE is not supported for Windows Store Apps/Universal Apps. Only WP Silverlight Apps can use SQL CE. You will have to switch to a different database format.
    As far as I know the only DB currently supported for local deployment with Windows Store Apps is SQLite.
    This article gives an introduction on how to get started with SQLite in Universal Apps:
    http://blog.tpcware.com/2014/04/universal-app-with-sqlite-part-1/

  • How to run Adobe Air App as Windows Service

    I am working on Adobe Air application. Everything about coding and configuration have been good so far but I have some major road blocks down the road:
    1. Schedule my application to run at certain time.
    2. Run the application in the System Tray like a Daemon app
    Does Adobe support for configuring the application to run in System Tray like a Gmail notifier app now? If it does, is it possible for me to have it configure for both Windows and Mac systems?
    If anyone has any pointers or tips, please feel free to let me know. Thanks in advance.

    Last night I got some time to try out your example from "Working with the dock and the system tray"
    It is really impressive to see how easy you can animate the icon on the taskbar, but it doesn't particularly achieve my goal to have a cross-platform taskbar app running.
    I tried to work with Java yesterday and got their Taskbar module working on both platforms. It solves the basic issue. But then I realize Java is missing the Webkits Adobe Air is offering. So I need two Apps in order to achieve the goal to re-use my web app on the desktop. Now I am considering to learn more about the extend feature you mentioned to let the Java application works like a remote control for the Air application's instances.
    So here are some of my current concerns: is it possible to be able to have input from java app into air application's elements? Does Adobe's intergrated runtime support incorporating Java as part of the app like it does with SWF and javascript? Or is there any bridge I can use to have the two applications communicate with one another?

  • How to run windows store app in windows tablet

    Hi,
    I am developing an windows store app I can run my app in local machine.How can i run my app on windows tablets. I am using ASUS windows 8 tablet .How can I connect tab to my pc and run myapp in tablet.
    Thanks,
    Alok

    1) In Visual Studio, create an appx package (Project -> Store ->Create App packages -> Not for upload)
    2) Zip up the folder of the app package
    3) Send to target machine
    4) Unzip app package
    5) Right-click Add-AppDecPackage.ps1 -> Run with Powershell (must be an admin)
    6) Follow prompts for install
    7) Enjoy
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • How to run a remote windows dll files and the drivers of the system using j

    Dear Friends,
    I need some valuable info regd how to run a remote windows dll files and the drivers of the system using java
    reply regd thanking you

    Please don't make duplicate posts like this.

  • How do I revert back to IOS 10.8 on my 27" iMac?  Since I upgraded to 10.9 on Monday I am unable to use my buttons in the App Store window, notes or ibook window.

    How do I revert back to IOS 10.8 on my 27" iMac intel version?  Since I upgraded to 10.9 on Monday I am unable to use my mouse buttons in the App Store window, notes or ibook windows.  It works everywhere elese but not in any Apple application system windows.

    I'll try it. I don't have much confidence in it actually working since I'm having the same issue with all mouses (Bluetooth and wired) and my Bamboo Create.
    Can you also tell me how to revert back to IOS 10.8 in case resetting mouse preferences do not work?  I have already gone back and restored my system to before the up grade but it didn't restore the IOS system.

  • How to run a jar app on windows start up

    what classes can i use in java..
    to run a java app when windows xp starts up and even to shut windows down...
    what name are these classes under in the java libary..if there is any..

    LeeHarvey wrote:
    so i have to learn C# and C every thing.. to do any thing out side java...what about visual basic...Lee, VB6 ended support 4 years ago. Do you want to be a programmer or a burger flipper?
    You could go with VB.NET except it is succinctly, SH1T! Even the poeple who wrote hate it so much they'd tell you to use C# instead. [reference required] Seriously, it's got none of the advantages of VB6, and all of the disadvantages. I think it was designed to fail.
    C# is just like Java, except different ;-)
    Actually Java and C# are match racing... That is the longer they are developed the more alike they become... ergo they're suffering the wind-tunnel effect... they're copying each others weaknesses. This is a car. This is a lunch box.
    Java is still winning, which works for me, for now... when Java stops winning I'll swap boats quick as look at ya.
    Cheers. Keith.

  • How to execute a exe file using javascript on app window.load.

    How to execute a exe file using javascript on app window.load.

    Hi sb00349044,
    As I have already mentioned in multiple replies to your previous questions, the SUMO forums focuses on providing help to end users with usage-questions and issues.
    For developer-related questions, please refer to one of the many resources readily available that I have linked to in the past:
    * [https://developer.mozilla.org/en-US/Firefox_OS MDN]
    * [http://stackoverflow.com/questions/tagged/firefox-os StackOverflow]
    * [https://lists.mozilla.org/listinfo Mozilla Mailing Lists]
    - Ralph

Maybe you are looking for