BlueGirl
BlueGirl

Reputation: 501

how can I import existing perl project in java by Eclipse?

I have a project which is developed in Perl, Is there any way to run it in Eclipse env? I use Win8 with Eclipse Standard/SDK Version: Kepler Service Release 2.

My project contains these files in it: enter image description here

Upvotes: 0

Views: 511

Answers (1)

Richa
Richa

Reputation: 36

If you have configured eclipse for Perl, then following steps will be helpful.

In file menu, there is an option Import.Go there and from the opened dialog box, choose, Perl project. After selecting, you will get a dialog box where you need to select the project folder from the local directory structure and the folder where you want to import the project.

Upvotes: 2

Related Questions