Quantcast
Channel: Eclipse RCP Step by Step
Browsing latest articles
Browse All 25 View Live

Image may be NSFW.
Clik here to view.

Add Method Body Using EMF ( Add code inside EOperaion)

Add Method Body Using EMF ( Add code inside EOperaion )Steps : Create Ecore model with CodeCreate GenModelVerify generated Code1. Create Ecore model with CodeIn RCP project create new Ecore model :...

View Article



Image may be NSFW.
Clik here to view.

Create (pulldown) Menu in Toolbar in Eclipse RCP

Create (pulldown) Menu in ToolbarStep 1. Create Toolbar with PullDownStep 2. Create MenuContribution Step 3. Add items to MenuContributionStep 4. Run the applicationStep 1. Create Toolbar with...

View Article

Image may be NSFW.
Clik here to view.

Show Perspective switch bar in Eclipse RCP application

Show Perspective switch bar in Eclipse RCP application Open file ApplicationWorkbenchWindowAdvisor.java in your plug-in project. Override the method, preWindowOpen and as shown below,...

View Article

Open Eclipse RCP application as maximized

Open Eclipse RCP application as maximized Open File : ApplicationWorkbenchWindowAdvisor.java in you RCP application and override the method "postWindowOpen()" and write the code as mentioned below...

View Article

Builder Design Pattern - Java

Builder Design Pattern - Java When the construction of the class contains a large number of argument then this Design Pattern is preferred. Builder Pattern, as the name suggest, it helps to reduce the...

View Article


Fie Dialog and Folder Dialog in Eclipse RCP

Fie Dialog and Folder Dialog in Eclipse RCP File Dialog in Eclipse: - This will only allow you to select the files in the Dialog Box FileDialog fileDialog = new...

View Article

Execute Command from View/Editor in Eclipse RCP

Execute Command from View/Editor in Eclipse RCP All Commands will be registered to IHandlerService. If we get the IHandlerService instance then we can call the desired command and then execute it. //...

View Article

Image may be NSFW.
Clik here to view.

Command Parameter RCP (Eclipse RCP)

Command Parameter RCP (Eclipse RCP) Open MANIFEST.MF file and right click on the Command and select "commandParameter" from "New". After creating "commandParameter", enter the details, like "id",...

View Article


Image may be NSFW.
Clik here to view.

Arrays.asList() throws java.lang.UnsupportedOperationException

Arrays.asList() throws java.lang.UnsupportedOperationException You might get the UnsupportedException when you tries to use the add() method in the List. If your code looks something similar to this...

View Article


Backend Developer at RoofandFloor (3-5 years)

Backend Developer at RoofandFloor (3-5 years) Job Description3-5 year experience Responsibilities Execute full lifecycle software development Write well designed, testable, efficient code Produce...

View Article

Lead Engineer-Java

Lead Engineer-JavaResponsibilities p.p1 {margin: 0.0px 0.0px 2.0px 0.0px; font: 14.0px 'Helvetica Neue'; color: #454545} li.li2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color:...

View Article

Das Produkt konnte nicht gestartet werden, da der zugehörige Arbeitsbereich...

Wenn Sie am Anfang von Eclipse oder einem RCP-basierten Produkt einen Fehler sehen, dann ist hier die Lösung: Fehlermeldung:"Could not launch the product because the associated workspace is currently...

View Article

Spring Boot read file on heroku

Spring Boot read file on heroku Spring Boot will fail with "getResource()" method to read the file in as on heroku it probably inside of a JAR file, which means it is not a regular file, and must be...

View Article


Image may be NSFW.
Clik here to view.

Eclipse collections

Eclipse collectionsEclipse Collections is advance Java collection framework. It has some additional data structures and features which is not available in Java Collection Framework. Eclipse...

View Article

Programmatically showing a View from an Eclipse Plug-in

Programmatically showing a View from an Eclipse Plug-in There are multiple ways of showing View in Eclipse : 1. get Workbench reference from PlatformUI and open view...

View Article


Image may be NSFW.
Clik here to view.

Eclipse MANIFEST.MF

Eclipse MANIFEST.MF Understanding MANIFEST.MF view in Eclipse RCP development OverviewGeneral informationIDIt refers to the ID of this plugin. It will be used by other plugins to connect with this...

View Article

Image may be NSFW.
Clik here to view.

Preferences in Eclipse RCP

PreferencesPreference pages will be appear Window>Preferences dialog. It can be used to configure different features from once place. Eclipse Preferences is kind of registry of...

View Article


[Brainshare] Singleton Design pattern

What is Singleton Design Pattern:A class has only SINGLE instance and provide a global access to it. Usage of Singleton Design Pattern:https://stackoverflow.com/a/3192124/4955676 Type of Singleton...

View Article

Image may be NSFW.
Clik here to view.

Use these Eclipse RCP Testing tools before your code goes to LIVE

Use these Eclipse RCP Testing tools before your code goes to LIVE Testing is most important part of any software development lifecycle. There are different type of testing required before Eclipse RCP...

View Article

Image may be NSFW.
Clik here to view.

Best way to compare time in Eclipse RCP

Best way to compare time in Eclipse RCP Disadvantage of Using Date for Time comparison: First of all let's understand why java.util.Date is not effective to just compare time. If you are using...

View Article

Image may be NSFW.
Clik here to view.

HHH000424: Disabling contextual LOB creation as createClob() method threw...

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {text-decoration: underline ; color: #0080e1} HHH000424: Disabling contextual LOB creation as createClob() method threw error :...

View Article


Cannot open DBM /mead/etc/enidf

Error while using MEAD for Text MiningCan't open idf: Inappropriate file type or formatCannot open DBM mead/etc/enidf at mead/bin/../lib/Essence/IDF.pm line 44.Solution:cd$MEAD_HOME/etc/ rm -rf enidf...

View Article


could not calculate build plan plugin maven-compiler-plugin

could not calculate build plan plugin maven-compiler-pluginCould not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved:...

View Article

What is Maven archetype for Eclipse RCP ?

 What is Maven archetype for Eclipse RCP ?Use following command to create Eclipse RCP project with Maven.mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate...

View Article

Image may be NSFW.
Clik here to view.

Trial Post

 

View Article

Browsing latest articles
Browse All 25 View Live




Latest Images