Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » detect if eclipse is ruinning on vista
detect if eclipse is ruinning on vista [message #324611] Tue, 29 January 2008 06:42 Go to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

Hi,

I need to detect if Eclipse is running on Vista so my plugin can do something
(slightly) different. I tried Platform.getOS() but that doesn't do it.

Any pointers on how to detect this?

Thanks,

--
Derek
Re: detect if eclipse is ruinning on vista [message #324614 is a reply to message #324611] Tue, 29 January 2008 07:02 Go to previous messageGo to next message
Eclipse UserFriend
System.getProperty()?

Tom

Derek Morris schrieb:
> Hi,
>
> I need to detect if Eclipse is running on Vista so my plugin can do
> something (slightly) different. I tried Platform.getOS() but that
> doesn't do it.
>
> Any pointers on how to detect this?
>
> Thanks,
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: detect if eclipse is ruinning on vista [message #324616 is a reply to message #324614] Tue, 29 January 2008 07:11 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

Thanks

"Windows Vista".equals(System.getProperty("os.name"))
--
Derek


Tom Schindl wrote:
> System.getProperty()?
>
> Tom
>
> Derek Morris schrieb:
>> Hi,
>>
>> I need to detect if Eclipse is running on Vista so my plugin can do
>> something (slightly) different. I tried Platform.getOS() but that
>> doesn't do it.
>>
>> Any pointers on how to detect this?
>>
>> Thanks,
>>
>
>
Previous Topic:Eclipse Jobs and Hibernate
Next Topic:Bring up a window on application startup after main window is shown
Goto Forum:
  


Current Time: Fri May 09 02:04:15 EDT 2025

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

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

Back to the top