Skip to main content



      Home
Home » Newcomers » Newcomers » Can't get the Browser Example to work (org.eclipse.ui.examples.rcp.browser)
Can't get the Browser Example to work (org.eclipse.ui.examples.rcp.browser) [message #147681] Mon, 10 April 2006 11:04 Go to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.com

Hi all,

I'm 5 hours old in the Eclipse field and I'm trying learning the field of
Rich Client development. I have managed to do some examples, however I'm
failing with the "Browser Example" and the problem is that
"org.eclipse.core.runtime.Assert" can't be resolved. When beginning I've
installed the all-in-one.zip.

In the configuration folder I have "org.eclipse.core.runtime", but no
..asset.

I'm lost. Any tip is welcome.
Re: Can't get the Browser Example to work (org.eclipse.ui.examples.rcp.browser) [message #147689 is a reply to message #147681] Mon, 10 April 2006 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hashproduct.verizon.net

On Mon, 2006-04-10 at 17:04 +0200, Nutshell wrote:
> "org.eclipse.core.runtime.Assert" can't be resolved.

I'm not familiar with the Browser Example, but I don't see a class by
that name anywhere in Eclipse 3.1.2, and as of Eclipse 3.2,
org.eclipse.core.runtime.Assert comes with the plug-in
org.eclipse.equinox.common (which you could download or check out from
CVS and then add to the classpath of the example project).

--
Matt McCutchen
hashproduct@verizon.net
http://hashproduct.metaesthetics.net/
Re: Can't get the Browser Example to work(org.eclipse.ui.examples.rcp.browser) [message #147711 is a reply to message #147689] Mon, 10 April 2006 12:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.com

Hey, up and running! Ouuii Eclipse is quite nice :-)

Learned a lot from your valuable tip! Thank's Matt!



The example I'm trying is found at (could this be an old example not working
for 3.1.2?):
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/rcp.htm




"Matt McCutchen" <hashproduct@verizon.net> skrev i meddelandet
news:1144681367.2174.7.camel@mattlaptop...
> On Mon, 2006-04-10 at 17:04 +0200, Nutshell wrote:
>> "org.eclipse.core.runtime.Assert" can't be resolved.
>
> I'm not familiar with the Browser Example, but I don't see a class by
> that name anywhere in Eclipse 3.1.2, and as of Eclipse 3.2,
> org.eclipse.core.runtime.Assert comes with the plug-in
> org.eclipse.equinox.common (which you could download or check out from
> CVS and then add to the classpath of the example project).
>
> --
> Matt McCutchen
> hashproduct@verizon.net
> http://hashproduct.metaesthetics.net/
>
Re: Can't get the Browser Example to work(org.eclipse.ui.examples.rcp.browser) [message #147725 is a reply to message #147711] Mon, 10 April 2006 13:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hashproduct.verizon.net

On Mon, 2006-04-10 at 18:33 +0200, Nutshell wrote:
> The example I'm trying is found at (could this be an old example not working
> for 3.1.2?):
> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/rcp.htm

The help page had you check out example code from CVS, and that code was
too new to be compiled against the Eclipse 3.1.2 you're running, so you
had to get pieces of a newer Eclipse from CVS. Consider yourself lucky
if one project was enough. I checked out an entire Eclipse from CVS to
play with its new features, and with the features I wanted, it comprises
some 84 projects!

--
Matt McCutchen
hashproduct@verizon.net
http://hashproduct.metaesthetics.net/
Re: Can't get the Browser Example towork(org.eclipse.ui.examples.rcp.browser) [message #147733 is a reply to message #147725] Mon, 10 April 2006 14:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.com

84 projects :-( well it's hard work to be in leading edge :-). I'll probalby
run into my "84-projects download"


"Matt McCutchen" <hashproduct@verizon.net> skrev i meddelandet
news:1144691168.2174.18.camel@mattlaptop...
> On Mon, 2006-04-10 at 18:33 +0200, Nutshell wrote:
>> The example I'm trying is found at (could this be an old example not
>> working
>> for 3.1.2?):
>> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/rcp.htm
>
> The help page had you check out example code from CVS, and that code was
> too new to be compiled against the Eclipse 3.1.2 you're running, so you
> had to get pieces of a newer Eclipse from CVS. Consider yourself lucky
> if one project was enough. I checked out an entire Eclipse from CVS to
> play with its new features, and with the features I wanted, it comprises
> some 84 projects!
>
> --
> Matt McCutchen
> hashproduct@verizon.net
> http://hashproduct.metaesthetics.net/
>
Re: Can't get the Browser Example towork(org.eclipse.ui.examples.rcp.browser) [message #147741 is a reply to message #147733] Mon, 10 April 2006 14:47 Go to previous message
Eclipse UserFriend
Originally posted by: nospam.nospam.com

84 projects :-( well it's hard to be in leading edge :-).
I'll probalby also run into my "84-projects download" very soon.

"Nutshell" <nospam@nospam.com> skrev i meddelandet
news:e1e8it$rsj$1@utils.eclipse.org...
> 84 projects :-( well it's hard work to be in leading edge :-). I'll
> probalby run into my "84-projects download"
>
>
> "Matt McCutchen" <hashproduct@verizon.net> skrev i meddelandet
> news:1144691168.2174.18.camel@mattlaptop...
>> On Mon, 2006-04-10 at 18:33 +0200, Nutshell wrote:
>>> The example I'm trying is found at (could this be an old example not
>>> working
>>> for 3.1.2?):
>>> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/rcp.htm
>>
>> The help page had you check out example code from CVS, and that code was
>> too new to be compiled against the Eclipse 3.1.2 you're running, so you
>> had to get pieces of a newer Eclipse from CVS. Consider yourself lucky
>> if one project was enough. I checked out an entire Eclipse from CVS to
>> play with its new features, and with the features I wanted, it comprises
>> some 84 projects!
>>
>> --
>> Matt McCutchen
>> hashproduct@verizon.net
>> http://hashproduct.metaesthetics.net/
>>
>
>
Previous Topic:CDT Plugin
Next Topic:any web interface for news.eclipse.org ?
Goto Forum:
  


Current Time: Sun Jun 01 10:13:22 EDT 2025

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

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

Back to the top