Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Proposals » OSGi Enterprise Tools » Eclipse RCP wont display "Hello World" in console
Eclipse RCP wont display "Hello World" in console [message #682106] Fri, 10 June 2011 12:24 Go to next message
wapt49  is currently offline wapt49 Friend
Messages: 2
Registered: June 2011
Junior Member
Hallo,

Im very new in Eclipse RCP and trying to develop my first plug-in with Eclipse RCP (Helloworld plugin)

In activator class :
public void start(BundleContext context) throws Exception {
System.out.println("Hello world!");
}

when im trying to run my application, there is no error..
but in my console,only display

osgi>

I think it suppose to be

osgi> Hello world!

The screens is in file attachments..

Can you tell me where the problem is?

Thank you Smile
  • Attachment: rcp.jpg
    (Size: 170.67KB, Downloaded 418 times)
Re: Eclipse RCP wont display "Hello World" in console [message #686203 is a reply to message #682106] Tue, 21 June 2011 20:26 Go to previous message
Kaloyan Raev is currently offline Kaloyan RaevFriend
Messages: 201
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,

This is the wrong forum for your question. OSGi Enterprise stands for bundles like Web Application Bundles and Persistent Bundles.
You should better ask this question in the PDE - Plugin Development Environment forum.

Greetings,
Kaloyan
Previous Topic:Using OSGi to simplify user experience around virtualization
Next Topic:Eclipse plugins cooperation
Goto Forum:
  


Current Time: Tue Apr 23 15:33:17 GMT 2024

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

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

Back to the top