Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Running Perl Project
Running Perl Project [message #152598] Mon, 15 May 2006 16:05 Go to next message
Eclipse UserFriend
Originally posted by: jwong7.hotmail.com

I am using Eclipse 3.1.2
I have installed the EPIC Perl plugin locally onto my PC.
I am trying to build a "hello world" perl app.

I have Window => Open Perspective => Perl

and have created a Perl project named "Hello_World", with the new file
"main.pl".

main.pl contains the following:

#!C:\Perl\bin
print "Hello World\n!"


The problem:

#1)
When I tried Run => Run As , I don't see Perl listed as one of the
options.
What did I miss when I installed the EPIC plugin / created the Perl
project?
How to run my new Perl app?

#2)
in the shebang, note that I have #!C:\Perl\bin
How do I make my perl script homogeneous across any server / clients,
which might have perl installed in a different directory?
Re: Running Perl Project [message #152606 is a reply to message #152598] Mon, 15 May 2006 16:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jefmyers.us.ibm.com

It'd probably be more productive to ask these questions to the people
who make the EPIC plug-in. I'm not sure how many people here are
familiar with it.

Hope this helps,
- Jeff
Re: Running Perl Project [message #152684 is a reply to message #152598] Mon, 15 May 2006 21:30 Go to previous messageGo to next message
Mike Greenawalt is currently offline Mike GreenawaltFriend
Messages: 50
Registered: July 2009
Member
EPIC does not include a Perl runtime. You have to get/install one separately
to Eclipse.

Try the ActiveState Perl.

-- Mike

--

"John Smith" <jwong7@hotmail.com> wrote in message
news:52c9edae7f3cb61c6ddb2c371a747b48$1@www.eclipse.org...
>I am using Eclipse 3.1.2
> I have installed the EPIC Perl plugin locally onto my PC.
> I am trying to build a "hello world" perl app.
>
> I have Window => Open Perspective => Perl
>
> and have created a Perl project named "Hello_World", with the new file
> "main.pl".
>
> main.pl contains the following:
>
> #!C:\Perl\bin
> print "Hello World\n!"
>
>
> The problem:
>
> #1)
> When I tried Run => Run As , I don't see Perl listed as one of the
> options. What did I miss when I installed the EPIC plugin / created the
> Perl project?
> How to run my new Perl app?
>
> #2)
> in the shebang, note that I have #!C:\Perl\bin
> How do I make my perl script homogeneous across any server / clients,
> which might have perl installed in a different directory?
>
>
>
How to Find Selected File [message #155077 is a reply to message #152684] Fri, 02 June 2006 14:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jebinjohanson.gmail.com

Hi! Friends,

I wanted to know that what could be the method by which we could find out
the currently selected file


Thanks,
jebin
Re: How to Find Selected File [message #155086 is a reply to message #155077] Fri, 02 June 2006 14:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jebinjohanson.gmail.com

Hi! Friends,

I wanted to know that what could be the method by which we could find out
the currently selected file.

I'm writing a plugin which requires the currently opened file in the Eclipse
editor. If there are multiple files opened file,then i need the currently
selected file.

I'm able to get all the projects in the workspace. But i'm not able to
proceed from there.

Any type of help would be highly appreciated..


Thanks in advance,
Jebin
Re: How to Find Selected File [message #155094 is a reply to message #155077] Fri, 02 June 2006 14:48 Go to previous message
Eclipse UserFriend
Originally posted by: jebinjohanson.gmail.com

Hi! Friends,

I wanted to know that what could be the method by which we could find out
the currently selected file.

I'm writing a plugin which requires the currently opened file in the Eclipse
editor. If there are multiple files opened file,then i need the currently
selected file.

I'm able to get all the projects in the workspace. But i'm not able to
proceed from there.

Any type of help would be highly appreciated..


Thanks in advance,
Jebin

"Jebin" <jebinjohanson@gmail.com> wrote in message
news:e5pii7$r0v$1@utils.eclipse.org...
> Hi! Friends,
>
> I wanted to know that what could be the method by which we could find out
> the currently selected file
>
>
> Thanks,
> jebin
>
Previous Topic:Question on dependencies
Next Topic:Question on Automating Builds with PDE BUILD
Goto Forum:
  


Current Time: Tue Apr 16 15:07:31 GMT 2024

Powered by FUDForum. Page generated in 0.50396 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top