From: Nageshwar <nag...@st...> - 2008-05-10 04:33:19
|
Hi, In the file widhandler.java, parent.embeddedHandle was used to get the window Id. This field is not supported on eclipse sdk 3.3.2 on windows. I got some errors when I tried to run the project reporting that the field doesn't exist. I replaced the line return parent.embeddedHandle; with the following. return c.getField("embeddedHandle").getInt(parent); I don't know whether the above code works or not. someone, please check this on linux machine and commit the changes. -- Best Regards, Nageshwar M. |