PDA

Click to See Complete Forum and Search --> : Converting VB to JAVA


Geoff Gunson
Aug 17th, 2000, 09:24 AM
Hi

I have been given the task of converting a VB project into JAVA.

What is the best way of doing this, should I get an application to do this?

Also within the VB project is a thrid party control (Graphics server) which does all the graphing for the application, will this convert as well or will I need a JAVA version of the control?

Thanks in advance

Geoff :)

oetje
Aug 22nd, 2000, 03:48 AM
I have seen a program for converting VB to Java a while ago. I don't remember where. But the name is VB2JAVA.

Geoff Gunson
Aug 22nd, 2000, 04:17 AM
Cheers M80

parksie
Aug 22nd, 2000, 01:47 PM
I think I have to say that the best bet is to actually rewrite it in Java. At the same time as porting it, you will see new ways of doing things. Also, you can take advantage of the OOP stuff.

And no, your control won't convert.

noone
Aug 22nd, 2000, 03:46 PM
I tried an addin to VB that was supposed to convert VB to Java "effortlessly" but mostly it left me with almost useless code and a list of things it couldn't convert. Plus I had to reinstall VB to get it working properly again after uninstalling the addin.