Re: Eclipse <--> J#
From: David Browne (meat_at_hotmail.com)
Date: 11/29/04
- Next message: Markus Komosinski: "Output with: Value.formatNumber(double, n) ?"
- Previous message: David Browne: "Re: How to FTP via VPN to sites with real adresses on different IP's ?"
- In reply to: Steve Cornett: "Eclipse <--> J#"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 28 Nov 2004 23:25:11 -0600
"Steve Cornett" <Steve Cornett@discussions.microsoft.com> wrote in message
news:18ED5CFF-7792-44F2-BA1B-079EF7825FB7@microsoft.com...
> Hello,
>
> I prefer to use Eclipse's JDT for most of my Java editing, but I'm now
> working with a project team that develops some of their code in C#. In
> order
> to integrate our work, I need to be able to import my code into Visual
> Studio
> .NET (as J#), work on it there, and then move it back into Eclipse.
>
> Is there any convenient way to take Java code that's been exported to the
> filesystem and turn it into a Visual Studio J# project? After editing the
> code in J#, do I need to do anything to make it work with Eclipse again?
> Other than the obvious language differences, are there any significant
> incompatibilities (i.e., file formats, structures, etc.) I need to be
> aware
> of in this process?
Visual Studio does not care where the files are and doesn't require them to
have a directory structure matching their package structure. Eclipse does.
So keep the source code where Eclipse puts it. In VJ# create a project and
Link, rather than open, each of the source files.
David
- Next message: Markus Komosinski: "Output with: Value.formatNumber(double, n) ?"
- Previous message: David Browne: "Re: How to FTP via VPN to sites with real adresses on different IP's ?"
- In reply to: Steve Cornett: "Eclipse <--> J#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|