Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Help: Why I cannot run swt example?
Help: Why I cannot run swt example? [message #373421] Wed, 10 September 2003 03:35 Go to next message
Eclipse UserFriend
Originally posted by: StephenLiu.oval-tech.com

I have already configured build path and VM arguments. But when I run
"controlexample", system notice me an error message:

The instruction at "0x18493768" referenced memory at "0x00000000". The
memory could not be "read".

What's the matter?

My operating system is windows2000 sp4, and the version of eclipse is 2.1.1.

Thanks.
Re: Help: Why I cannot run swt example? [message #373427 is a reply to message #373421] Wed, 10 September 2003 04:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Which JDK? Make sure it is 1.3.1 which is the supported one (although I
have tested R2.1.1 with 1.4.2 and it works).

Hope this helps,

Chemi.

StephenLiu wrote:

>I have already configured build path and VM arguments. But when I run
>"controlexample", system notice me an error message:
>
>The instruction at "0x18493768" referenced memory at "0x00000000". The
>memory could not be "read".
>
>What's the matter?
>
>My operating system is windows2000 sp4, and the version of eclipse is 2.1.1.
>
>Thanks.
>
Re: Help: Why I cannot run swt example? [message #373474 is a reply to message #373427] Thu, 11 September 2003 01:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: StephenLiu.oval-tech.com

JDK 1.4.2. And the error message is:
java.lang.RuntimeException: Unable to load resources
at
org.eclipse.swt.examples.controlexample.ControlExample.initR esources(Control
Example.java:270)
at
org.eclipse.swt.examples.controlexample.ControlExample.<init >(ControlExample
..java:62)
at
org.eclipse.swt.examples.controlexample.CustomControlExample . <init>(CustomCo
ntrolExample.java:26)
at
org.eclipse.swt.examples.controlexample.CustomControlExample .main(CustomCont
rolExample.java:51)

Thank you!

"Chemi" <jmordax@terra.es> wrote in message news:bjmn5r$15u$1@eclipse.org...
> Which JDK? Make sure it is 1.3.1 which is the supported one (although I
> have tested R2.1.1 with 1.4.2 and it works).
>
> Hope this helps,
>
> Chemi.
>
> StephenLiu wrote:
>
> >I have already configured build path and VM arguments. But when I run
> >"controlexample", system notice me an error message:
> >
> >The instruction at "0x18493768" referenced memory at "0x00000000". The
> >memory could not be "read".
> >
> >What's the matter?
> >
> >My operating system is windows2000 sp4, and the version of eclipse is
2.1.1.
> >
> >Thanks.
> >
>
Re: Help: Why I cannot run swt example? [message #373479 is a reply to message #373474] Thu, 11 September 2003 04:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

This is a multi-part message in MIME format.
--------------090301010003020306050408
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Have you tried to reinstall the examples? It seems it doesn't find
something......

Hope this helps,

Chemi.

StephenLiu wrote:

>JDK 1.4.2. And the error message is:
>java.lang.RuntimeException: Unable to load resources
> at
> org.eclipse.swt.examples.controlexample.ControlExample.initR esources(Control
>Example.java:270)
> at
>org.eclipse.swt.examples.controlexample.ControlExample.<init >(ControlExample
>.java:62)
> at
> org.eclipse.swt.examples.controlexample.CustomControlExample . <init>(CustomCo
>ntrolExample.java:26)
> at
> org.eclipse.swt.examples.controlexample.CustomControlExample .main(CustomCont
>rolExample.java:51)
>
>Thank you!
>
>"Chemi" <jmordax@terra.es> wrote in message news:bjmn5r$15u$1@eclipse.org...
>
>
>>Which JDK? Make sure it is 1.3.1 which is the supported one (although I
>>have tested R2.1.1 with 1.4.2 and it works).
>>
>>Hope this helps,
>>
>> Chemi.
>>
>>StephenLiu wrote:
>>
>>
>>
>>>I have already configured build path and VM arguments. But when I run
>>>"controlexample", system notice me an error message:
>>>
>>>The instruction at "0x18493768" referenced memory at "0x00000000". The
>>>memory could not be "read".
>>>
>>>What's the matter?
>>>
>>>My operating system is windows2000 sp4, and the version of eclipse is
>>>
>>>
>2.1.1.
>
>
>>>Thanks.
>>>

--------------090301010003020306050408
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Have you tried to reinstall the examples? It seems it doesn't find
something......<br>
<br>
Hope this helps,<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; Chemi.<br>
<br>
StephenLiu wrote:<br>
<blockquote type="cite" cite="midbjovgn$99t$1@eclipse.org">
<pre wrap="">JDK 1.4.2. And the error message is:
java.lang.RuntimeException: Unable to load resources
at
org.eclipse.swt.examples.controlexample.ControlExample.initR esources(Control
Example.java:270)
at
org.eclipse.swt.examples.controlexample.ControlExample.& lt;init&gt;(ControlExample
..java:62)
at
org.eclipse.swt.examples.controlexample.CustomControlExample .&lt;init&gt;(CustomCo
ntrolExample.java:26)
at
org.eclipse.swt.examples.controlexample.CustomControlExample .main(CustomCont
rolExample.java:51)

Thank you!

"Chemi" <a class="moz-txt-link-rfc2396E" href="mailto:jmordax@terra.es">&lt;jmordax@terra.es&gt;</a> wrote in message <a class="moz-txt-link-freetext" href="news:bjmn5r$15u$1@eclipse.org">news:bjmn5r$15u$1@eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Which JDK? Make sure it is 1.3.1 which is the supported one (although I
have tested R2.1.1 with 1.4.2 and it works).

Hope this helps,

Chemi.

StephenLiu wrote:

</pre>
<blockquote type="cite">
<pre wrap="">I have already configured build path and VM arguments. But when I run
"controlexample", system notice me an error message:

The instruction at "0x18493768" referenced memory at "0x00000000". The
memory could not be "read".

What's the matter?

My operating system is windows2000 sp4, and the version of eclipse is
</pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->2.1.1.
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">Thanks.</pre>
</blockquote>
</blockquote>
</blockquote>
</body>
</html>

--------------090301010003020306050408--
Re: Help: Why I cannot run swt example? [message #373507 is a reply to message #373479] Thu, 11 September 2003 21:41 Go to previous message
Eclipse UserFriend
Originally posted by: StephenLiu.oval-tech.com

It has no effect:-(
Strangely, it works well on an other machine whose operating system is
winXP. Maybe it's caused by win2000?
Now I decide to view the source only.
Thank you!

"Chemi" <jmordax@terra.es> wrote in message news:bjpanr$itd$1@eclipse.org...
Have you tried to reinstall the examples? It seems it doesn't find
something......

Hope this helps,

Chemi.

StephenLiu wrote:

JDK 1.4.2. And the error message is:
java.lang.RuntimeException: Unable to load resources
at
org.eclipse.swt.examples.controlexample.ControlExample.initR esources(Control
Example.java:270)
at
org.eclipse.swt.examples.controlexample.ControlExample.<init >(ControlExample
..java:62)
at
org.eclipse.swt.examples.controlexample.CustomControlExample . <init>(CustomCo
ntrolExample.java:26)
at
org.eclipse.swt.examples.controlexample.CustomControlExample .main(CustomCont
rolExample.java:51)

Thank you!

"Chemi" <jmordax@terra.es> wrote in message news:bjmn5r$15u$1@eclipse.org...

Which JDK? Make sure it is 1.3.1 which is the supported one (although I
have tested R2.1.1 with 1.4.2 and it works).

Hope this helps,

Chemi.

StephenLiu wrote:


I have already configured build path and VM arguments. But when I run
"controlexample", system notice me an error message:

The instruction at "0x18493768" referenced memory at "0x00000000". The
memory could not be "read".

What's the matter?

My operating system is windows2000 sp4, and the version of eclipse is

2.1.1.

Thanks.
Previous Topic:How to auto-activate edition in a TableViewer
Next Topic:new SWT article: Taking a look at SWT Images
Goto Forum:
  


Current Time: Tue Sep 23 11:14:07 EDT 2025

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

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

Back to the top