Problem with Trying out the Java UI plug-in. [message #181959] |
Mon, 19 January 2004 07:55  |
Eclipse User |
|
|
|
Originally posted by: ronm.p-cube.com
Hi Guys.
I downloaded the source code of eclipse - my intentions are to take the
Java plug-ins (editors, views, etc.) and change them to a new language
plug-ins (A language we invented).
So happily I took the source code (org.eclipse.jdt.ui), imported it to
eclipse, and tried to
"run it as ... Run-Time workbench".
I got the following error -
------------------------------------------------
java.lang.IllegalAccessError: try to access method
java.io.FileOutputStream.<init>(Ljava/io/File;Z)V from class
org.eclipse.core.launcher.Main
at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:14 43)
at org.eclipse.core.launcher.Main.main(Main.java:577)
Exception in thread "main"
------------------------------------------------
I'm guessing this is because this plug-in is of course already in my
system (It is the Java plug-in, after all). So how do I go about enabling
this plug-in to load?
Ron M.
P-Cube LTD.
|
|
|
|
Re: Problem with Trying out the Java UI plug-in. [message #182291 is a reply to message #182061] |
Tue, 20 January 2004 07:47  |
Eclipse User |
|
|
|
Originally posted by: ronm.p-cube.com
Thanks Darins - it was exactly that, I needed a 1.4.1 VM and for some
reason this project was defined using JVM 1.3
:-)
R.
On Mon, 19 Jan 2004 09:35:47 -0800, Darin Swanson
<Darin_Swanson@us.ibm.com> wrote:
> Which VM are you attempting to run the run-time workbench on?
> Looks like you are having problems with system libraries...are you
> attempting to run the run-time workbench on at least a 1.4.1 VM?
>
> HTH
> Darins
>
> "Ron Mertens" <ronm@p-cube.com> wrote in message
> news:opr10wvclkn4ig2f@localhost...
>> Hi Guys.
>>
>> I downloaded the source code of eclipse - my intentions are to take the
>> Java plug-ins (editors, views, etc.) and change them to a new language
>> plug-ins (A language we invented).
>>
>> So happily I took the source code (org.eclipse.jdt.ui), imported it to
>> eclipse, and tried to
>>
>> "run it as ... Run-Time workbench".
>>
>> I got the following error -
>>
>> ------------------------------------------------
>> java.lang.IllegalAccessError: try to access method
>> java.io.FileOutputStream.<init>(Ljava/io/File;Z)V from class
>> org.eclipse.core.launcher.Main
>> at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:14 43)
>> at org.eclipse.core.launcher.Main.main(Main.java:577)
>> Exception in thread "main"
>> ------------------------------------------------
>>
>> I'm guessing this is because this plug-in is of course already in my
>> system (It is the Java plug-in, after all). So how do I go about
>> enabling
>> this plug-in to load?
>>
>> Ron M.
>> P-Cube LTD.
>
>
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
|
|
|
Powered by
FUDForum. Page generated in 0.05556 seconds