Tool for building jars

Hello,
I need to package an application (actually an Applet) that is dependent on many many class files in many many packages in our environment.
Is there a tool that can find all the dependent classes my Applet depends on and put them in a jar with the correct classpath
thanks

I've had great success with JDeploy - you can download it here:
http://www.tiobe.com/jdeploy.htm
IF not, you might want to check out the resource listing at google:
http://directory.google.com/Top/Computers/Programming/Languages/Java/Development_Tools/Deployment/?il=1
Best regards,
Bj�rn B�rresen

Similar Messages

  • Is Dreamweaver the best tool for building HTML?

    Just wondering if Is Dreamweaver the best tool for building HTML? What are your thoughts?

    DW is an industry standard, pro-level software.  It can do as little or as much as your coding skills allow for. It supports modern X/HTML, CSS, JavaScript, XML, PHP, ASP & ColdFusion.
    Unlike plain text editors (NotePad), DW has powerful site management tools to assist you.  And it is very well supported by 3rd party extensions to enhance your productivity.  If you're serious about web development, you won't go wrong with DW .
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Tool for building LDAP queries

    are there any visual or non visual tools for building LDAP queries ??
    thanks and regards
    Renjith.

    I've had great success with JDeploy - you can download it here:
    http://www.tiobe.com/jdeploy.htm
    IF not, you might want to check out the resource listing at google:
    http://directory.google.com/Top/Computers/Programming/Languages/Java/Development_Tools/Deployment/?il=1
    Best regards,
    Bj�rn B�rresen

  • XJC Tool - For building Java classes from Schema

    Hi all,
    I am using XJC tool for Building java classes from Schema.
    Can we have any other tool for generating java classes from Schema?
    Thanks in advance,
    typurohit

    Solved my own problem and forgot to post the answer: the "xsd:import" is also considered as a targetNamespace, so each xsd:import needs a package specified as well when using oracg. It would be helpful if the Oracle documentation had stated that, but it does not point this out.

  • Tool for build Forums

    Hi !
    I'm find a tool for develop or build Forums, and placed this in a new site.
    Some body know about this?
    Thank's.

    Check out http://www.servletsuite.com/
    (Forum, WWWboard, MessageBoard etc.)

  • Tool for building a java application's installer

    I'm searching for a tool for creating an installer for a java application. Just found InstallAnywhere... It looks very attractive, but it costs... was wondering if is there anything free.

    Well to be brutally honest, I think you'd be better off sticking with Flash if this is a critical project... it would be a great exercise for learning Java, but would probably take w-a-y-y-y-y-y more effort than doing a similar multimedia presentation in flash.
    (I haven't used Director, so can only talk about Flash here) - as you know, Flash is really a very powerful authoring tool that allows the user to do very complex animations very easily, whereas Java is a lower-level programming language that is infinitely more flexible, but comparatively more developer-intensive when it comes to producing user interface stuff. Java might be a viable option if you have to do stuff that flash can't, like very complex interactivity, or pulling info from a database etc (although maybe Flash 5 can even talk to databases now??? I don't know)
    You can get tools to help you build Java user interfaces using "drag & drop" methods, and these tools will automatically generate the code for you, but (a) this means you're not really learning java, and (b) flash would still be less labor-intensive (and probably more impressive to your end users)
    In summary - I'm not knocking Java or Flash - I love 'em both; it's just that Flash is better suited for certain things, and Java is better suited for others...
    PS - nice website, but Portfolios shouldn't have an apostrophe before the "s" ;-)

  • Cisco tool for building router/switch configurations

    Is there a tool on Cisco website that lets you build your own configurations of Cisco routers etc prior to you purchasing them? i.e. Giving you a complete list of part IDs ?

    Hi
    Your question is not clear , if you asked about a tool which can help you to do a configuration for your purchase order for routers , switches , any solution for Cisco . You can configure your chassis , cards , SFPs, Power , and so on. Please use the below link:-
    https://cisco-apps.cisco.com/cisco/psn/commerce
    Thank you
    please rate all useful infomration

  • Request, A free tool for building advanced WebSites ...

    Hello,
    I am looking for a software to build advanced Web sites [Like CNET], for the Mac,
    You know such a software?
    Thank you!

    Sites like CNET use Content Management Systems similar to Drupal - Open Source CMS | Drupal.org

  • PaCPAN: tool for building Perl packages for Pacman from CPAN

    http://xyne.archlinux.ca/info/pacpan
    *edit*
    Pacpan functionality has evolved as of version 4.0. CPAN distribution and metadata handling has improved and there are now functions which can query installed packages to determine their adherence to the packaging guidelines.
    Building packages with dependency resolution etc has been move to bauerbill, which can now build CPAN packages using standard pacman options, e.g. "bauerbill -S perl-foo-bar" or "bauerbill -S Foo::Bar".
    Last edited by Xyne (2010-02-01 22:00:32)

    Imagine going looking for a perl cpan pacman solution and finding out you wrote one ofc i had to give it a spin
    Works really well but i did run into trouble when installing Spreadsheet::WriteExcel something went wrong with one of the dependencies.
    REQUIREMENTS
        This module requires Perl 5.005 (or later), Parse::RecDescent
        and File::Temp:
    Works fine as long as i removed, 'perl-' from depends=
    [vociferous@avatar ~]$ pacpan Spreadsheet::WriteExcel
    ==> retrieving info for Spreadsheet::WriteExcel
    Use of uninitialized value $module in hash element at /usr/bin/pacpan line 961, <GEN1> line 298.
    Use of uninitialized value $p_dep in string eq at /usr/bin/pacpan line 789, <GEN1> line 298.
    Use of uninitialized value $p_dep in hash element at /usr/bin/pacpan line 790, <GEN1> line 298.
    ==> FOUND: found pkg: File::Temp -> perl
    ==> retrieving info for OLE::Storage_Lite
    ==> FOUND: found pkg: Parse::RecDescent -> perl-parse-recdescent
    Use of uninitialized value in concatenation (.) or string at /usr/bin/pacpan line 546, <GEN1> line 1098.
    Use of uninitialized value $pkgname in concatenation (.) or string at /usr/bin/pacpan line 559, <GEN1> line 1098.
    Use of uninitialized value $pkgver in concatenation (.) or string at /usr/bin/pacpan line 559, <GEN1> line 1098.
    Use of uninitialized value $url in concatenation (.) or string at /usr/bin/pacpan line 559, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 325, <GEN1> line 1098.
    Use of uninitialized value $ver in concatenation (.) or string at /usr/bin/pacpan line 325, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    ==> SUCCESS: generated build script: build_cpan
    pacpan Spreadsheet::WriteExcel --get-pkgbuild
    Use of uninitialized value $module in hash element at /usr/bin/pacpan line 961, <GEN1> line 298.
    Use of uninitialized value $p_dep in string eq at /usr/bin/pacpan line 789, <GEN1> line 298.
    Use of uninitialized value $p_dep in hash element at /usr/bin/pacpan line 790, <GEN1> line 298.
    # PKGBUILD generated by pacpan
    pkgname=perl-spreadsheet-writeexcel
    _realname=Spreadsheet-WriteExcel
    pkgver=2.25
    pkgrel=1
    pkgdesc="no description available"
    arch=(i686 x86_64)
    license=('unknown, check site')
    url="http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.25/lib/Spreadsheet/WriteExcel.pm"
    depends=('perl' 'perl-parse-recdescent' 'perl-' 'perl-ole-storage_lite')
    options=(!emptydirs)
    #provides=('Spreadsheet-WriteExcel')
    provides=('spreadsheet-writeexcel')
    source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-2.25.tar.gz)
    md5sums=('ad70e5b031c0af60c50a72d8b09240c9')
    build() {
    cd ${srcdir}/${_realname}-${pkgver}
    # install module in vendor directories.
    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
    make || return 1
    make install DESTDIR=${pkgdir} || return 1
    # remove perllocal.pod and .packlist
    find ${pkgdir} -name perllocal.pod -delete
    find ${pkgdir} -name .packlist -delete
    # END OF PACPAN PKGBUILD

  • Tool for signing jars

    hi
    Is there any tool with gui form. so that we can just fill values and click on a button and the applet is signed thanx alot

    I've had great success with JDeploy - you can download it here:
    http://www.tiobe.com/jdeploy.htm
    IF not, you might want to check out the resource listing at google:
    http://directory.google.com/Top/Computers/Programming/Languages/Java/Development_Tools/Deployment/?il=1
    Best regards,
    Bj�rn B�rresen

  • Wireless site survey planner tool for multi floor office building

    Hi,
    I'm looking a wireless site survey planner tool for multi floor office building to estimate the number of APs and location. Not the site survey after install APs.
    AigMagnet is excellent for single floor but cannot provide multi floor scenario via planner feature even it merging capable with site survey after APs installation.
    Any tools can provide the planner tool for multi floor office building?
    Thanks in advance,

    Cj
    If you are looking for an AP estimate you can simply do the sq feet divided into the grade of wireless. For example
    You have a 100,000 feet building. All 100,000 sq feet will be wireless.
    Data 5,000 - 6.000 sq feet per AP or 100,000 / 5,000 = 20 access points
    VoIP 2,500 sq feet per AP or 100,000 / 2,500 = 40 access points
    I always like to pad it by another 10%.
    I hope this helps …

  • How do we use Script (batch file with msbuild/msbuild project) to build Cordova Project created with Visual Studio Tools for Apache Cordova?

    I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova CLI to build multi device hybrid application.

    Hi Samseth,
    Yes, correct, the only thing we can find on the MSDN is:
    Deploy and Run Your App
    And that's the reason why Visual Studio Tools for Apache Cordova existing.
    I think you may get more detail compile information from here:
    http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html
    --James
    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.

  • Known Issue: You cannot install the Visual Studio Tools for Universal Windows Apps on a pre-RC build of Visual Studio 2015 (Windows 10 Insider Preview SDK and tools, April 2015 release)

    The Tools for Universal Windows Apps requires Visual Studio 2015 RC. If you have an earlier build installed, for example, Visual Studio 2015 CTP6, you must first uninstall Visual Studio 2015 and the Tools for Windows.

    To uninstall earlier versions of Visual Studio 2015 and the tools for Universal Windows app development,
    Go to Control Panel, and select Programs & Features. 
    Select Microsoft Visual Studio 2015 and click Change.
    Click Remove, and then Yes.
    Next, select Microsoft Visual Studio 2015 Tools for Windows 10, and click
    Change.
    Click Remove, and then Yes.

  • Known Issue: Visual Studio Tools for Universal Windows Apps Requires Windows 10 Build 10074 or later (Windows 10 Insider Preview SDK and tools, April 2015 release)

    The Visual Studio Tools for Universal Windows Apps requires Windows 10 build 10074 or later. If you use an earlier build of Windows 10, you will see a notification in Visual Studio, the XAML designer will not be available, and you will get the following
    error when deploying apps to your local machine:
    Error : DEP0700 : Registration of the app failed. Deployment Register operation with target volume C: on Package
    <package ID> from: (<path_to_AppxManifest.xml>) failed with error 0x80073CFD. See
    http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cfd)

    To work around this issue, either
    Use Windows 8.1 and deploy to the Windows Mobile Emulator
    Or, update your computer from an earlier Windows 10 flight to build 10074 or later. To do this,
    in Settings, open the Update & security section, and select the
    Windows Update tab. Then click Check for updates.

  • Build a tool for controlling a copy file operation base on its file size in any folder of Window Explorer

    Hi all,
    We are developing a tool which will control a copy file operation in any folder of Window Explorer base on file size limit.
    If these copied files are not satisfied the file size condition (its size is larger than a predefined value), the copy/move operation must not be executed.
    My question is that: "Are there any availability support of Windows API/tool for implementing this feature?"
    BR,
    Mr_Le

    Hi Mr_Le,
    Thank you for posting in the MSDN forum.
    Based on your description, I’m afraid that it is not the correct forum for this issue, since this forum is to discuss:
    Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
    To help you find the correct development forum for this issue, please tell me the real project type (Winforms or others) and the real development language (C#, VB or others) you want to use.
    If you are not very sure that which kind of project fulfils this requirement, maybe the language development forum would be better for this issue:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages&filter=alltypes&sort=lastpostdesc
    If there's any concern, please feel free to let me know.
    Best Regards,
    Jack
    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.

Maybe you are looking for

  • Outlook Notes 2003 in XP not syncing with iPhone 4 - One Solution

    Hi I upgraded from Nokia to iPhone4 last Friday and spent all Saturday and Sunday morning struggling to get my important Outlook Notes to sync with the iPhone. Contacts,Calendar, E-mail Accs + Bookmarks all synced properly but not the Notes. I had us

  • How can i impliment on a B1 screen?

    Hi,   Using this article (Associate a Crystal Report to your own form), i implimented the code in custom screens... but how can i impliment this on a B1 screen? Please help me. Thanks Prasanth

  • Exchange 2007 to 2013 Migration issues. Prompt for credentials, Public Folders inaccessible, Apps not working

    Exchange 2013 Migration issues I have three issues and decided to list them here. Please pick and choose to assist. Thanks in advance. Environment: Mixed 2007 SP3 R12 and 2013 CU3. 2007 Environment was webmail.domain.com. I installed new Exchange 201

  • Is Acronis the best for backing up/transferring Windows to a new T61?

    Can anyone comment on their experience with Acronis products on a T61? Does it work well for Windows back-up and migration, etc.? MacBook Pro, with an aluminum unibody enclosure **As of September 15, 2008, our company has completely switched to Apple

  • Activity Monitor use

    My activity monitor is showing the following two items, AddressBookSourceSync and CalendarAgent, using 75% to 85% of my resources. What are these and what are they doing? There is a third call Mingle that is also using a large amount of resources. Is