| Hello,
We are currently using VS2005 for our jsharp and .Net (winforms) development. Our jsharp code is a shared java code between .Net app and backend web-based app.
We are trying to migrate into VS 2008 and hopefully use JaNet to build java shared code into .Net assembly.
I am an experienced C# .Net developer but have very limited knowledge in java. i often change the shared java objects to add more private fields and getter/setters and change the logic classes little bit to provide additional functionality. I was able to make the java changes with in VS 2005 IDE and compile it and use it in C# code.
Since VS 2008 doesn't have support for jsharp code, I need to find another IDE to make the java changes and compile using Janet and BAM.
I want to use Eclipse IDE (or any other IDE) and some how tell it to use Janet and BAM to create the output .Net assembly.
Can you tell me how to achieve what I am looking for?
Thanks in advance.
|
| |