About 12,300 results
Open links in new tab
  1. Eclipse product and application deployment - Tutorial - vogella

    Jan 11, 2023 · This tutorial describes the product configuration file and the deployment of Eclipse applications. It covers features.

  2. Product Configuration - Eclipse

    The Configuration page defines information that builds the configuration file needed to run the product.

  3. java - Quickly locate the product configuration in Eclipse - Stack Overflow

    Jun 10, 2015 · When starting working on an unfamiliar Java project, how do I quickly locate the product configuration? The normal way I know is first you have to know which project the product configuration is located, then expand that project in the …

  4. Implementing Product Catalog Management with Hibernate

    In this tutorial, we explored how to implement a product catalog management system using Hibernate in Java. We covered the setup of the project, configuration, entity mapping, and repository pattern for data access.

  5. Deployment Configuration File and Properties - Oracle

    This topic describes system and user properties that can be set to configure applications deployed with Java Web Start or Java Plug-in. The deployment.properties file is used for storing and retrieving deployment configuration properties shown in the Java Control Panel.

  6. The right way to create Eclipse product - Stack Overflow

    4 days ago · I want to create an Eclipse product from all my features and run it as CLI application which is run by ant. So, I create another module that contains a product file for my application. I decided that my product will be feature-oriented, thus I add the section in my product file and insert all my features there.

  7. Product Configuration Editor - Eclipse

    Building an Eclipse product using PDE is centered around a product configuration, a .product file. This file manages all aspects of a product definition from its constituent plug-ins to configuration files to branding. The product configuration is entirely managed by PDE to …

  8. Product - Eclipse

    Products include all the code and plug-ins needed to run them. This includes a Java runtime environment (JRE) and the Eclipse platform code. The plug-in code, JRE, and Eclipse platform are typically installed with a product-specific installation program.

  9. RCP Best Practices – Create a product configuration

    Oct 30, 2012 · There are two uses for a product configuration file, and these two uses can be looked at as being two sides of the same coin. Production configuration files allow us to build a set of branded and configured artifacts that can be packages as an archive or published to …

  10. java - Eclipse RCP: how to export launch configuration plugins?

    Mar 1, 2013 · Question: is there a method to export the list of plugins currently selected in the launch configuration? or any other method which synchronizes what is included in the launch configuration with what is included in the feature (not the contrary)?