Skip to main content



      Home
Home » Eclipse Projects » GEF » Eclipse 3.4.2 problem on 64 bit machines(ResourceAttribute problem in Eclipse 3.4.2 on 64 bit machines)
Eclipse 3.4.2 problem on 64 bit machines [message #651962] Wed, 02 February 2011 04:53
Eclipse UserFriend
Environment:
==========
eclipse-SDK-3.4.2-win32-x86_64.zip
Java : 1.6
windows 2k3 64 bit

Using ResourceAttributes, we are not able to make a file writable.

Following is the code:
ResourceAttributes resAttrs = resource.getResourceAttributes();
resAttrs.setReadOnly(false);
resource.setResourceAttributes(resAttrs);

Still the resource is read-only.

Note: The problem is not observed in eclipse 3.5 and eclipse 3.6 on 64 bit binaries.
Previous Topic:Help starting plugin development using GEF
Next Topic:Problem with GEF/Zest 3.6 libraries
Goto Forum:
  


Current Time: Tue Apr 22 16:51:19 EDT 2025

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

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

Back to the top