Steps to setup for my  Java Swing Desktop Application on Macintosh

hi guys,
I need help from all of u to create the setup for my Desktop application (developed in swings) on Macintosh. pls give me the references at least. how to approach the tools.
its urgent...please....
thanks in advance.
-siva

hi guys,
I need help from all of u to create the setup for my Desktop application (developed in swings) on Macintosh. pls give me the references at least. how to approach the tools.
its urgent...please....
thanks in advance.
-siva

Similar Messages

  • What data binding framework to use for EJB(JPA) - Swing desktop application

    Hi!
    I am developing EJB server application which mostly uses the same entities and session EJB's both for web and for desktop user interface. While JSF is working nicely, I am stuck with necessity to make decision with data binding framework to use for desktop application - I investigated:
    - JSR295 reference impementation at java.net (beans binding)
    - Eclipse JFace
    - JSR295 implementation at kenai.com (better beans binding)
    - JGoodies binding
    At present I like JGoodies, but I am not sure whether I am not missing something - I guess - large enterprises should develop a lot of desktop applications as well and what binding framework they are using?

    user454720 wrote:
    At present I like JGoodies, but I am not sure whether I am not missing something - I guess - large enterprises should develop a lot of desktop applications as well and what binding framework they are using?No, not really. I create them sometimes but they are service tools, not part of the main application framework. Generally you keep everything on the server, web based - this keeps it secure, accessible and contained. With all the web 2.0 javascript toolkits available nowadays you can go quite far creating a desktop experience in a browser, with limitations.

  • Project setup for a mobile and desktop application including native extensions (ANE)?

    I'm using Flash Builder 4.6 and I want to develop an application that is deployed to mobile and desktop devices. Therefore I tried a setup with three projects; one desktop project for Windows and Mac OSX, one mobile project for iOS and Android and also one library project for shared resources. The library project is used in the mobile and desktop project. Afterwards I placed all stuff like AS classes and UI components in the library project and instanciate them in the devices project. This works so far. (As consensus decision-making I used Flex components that are available vor mobile and desktop.)
    But If I want to use native extensions (ANE) like a DLL for Windows or a gyroscop for mobile devices, then I can't add the ANE to the library project. I have to add the ANE file separately to each device project and build a separate UI components. Is this the way it's intend to use ANE files? Is there an even simpler approach?
    Or is there a completly different way, e.g. setup just one common project (instead of three) and use different skins for mobile and desktop?
    Your answer is appreciated. (Including links to documentation and tutorials.)

    This thread doesn't look promising:
    http://forums.adobe.com/message/4737831
    Same here:
    http://stackoverflow.com/questions/11143907/flashbuilder-4-6-how-do-setup-project-for-mobi le-desktop-publishing
    Though if you're using Starling, there's some setup instructions here:
    http://wiki.starling-framework.org/manual/project_setup

  • Setup for a java software

    dear all,
    i wanna know how come i can create a setup for my software which is
    developed using java swing and MS-Access.
    I mean i want create an installation file for my software through which
    i will be able to install my software any where i want instead of copying it everywhere.
    thanks in advance

    Hi,
    Try out Install Anywhere at following url.
    http://www.zerog.com
    Its intuitive architecture brings intelligence to the process of installing software onto any client or server platform, and configures those applications for optimal performance. InstallAnywhere automatically handles all of the installation details, minimizes time-to-deployment, and increases productivity
    Kind Regards
    Chetan Chandarana

  • Steps and setup for Creation of Project Contract from Scratch

    Dear All,
    Steps and setup how to create contract from oracle project contracts?
    Thanks
    HNP
    Edited by: user12197222 on Aug 1, 2012 1:30 AM

    Please refer Ch 2 Creating New Contract Documents on below link from user guide:
    http://docs.oracle.com/cd/B11454_01/11.5.9/acrobat/115okeug.pdf
    thanks

  • Accessing Active-Directory through a Java Swing Desktop Appl

    I have a desktop application in which, I have an options window. In the window, I use a button to access the active directory(address-book) - when I click the button, the active directory window(the way the address book opens in microsoft-outlook) should open.
    I wish to know where can I find information to implement this requirement. It would be even better if there's a solution posted!

    Find how to do that from the command line. Perhaps there's an executable you can run or something like that. (Note that this is not a Java Programming question but something to do with your operating system.) Then use a ProcessBuilder to do that command-line thing.

  • Google-Suggest in Swing Desktop Application - Possible?

    Hi All,
    I am building my first Java Swing Application. Apologies in advance for any stupid questions I ask w.r.t. Java Swing concepts.
    I am building a Billing Desktop Application using Java Swing. My backend is a Microsoft Excel. My clarification are:
    *1. I have a set of values in a combo box listed below a jTextField. The values have to be displayed on the Screen as and when the user gives some characters as input. In short, something like a google-suggest functionality.*
    *2. Generate pre-defined set of jLabels and jTextFields on the click on a jButton*
    If this is too much to achieve with Java Swing, I would highly appreciate if you can share any other means to achieve this.
    Thanks,
    Vikas
    Edited by: Vikas.Vij on Feb 23, 2008 11:38 AM

    tutorials http://download.oracle.com/javase/tutorial/uiswing/components/progress.html and http://download.oracle.com/javase/tutorial/uiswing/concurrency/worker.html contains example for that, another examples http://www.java2s.com/Tutorial/Java/0240__Swing/2000__SwingWorker.htm

  • How to distribute/sell Java database desktop application ?

    Hi,
    I have developed a java desktop application(it is a kind of knowledgebase program) which uses mysql as a database, everything runs fine but I would like to know that how shall I distribute or sell my program.
    My questions in short:
    How to create a "Setup.exe" for your java desktop application which also has a database?
    How to publish/distribute my database with my java application?
    My Questions in detail:
    I mean I want to create a "setup.exe" which users can download and then install it by providing the destination path(like any other program).
    I also want users to add/edit data to the database by using the program's GUI, so my question is how will users be able to do that because obviously not everyone has a mysql database and service running on their computer and how should I provide the database with my program, should I provide the database file, but in that case anyone can access my database directly(by copying my database file to his mysql database folder), right ?
    I am a beginner programmer hence I need a lot of guidance and advice, please give me all links, examples, articles etc, I am willing to read it all !
    Thanks everyone.

    rjhm_86 wrote:
    How to create a "Setup.exe" for your java desktop application which also has a database?
    Use Java Webstart.
    How to publish/distribute my database with my java application?
    My Questions in detail:
    I mean I want to create a "setup.exe" which users can download and then install it by providing the destination path(like any other program).
    I also want users to add/edit data to the database by using the program's GUI, so my question is how will users be able to do that because obviously not everyone has a mysql database and service running on their computer and how should I provide the database with my program, should I provide the database file,.. Is the DB meant to be editable?
    Use any of a number of installers to install the DB, invoked from a webstart ExtensionInstallerService. Store the installation path using the Webstart PersistenceService (PS). Your app. will query the PS to get the path to the DB, start it, and go from there..
    I have demos of the ExtensionInstallerService and PersistenceService on my site.
    ....but in that case anyone can access my database directly(by copying my database file to his mysql database folder), right ?If you give a DB to me, it's mine, buddy. Don't start this foolishness how the user might steal your data. If the data is so valuable, hide it behind a web service at your site and never actually give it to the end user. But really, your best protection in the case the DB data is distributed, is an EULA.
    I am a beginner programmer hence I need a lot of guidance and advice, please give me all links, examples, articles etc, I am willing to read it all !Please give me cash. Deployment is the 'last 1%' of a project that consumes 10% of the time. Getting a good deployment is not a beginner topic and you will need to do a lot of searching & research and go through many trials and errors before you are done.
    Thanks everyone.No worries.

  • Password works for login but not for the Adobe CC Desktop application

    Password works for login but not for the Adobe CC Desktop application

    Please refer to http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    ou can try deleting OPM.DB from steps below and try again.
    Mac OS: You can locate the OPM.db file in the \User\\Library\Application Support\Adobe\OOBE folder. To access the hidden user Library folder, see Access hidden user library files | Mac OS 10.7 Lion. - http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-f iles.html
    Windows: You can locate the OPM.db file in the :\Users\\AppData\Local\Adobe\OOBE folder.  To view the hidden AppData folder, see Show hidden files, folders, filename extensions | Windows XP, Vista, Windows 7. -http://helpx.adobe.com/x-productkb/global/show-hidden-files-folders-ex tensions.html
    3) update to the latest version of the Creative Cloud app.
    Also we would like few more details:
    When has this issue started occurring, was this after installation of any specific adobe product.
    On which platform are you seeing this.
    Also we would like to know if after above steps this issue occurs ever again in future.
    You can refer to http://forums.adobe.com/thread/1239510
    Regards,
    Rajshree

  • JavaFx Script for Development of Enterprise Desktop Applications?

    Hi,
    we are currentlich developing a rather complex business application using Swing. Now the JavaFx stuff seems to get up to speed and we are thinking about changing to build the Gui based on JavaFX.
    The enterprise frontend would be a more or less full-screen application, with many masks to enter data into. The backend is a glassfish bean architecture based on WebServices.
    Is it now the time to go that way? I dont see any usable design applications to integrate many Swing components - and JavaFx Components seems not existing to support all that listbox, treeviews, keyboard focusing stuff I need here...
    I am not very happy about coding all the dialoges per hand as it seems to be the way now...
    What do you guys suggest? Skip it for now? Or go the hard way as an early adoptor to find all the bugs and problems we somehow managed to get working already in Swing?
    Regards

    Hi,
    I've been trying to write a new desktop application using JavaFX and its pretty tough going with what's available in the API at the moment. The 1.0 release is obviously focused more on RIA, which is perfectly understandable considering the market space they are trying to enter and the fact that if you want to write a desktop application you can always use Swing. I think right now it would be suicide to recommend to your employers that you switch to JavaFX.
    The main problem is that JavaFX does not currently have all the standard components you would expect to be able to choose from in order to capture and display data. However, there is always the option of taking whatever Swing component you want to use (e.g. JTree) and wrapping it in the JavaFX SwingComponent class. There are some good examples of how to do that on this wiki page: [http://jfx.wikia.com/wiki/SwingComponents] . But my feeling is, if you're going to build your application out of Swing components wrapped in JavaFX classes then you might as well just write the application in Swing.
    I think that right now its too early for JavaFX enterprise desktops but I do believe that one day they will supersede Swing. JavaFX has so much potential. It will eventually be able to do everything Swing can do and then so much more. And I think Sun will have to start focusing on the desktop market quite soon. They are competing with Flex in the RIA space but Flex has good support for data tables etc and I see a lot of projects going with Flex when they might have otherwise gone with Swing.
    Cheers,
    Kevin

  • Deployment Issues, Different  Jars for Diff Java in one application.

    HI,
    I need to put classpath (Jars) for my WEB-INF/classes. Different Jars for Diff files in one application.
    The problem is , for one ofmy application, the lib files are x.jar and y.jar , x is older than y but have same
    lib files. in x and y, there is one class , r.java , which have a method method1(). whey they are doing modifications in y.jar , the r.java has changed to new vertion, the method method1() they re-written the body.
    My application have 5 java files, in which 2 files uses r.java imported from the x.jar earlier.
    Now we need to use y.jar because , the y.jar have more files added with good futures. But the earlier 2 files are giving exception if i use y.jar.
    I need solution for this. how can i put classpath for the 2 files to use the x.jar and other files to use y.jar in the same application.
    I am using a Tomcat 4 server. only Servlets, JSPs I am using.
    Thank you,
    Kiran

    I may be missing something here, is y.jar a newer version of x.jar? And if it is do you need x.jar at all? Are there classes in x.jar that do not exist in y.jar? Can you modify your application to provide the same functionality and only use y.jar?

  • Where do you obtain the download for the pdf pack desktop application now?

    Where do you find the download for the adobe create pdf pack desktop application?

    Hi Milly,
    You can go here PDF Pack. There are tutorials available as well!
    Hope this helped.
    Kind regards, Stacy

  • Step by step complete setup for WRT54G ver.6 with Laptop and XBOX 360

    Hello.  I am sorry to post this, I am sure it is a juevenile and redundent question...but I have tried to look for the set up cd (I can find where to download it...though I can find the firmware upgrade or whatever).  My friend at work said it would do all the setup pretty much automatically for me.  
    I somewhat know computers, but you might go ahead and make your replies VERY lamen's terms or I might not be able to follow.  Anyways, what I need, is a step by step/screen by screen directions for a secure network.  I have made a partial attempt at setting it up and it technically works, but I would feel better if I did the steps a-z in order, so I know that it is done correctly.  I also am not totally confident in its security as it is now.  (Also, technically, I did not check the XBOX again after getting the new laptop, I am just assuming it is still working because it was before).
    My problem is I can't seem to find very good directions for setting up the router...I only find partials or confusing directions.
    So here are the things I am trying to connect:
    Liksys WRT54G ver. 6
    Gateway Laptop running Windows Vista
    XBOX 360 - WIRED
    (I had a PC and a laptop, but they both died at the same time and I have only been able to replace the laptop at this point...the PC will come later and not sure at this point if it will be Wired or not).
    I have a cable Modem between the Router and the wall...I didn't look at that for brand/etc...but I can get it ASAP if needed.
    Here are the settings that I have so far:
    Changed the Router Name
    Changed the SSID
    Have DHCP set to 3  (XBOX, PC, Laptop)
    Wireless SSID Broadcast: Disable
    Username and Password changed to my own info
    UPnP: Enable
    I may have changed other things without knowing it.  So like I said, a complete, step by step screen by screen set up would be totally appreciated.  I haven't done anything in the security tab, all that is totally foreign to me, so I am just not broadcasting for now until I can get some help setting things up with you guys.
    And if someone is familiar with the Laptop/XBOX 360 setup, and I need to change any of the settings on the XBOX itself, could you please include that in your directions?  I know that isn't technically what THIS forum is for, but it would sure be helpful to me if you happen to know both parts anyways.
    Thanks a lot (in advance)!

    So all you just need to do is, secure your Wireless Network. Follow the setps bellow and change the settings on your Router.
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Wireless channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select TKIP...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone and remember the key.
    NOTE : Passphrase should be more that 8 characters...
    Now see if you can locate your Wireless Network and attempt to connect...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75 >>Change the Fragmentation Threshold to 2304, Change the RTS Threshold to 2304 >>Click on "Save Settings"...
    Now see if you can locate your Wireless Network and attempt to connect... 

  • Crystal Report for Eclipse - Java SWING - JDBC Examples?

    <p>Good day! I am just a newbie in Java Programming and I am wondering if there is an example application in SWING-JDBC w/reports that uses Crystal reports w/ Eclipse IDE. As what I have noticed, all of the examples I have seen here are all in jsp and I havent seen anything for swing-jdbc only. I want to try using crystal reports in java. </p><p>&#160;</p><p>Do you guys have some examples (even a very simple one) that uses crystal reports with Eclipse and even with a simple database like Access? Any sample, tutorial downloads with this topic? hope you guys can help. thank you very much and God bless.</p>

    Crystal Reports doesn't have the same niece tooling for desktop/swing applications that it does for JSP/Web applications. That said you can still create reports with CR4Eclipse and use them in a Swing applications. Try out these samples that I posted. They are all desktop/swing applications. These will work with Eclipse.
    [http://diamond.businessobjects.com/node/707 | /node/707]
    [http://diamond.businessobjects.com/node/335 | /node/335]
    Hopefully this is helpful.
    Rob Horne
    Rob's blog - http://diamond.businessobjects.com/blog/10</p>

  • Setup for Macbook Pro & XP desktop with one monitor (Cintiq21UX from WACOM)

    Is there a way to use the Cintiq 21UX as a monitor for both my my new Macbook Pro laptop & a Windows XP desktop? I would rather not have to change cables and have heard about a KVM switch from IOGEAR that might give this functionality. Ideally, I would use a single display, keyboard and mouse with both computers when using Photoshop. I don't know if the keyboard & mouse is a realistic goal.
    My questions:
    1. Will the KVM switch work at full resolution of the Macbook Pro and the XP? Will I need to adjust any settings?
    2. What should I know about purchasing a KVM switch? What specs are needed to make it work with the single monitor? With the single monitor, keyboard and mouse?
    3. What issues, if any, will I experience?
    Many thanks in advance!

    Belkin switch works great!

Maybe you are looking for

  • CREDIT MANAGEMENT-- Not Considering open S.O. value while checking Credit

    Dear all, I have an issue in credit manangenet i have configure credit manangement in SD at Sales order level it is like if Customer does not have credit balance it will not allow to save the order. But issue is that if Customer have RS.10000 as his

  • Error While Opening dataform after creating Planning Unit Hierarchy

    Hi All, I created a Planning Application through classic wizard. Then i created a planning unit hierarchy, after which I am getting the following error: (when i try to open a dataform, from some user other than admin/owner) *"Security and/or filterin

  • Moving DC VM

    I've read all of the threads I can find on this subject but I can't find an answer to my problem. What I am trying to do is to set up a second office.  To that end, I need a new DC so I set one up on a host in my existing office and tried to move it

  • Please help me with this form invocation problem.

    Hi. I'm developing an appllication using NetBeans 5.5. I wanted to know that if i build a frames X and Y how can i invoke frame Y from X using a button click event. Whats the code? Or at least please tell me which APIs to use. Both frames exist toget

  • General framework for computer based training using Labview

    Hi, I work as an instructor and I am a beginner in Labview-programming. I want to use Labview vi's that I've found here and there, in a tutorial framework, so that the student can get access to vi's in a consecutive mannner. I believe that by adding