(Switch) RCP automatic updates of the Export
Advertisements
Packaged into products:
The text referred to "In particular, for the product configuration type, to choose based on features (features), or can not use the update feature." Complement this special reasons for this: a typical eclipse rcp applications, plug-in (plugin ) is the basic unit of packaging. For a product, the packaged plugin can be used, but can not be used to upgrade and so on. Because the features (features) are available independently download and install the smallest functional unit. Formed by the plug-in.
Wrote the original "Now, we can switch to the overview page, click on" Launch the product "to test our RCP application." In fact, we find that direct selection in the overview page if the "Launch the product", features in the package is based on the case can not be run correctly. For feature-based packaging, should now feature of the project, such as com.ibm.csdl.guardian.examples.feature. Project right-click "Export", then select "features that can be deployed," and then Export to export the product corresponding folder. Followed by an overview of the product page, select the Export wizard. After you export the folder to open the resulting executable program files. If you want to direct use of "Launch the product" to run the program, must be the first to switch to a plug-in based form.
Management of installed features:
rcp upgrade, you can not delete the original jar package, the article provides an intermediate program, an increase of a plug-in management features to address this issue. In fact this is not a very good program, for any traditional self-promotion procedures, it is inconvenient for users to use. Can only hope that in the eclipse can be added in later versions of upgrade options, the proper solution to this problem.
Related Posts of (Switch) RCP automatic updates of the Export
-
Dynamic loading JS script four kinds of methods
To achieve dynamic loading JS script has four kinds of methods: 1, direct document.write <script language="javascript"> document.write ( "<script src='test.js'> <\ / script>"); </ script> 2, dynamic scri
-
Hibernate primary key strategy-sequence
Today, the use of hibernate in the company encountered a troublesome problem, the use of hibernate when the primary key generation strategy set sequence, but always reported in the implementation could not get next sequence value of the error, then o ...
-
JDBC example of a long time do not have JDBC forgot
A back-up here to stay. The first: The second:
-
Hibernate pessimistic locking mechanism for locking and optimistic locking
hibernate lock mechanism 1. Pessimistic lock It refers to the modification of data by outsiders hold a conservative attitude. The assumption that at any time access to data, may also have another client to access the same data, in order to maintain t ...
-
Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL
[Problem] Now, in the development of the so-called multi-storey JavaEE applications, data persistence layer is always essential, and "Automatic" of ORM - Hibernate, and "all-manual-type" of SqlMap - IBatis, equivalent data are Per ...
-
hibernate to use the principle of
The use of hibernate, implementation of data persistence. Has the following several processes. One configuration database connection information. Hibernate.config 2 configuration mapping. 3 use: the use of the process are the following steps: 3.1: Ge ...
-
myeclipse plugin
myeclipsePlug-ins? 1.tomcatPlugin(Start tomcat ):http ://www.sysdeo.com/eclipse/tomcatPlugin.html,2.xVersions of eclipse 3 version 2 .1Version doesn't work. 2.Lomboz(Development of jsp program ,jspDynamic prompt, debugging ):http://forge.objectweb.org/pro
-
Java technology: Eclipse explain the use of techniques
Editor settings: Window -> Preferences -> Java-> Editor appearance: Display line number, emphasizing symmetry shown in square brackets, to emphasize that the existing line to show Print Margins its check, Tab width set 4, print made from the fiel
-
Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao
The origin of ideas are pretty long history of reasons: [Use iBATIS history] The use of iBATIS has been a long time, the system is to use the CRUD template tool to generate the code, although there are tools to generate, but looked at a lot of CRUD the Sq
-
Hibernate's lazy strategy
hibernate Lazy strategy can be used in: <class> tag, it can be true / false Tags can <PROPERTY> values true / false type of necessary tools to enhance <set> <list> can tag values true / false / extra <many-to-one> <on ...












