How to convert a C# .NET application into an Eclipse Plugin
-
Hi ALL, We have a standalone application which was developed in C#.Net. Now we want to develop the same as an Eclipse Plug-in. Since I'm a beginner to Java & its related technologies, if you could suggest me a good way to do this, it would be highly appreciated. In this regard, I have the following specific queries: 1) Will I get the similar look-and-feel (atleast to the nearest) in my Eclipse plugin? 2) Is there a Java counterpart to most of the .Net components (Properties editor, Grid view, etch.,) ? 3) Is there any tools available to convert a .Net application into a Java application? If so, to what extent it would be helpful? Kindly bear my newbie-questions. Thanks in advance, Sarvan AL
-
Hi ALL, We have a standalone application which was developed in C#.Net. Now we want to develop the same as an Eclipse Plug-in. Since I'm a beginner to Java & its related technologies, if you could suggest me a good way to do this, it would be highly appreciated. In this regard, I have the following specific queries: 1) Will I get the similar look-and-feel (atleast to the nearest) in my Eclipse plugin? 2) Is there a Java counterpart to most of the .Net components (Properties editor, Grid view, etch.,) ? 3) Is there any tools available to convert a .Net application into a Java application? If so, to what extent it would be helpful? Kindly bear my newbie-questions. Thanks in advance, Sarvan AL
1 - I dunno, but it won't be exact, as Eclipse uses horrid Java UI components 2 - No. 3 - No.