| Convert from VB.Net Issues [message #807676] |
Sun, 26 February 2012 16:49  |
Eclipse User |
|
|
|
Hi All,
First of all, I have a very limited amount of experience with Java development, although I have a good amount of VB under my belt. So bare with me.
I used the Tangible VB.Net converter on a project I wrote a while back, while the conversion went ok based on what Tangible told me, I have a number of issues within the .java file as you can see.
I created a new project in Eclipse and added the .java code file with the following results, as you can see I have the majority of my problems with the import of System. Do I have to convert these to AWT or is there another solution?
Thanks,
Attachment: Capture.PNG
(Size: 184.06KB, Downloaded 1758 times)
[Updated on: Sun, 26 February 2012 17:21] by Moderator
|
|
|
| Re: Convert from VB.Net Issues [message #807865 is a reply to message #807676] |
Mon, 27 February 2012 00:02  |
Eclipse User |
|
|
|
On 02/26/2012 03:49 PM, Mark F wrote:
> Hi All,
>
> First of all, I have a very limited amount of experience with Java development, although I have a good amount of VB under my belt. So bare with me.
>
> I used the Tangible VB.Net converter on a project I wrote a while back, while the conversion went ok based on what Tangible told me, I have a number of issues within the .java file as you can see.
>
> I created a new project in Eclipse and added the .java code file with the following results, as you can see I have the majority of my problems with the import of System. Do I have to convert these to AWT or is there another solution?
>
> Thanks,
>
>
The "System" packages referenced in your attachment appear to be .NET
specific packages/classes. There is no direct replacement for them in
standard Java. There might be some third party packages that provide
some support for them. You will need to search for your self.
The standard Java GUI toolkit is Swing. You will have to convert the
..NET forms code manually to Swing code. This will require you to learn
Swing.
|
|
|
Powered by
FUDForum. Page generated in 0.06194 seconds