How to create setup of project in linux ie (.sh)

Hi..
I have developed one chat software in swing.
I have already created exe of my project in windows using JExeCreater.
I want create setup of my project in linux but i don't know how to create it.
Can you tell me any software name or procedure to create setup of my project.
Also I am using External jar file for Look & Feel and System Tray Icon but How to add those jar file in setup.
I have created jar of my project.It works fine on my system because in my JDK & JRE
the supported jar included.
But on other system it gives error that jar not included.It is not feasible to add supported jar file on every machine.
Plz Help Me

just create .bash file of u r project . That bash file includes all javafile path
Run bash file from terminal as $./xyz.bash

Similar Messages

  • How to create setup of project in linux means like windows .exe

    Hi..
    I have developed one chat software in swing.
    I have already created exe of my project in windows using JExeCreater.
    I want create setup of my project in linux but i don't know how to create it.
    Can you tell me any software name or procedure to create setup of my project.
    Also I am using External jar file for Look & Feel and System Tray Icon but How to add those jar file in setup.
    I have created jar of my project.It works fine on my system because in my JDK & JRE
    the supported jar included.
    But on other system it gives error that jar not included.It is not feasible to add supported jar file on every machine.
    Plz Help Me

    i dont know how to create linux setups, but you can put the libs used by your application into the same directory and add the class-path attribute to the manifest file of your application. so you can write a simple script (for each platform) and deploy it in a selfextracting zip

  • How to Create a new Project by Combining 2 already existing Projects

    How to Create a new Project by Combining 2 already existing Projects

    CCopy the contents of one and paste it into the other. Or duplicate the first project and then paste the contents of the second.

  • How to create setup.exe  in d2k

    i had already created a project in d2k 6i.But i didn't know how to create a setup.exe file for it.

    With D2k - i dont think you can go for build exe.
    If you are using the Client Server - Forms runtime has to be installed in client and FMX are the executables.
    Regards,
    S.Muthukumar.

  • How to create the Custom project System as Web Project

    Hi,
    I have created a custom project system using this walkthrough. But
    this walk through is targeting Visual C# project system. I need to create the Custom project system as Web project and set the start up page as index.html file. How can I achieve this?
    Note: 
    I have got the Custom project system sample from VS2013 SDK samples(https://mpfproj12.codeplex.com/).
    But it demonstrate the Custom console applications only.
    - Abbas K

    Hi,
    So you didn't even follow this walkthrough yet? If you did, how did you do it?
    I failed to create such a web project system because I finally messed up my VS experimental instance. But it's possible to create a custom web project system, by following this walkthrough. Someone else has successfully made it, check this
    link.
    The difference is that you have to use web project type instead of the console application project type. You could copy a web project's .csproj file into the VSPackage project and rename it to xxx.myproj. There's an error in the walkthrough that the AssemblyInfo.cs
    file should be put into Properties folder and set the "Build Action" property to Content, "Include in VSIX" to true.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create a Flex3 project with remote ColdFusion server?

    I have a question related to Flex 3 and ColdFusion that it might be simple to answer but I have been struggling with it for a while.
    How to create a Flex application using Flex Builder 3 that uses ColdFusion, but the ColdFusion server is not installed locally but in a remote server?
    I need to create a Flex application to use with ColdFusion and although this is a simple procedure when we are creating the project in a computer where you have ColdFusion installed locally (as all books shows examples of it), but what if the ColdFusion server is installed in another machine in the network?
    My current situation is the following:
    -          I have Flex Builder 3 install in my PC at work and its workspace is in a folder in the network outside of my PC.
    -          We have a server (ISWEB1) partition in two drives; C, where the ColdFusion 8 is installed and D where all the files the developers work with reside. The ColdFusion installation runs in a server where IIS is used as the web server.
    -          I have the drive D on the server ISWEB1 mapped to one of my letter drives and can access it easily
    -          The drive C on the Server can only be accessed remotely (or through the web to access the ColdFusion admin page) and is not exposed to the network as drive D is.
    My problem is, I need to create a Flex 3 application that uses ColdFusion using remote object access service (CF Flash Remoting) but I wanted to point to the installation version on the server ISWEB1 and not to the one installed locally. The Configure ColdFusion Server screen in the Flex Builder asked me for the location of ColdFusion root folder, Web root, and root URL. There is no way I can point to the server (ISWEB1)where ColdFusion is installed as those fields seem to required a address that points to a local install or a mapping on that local server.
    The work around that could be used is to use the ColdFusion developers edition I have installed locally and use during the creation of the project in Flex Builder, but then I would have to have all the same data sources, mappings, and CFCs in my the local server in order to test, which seems double work. To aggravate that when you try to test the application Flex writes the files to the local server and unless you have everything available locally it would not work properly. I am trying to avoid duplicating the work. Ideally I would like to test the Flex application on the server where the CF is installed and where the Flex Builder workspace is.

    Sort of. I found this article below that helped me to connect to the remote CF server using MXML. It seems that you have to create a regular project in Flex with Aplication Server Type set to None and connect to CF using the endpoint attribute of the RemoteObject MXML tag or via AS.
    http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/200
    However I found out after getting error using the AS3 code to use the endpoint property that
    mx.rpc.remoting.RemoteObject does not support  the "endpoint" property
    whereas mx.rpc.remoting.mxml.RemoteObject does. See link below
    http://www.mail-archive.com/[email protected]/msg101439.html//www.mail-archive.com/[email protected]/msg101439.html
    So I had to change my AS3 code by adding a new channel to my RemoteObject using a code similar to the one on the link below (Note that this code uses PHP, when I instantiate myRemoteObject, I do so informing that the destination is "ColdFusion" [new RemoteObject("ColdFusion")], so no need to set destination as in the code on the link below
    http://tech.groups.yahoo.com/group/flexcoders/message/120115
    I hope that helps you.

  • How to Create a Custom Project Site Template Using Visual Studio

    I know how to make changes and save a site as a template but I need to be able to create a new project site template during deployment to different environments. Trying to have this not be a manual process.

    Hello,
    This article might help:
    http://blogs.msdn.com/b/sambetts/archive/2013/10/17/creating-a-clean-visual-studio-solution-from-a-sharepoint-2013-site-template.aspx
    Start with a default Project Site (create a new site from the Project site template) and save out the WSP then import into VS.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • How to create Setup

    Hai java guys,
    I need help from you.After coding any java application,how to create installation setup for that application to install in another system.I searched www.installshield.com for this,but i am unable to find solution.If anybody knows plz let me know.If it is free download ,i will be happy.thanks in advance.
    Basha

    You can use installanywhere.
    Their website address is www.zerog.com
    Sandeep.

  • How to create Beehive enabled domain on Linux

    Hello
    I am attempting to create a WLS domain on Linux which can host an application which uses Beehive controls. The documentation says that it should be possible to create a domain which is beehive enabled. But i have not been able to find such a template when running config.sh to create a domain on Linux. Any clues on what i am missing. I am using WLS 9.2
    Thanks
    Ramdas

    I tested Skype for Ubuntu and it works. Here's how I did it:I pressed Ctrl+Shift+u (an underline u should appear)Then I typed 00e7 and I got underlined u00e7Finally, I pressed Enter after that u00e7 was converted to çThere is how I typed "cédille": ps. Please note 00e7 is code for ç, but not for é (which have code 00e9). See here the list of Unicode characters https://en.wikipedia.org/wiki/List_of_Unicode_characters

  • How to create a custom Project Preset Premiere Elements 9?

    Hi,
    In the help documentation of Premiere Elements 9 it says that i can create a new Project Preset: "The procedure for creating a preset differs if you’re changing settings for an open project versus establishing settings for a new project. Presets you create can be applied to new projects, and if you want to back up or distribute preset files, you can find them in the Settings subfolder of the Adobe Premiere Elements folder on your hard disk." (url).
    Sadly, i can't find the specific instructions that would help me to establish settings for a new project and save it.
    Thanks in advance for any help.
    Jorge

    Steve,
    Below is the spec of the footage. I get this info using "VideoSpec". The thing I can't match a preset Full HD 1080i 60(59,96).
    Thanks again.
    *** Video Track Parameters ***
    - Format: H.264/MPEG-4 AVC
    - Size: 25.3 MiB (99%)
    - FourCC: H264
    - Track number(s): 0
    - Bitrate: Max.: Undefined
       Average: 17508 Kbps
       Min.: Undefined
    - Frame rate (fps): Max.: 59.960
       Average: 59.940
       Min.: 59.920
    - Bitrate mode: Variable
    - Encoding profile: [email protected]
    - Resolution: 24 bits
    - Width (Pixel number): 1920
    - Height (Pixel number): 1080
    - Pixel Aspect Ratio: Undefined
    - Display aspect ratio: 16:9
    - Chroma subsampling format: YUV420p
    - TV standard: Undefined
    - Interlacing: Interlaced - Top Field First
    - Encoding library: Undefined
    - Additional Parameters: CABAC: Yes
       Reference Frames: 4
    *** Audio Track(s) Parameters ***
    - Format: AAC - MPEG-4 audio
    - Size: 190 KiB (1%)
    - FourCC: MP4A
    - Number(s) and language(s): 2: English
    - Details: -
    - Profile: Low Complexity
    - Bitrate: 128 Kbps
    - Bitrate mode: Constant
    - Resolution: 16 bits
    - Rate: 48.0 KHz
    - Channel(s): 2 (stereo)
    - Position: Left Right
    - Encoding Library: Undefined
    - Additional Parameters: Spectral Band Replication: No

  • How To create a maintenance project - logical component missing?

    Hi experts,
    we plan to activate ChaRM in our Landscape.
    We don't have created a maintenance project in solution_manager cause there is a logical component missing.
    I followed the instructions of the tutorial on  https://websmp206.sap-ag.de/~sapidb/011000358700006932702005E.sim (Creation of a maintenance project).
    I recognized there is the logical component "ZCHANGE REQUEST MANAGEMENT" missing.
    This seems to be a modified origin SAP Component.
    Does anyone know where to find these component?
    Maybe with informations what has to be changed for the Z*copy or is this only a 1:1 copy?
    Does anyone have a detailed document for configuring ChaRM on SolMan 7.0 (Mailadress is visible on my business card)
    thanks in advance
    kind regards
    Thomas
    Helpful answers/documents will be rewarded, surely!

    You need to set up your solution and therefor define a logical component in SMSY. For instance the logical component might consist of your ERP E, Q and P systems.
    This logical component is added to an SMI Project. It basically tells the SMI project which systems are involved in the process. After that you will have to create an IMG project, CTS project, release the SMI project to the Change Request Management and generate Maintenance Cycle and Task List (this is all being done in SOLAR_PROJECT_ADMIN).
    /cheers

  • How to create setup for Java Application?

    Hello,
    I have created one Java Application. Now I want to create setup for that. I want to know if there is any tool is available for Java Application. If yes, then please help me to get that.
    My emal id is "[email protected]"
    Thanks in advance.
    Sam

    Go to www.zerog.com
    Download InstallAnyWhere4now (free)
    it is Awsome youll love it
    M
    bakbjo

  • How to create one complex project in web dynpro

    hi,
    i have 2 transations.i m going to create one project for one transaction each.but in my carse there are 20 views in each project.i want to distribute all the views  to 10 developers.i  mean how to distribute the different view or application or component for 0ne project among all the developer....this is my doubt that how  to clubbing together all the views,applications and compoents altogether in web dynpro  later.
    its very urgent,
    thanx in advance.
    regards,
    HP

    Hi ,
    One way is dividing your project into DCs.
    1. You can keep your model in one DC.
    2. Create different DCs for different functionalities and place the views under appropriate components
    3. Expose the components as public parts so that the views can reused by the developers.
    Please go though the documents on DCs for creating public parts and resuing DCs
    Regards, VIP

  • How to create a DVD9 project in DVDSTPRO 4.0.2

    Hi Everybody! i´m finishing a project with about 6,7 GB data ... so how do i manage to burn this on my G5 / dual 2,7 / 8 GIGRAM / Apple - SuperDrive? Would be glad about any awnser ... Bye & thx, Max

    Hi Codex
    Welcome to the forum.
    I suppose the only question is does your superdrive support dual layer discs?
    Looking at your specs I'd assume it does. That being the case the only other thing to do is decide how the layer change will occur. I'm pretty sure the default is to create the layer break automatically but to check this highlight the disc icon at the very top of the Outline window. In the Disc Inspector select the Disc/Volume tab. Set the Disc Media to the 8.54gig option and the greyed out features below become available.
    The simplest route is to just leave them all as default, but this will mean that DVDSP will choose a point at which the layer change will occur and that may be right in the middle of something where you don't want a slight pause while it jumps to the next layer. You can place a marker in your track which is a layer-break-point marker (tick the box in the marker inspector) forcing the layer change. From memory the DVD spec prefers Layer 1 to be larger than Layer 2 (someone please correct me if I'm wrong) - all of this is covered in the manual so you might want to check up on the details there.
    Then insert your disc and hit Build&Format.
    Happy Burning
    Cheers
    B

  • How to create French special characters on Linux

    I have a Linux machine now, and originally, I had no problems to create French special characters while simply typing the key combintation of alt+<ASCII-number> on Windows. The special characters were displayed both in any text document and in Skype's chat text field. Now on Linux, this does not work, nor can I display special characters by trying it by making use of the Linux way - that is by hitting ctrl, shift, u and then e. g. 00e7 for a small "cédille". Is there any workaround for this in Linux?

    I tested Skype for Ubuntu and it works. Here's how I did it:I pressed Ctrl+Shift+u (an underline u should appear)Then I typed 00e7 and I got underlined u00e7Finally, I pressed Enter after that u00e7 was converted to çThere is how I typed "cédille": ps. Please note 00e7 is code for ç, but not for é (which have code 00e9). See here the list of Unicode characters https://en.wikipedia.org/wiki/List_of_Unicode_characters

Maybe you are looking for