[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby Editor Plugin for jEdit 0.6 installation question

Brian Buckley

5/5/2005 4:33:00 PM

Hi all,

I am getting the error: RubyPlugin.jar cannot be loaded --"Two copies
installed - please remove one of the two copies."

I followed the installation instructions at
http://www.jedit.org/ruby... and the error happens on step 5 when I
start jEdit.

My .jedit/jars directory has only one copy.

Any suggestions?

Brian
Windows XP, Ruby 1.8.2
2 Answers

Rob .

5/5/2005 4:50:00 PM

0

Hi Brian, there's probably a second copy in your jedit install directory.

e.g.
one copy's in: C:\Program Files\jedit4.2final\jars
a second's in: C:\Documents and Settings\brian\.jedit\jars

Thanks for persevering with the manual install. Now I've got this
method completion release hurdle out of the way, I have a bit of time
to follow the procedure to get the RubyPlugin downloadable via jEdit's
plugin manager interface.

Rob

On 5/5/05, Brian Buckley <briankbuckley@gmail.com> wrote:
> Hi all,
>
> I am getting the error: RubyPlugin.jar cannot be loaded --"Two copies
> installed - please remove one of the two copies."
>
> I followed the installation instructions at
> http://www.jedit.org/ruby... and the error happens on step 5 when I
> start jEdit.
>
> My .jedit/jars directory has only one copy.
>
> Any suggestions?
>
> Brian
> Windows XP, Ruby 1.8.2
>



Brian Buckley

5/5/2005 5:12:00 PM

0

The extra jar sitting in C:\Program Files\jEdit\jars was indeed my problem.
Thank you.