all groups > vj# > february 2005 >
You're in the

vj#

group:

converting my J# application to Java


converting my J# application to Java Chris Jones
2/22/2005 11:05:04 AM
vj#:
generaly speaking,
is it overly complicated to convert my j# application to java?
or will there be alot of adjusting to do?

also can somebody link me to any articles or anything on the subject.

Re: converting my J# application to Java Lars-Inge Tønnessen [VJ# MVP]
2/25/2005 7:59:51 PM
Hi Chris,


Rename all files to nnn.java. Remeber to call the filename(s) the same as
the class(es) inside the file(s).

And you can't use any of the .NET classes. Eg. you can't use the
system.windows.forms. Everything must be written in the java namespace.

Do you have a huge project?


Regards,
Lars-Inge Tønnessen

Re: converting my J# application to Java Chris Jones
2/27/2005 1:35:03 PM
well its not huge, but it will still be some work, but, hey if i wanna do it
Re: converting my J# application to Java Lars-Inge Tønnessen [VJ# MVP]
2/28/2005 5:53:38 PM

Hi Chris,


Let us know if you run into any problems. =:o)


Regards,
Lars-Inge Tønnessen

AddThis Social Bookmark Button