On Java Development

All things related to Java development, from the perspective of a caveman.

Archive for June, 2015

Eclipse Tip – Remove a war File Entry from Eclipse’s Export Dialog

without comments

Introduction

This post shows how to remove a war-file entry from the export dialog used when creating a war-file.

Open this file found in the workspace directory:
.metadata\.plugins\org.eclipse.jst.j2ee.ui\dialog_settings.xml

Locate the section for “Workbench”. At the bottom, you should see the path(s) for the war-files entered when using the export wizard. Remove the offending entry and then save.

Written by admin

June 25th, 2015 at 7:18 am

Posted in Eclipse

Eclipse Tip – Remove a jar file entry from the export dialog

without comments

Introduction

This post shows how to remove a jar file entry from the export dialog used when creating a jar-file.

Open this file found in the workspace root directory:
.metadata\.plugins\org.eclipse.jdt.ui\dialog_settings.xml

Locate the section for “JarPackageWizard”. At the bottom, you should see the names of the jar-files entered when using the export wizard. Remove the offending entry and then save.

Written by admin

June 24th, 2015 at 10:37 am

Posted in Eclipse