Tim the Enchanter Posted October 4, 2004 Share Posted October 4, 2004 Is there any program that can convert my vb 6.0 program into java? Or do I have to translate it line by line to an applet? :( Link to comment Share on other sites More sharing options...
0 n3wt Posted October 4, 2004 Share Posted October 4, 2004 rofl. Link to comment Share on other sites More sharing options...
0 Siban Posted October 4, 2004 Share Posted October 4, 2004 OMFG ... roflmao Link to comment Share on other sites More sharing options...
0 cal2002 Posted October 4, 2004 Share Posted October 4, 2004 :blush: Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted October 4, 2004 Share Posted October 4, 2004 As you can tell by the extremely helpful responses here, no, there is no tool to do such a thing. VB 6 and Java are two extremely different animals. You'll definitely have to translate, although, you may just want to start from scratch to leverage Java's features, chiefly, object oriented programming. Link to comment Share on other sites More sharing options...
0 Mordkanin Posted October 4, 2004 Share Posted October 4, 2004 VB6->VB.NET->C#, yes. But VB6->Java....Ehhh....... Link to comment Share on other sites More sharing options...
0 Liquid Posted October 4, 2004 Share Posted October 4, 2004 rofl. OMFG ... roflmao Thanks for helping..... Now leave. __________________________________ I don't think you can do that bud. Sorry :( Link to comment Share on other sites More sharing options...
0 Tim the Enchanter Posted October 4, 2004 Author Share Posted October 4, 2004 Doh! I see now, only reason I thought that was possible was b/c I've seen people translating from C++ to java :blush: Link to comment Share on other sites More sharing options...
0 kjordan2001 Posted October 4, 2004 Share Posted October 4, 2004 Doh! I see now, only reason I thought that was possible was b/c I've seen people translating from C++ to java :blush: C++ to Java is a little easier since they share some syntax and both are OO. Link to comment Share on other sites More sharing options...
0 matt74441 Posted October 4, 2004 Share Posted October 4, 2004 Afraid not chief. Link to comment Share on other sites More sharing options...
0 MegaManXcalibur Posted October 5, 2004 Share Posted October 5, 2004 VB6->VB.NET->C#, yes. But VB6->Java....Ehhh....... Well since C# is strikingly similar to Java it would seem as though you could go from C#->Java. But any time I've used one of those one-langauge-to-another programs (such as the VB6 to VB.NET converter ) the code ended up so mangled that I just found it easier to start from scratch. And I would advise the post of this thread to do the same. VB6 and Java are completly differnt. Also if you rewrite the entire program you can take advantage of Java's features (that VB6 lacks) such as object oriented code. Link to comment Share on other sites More sharing options...
0 kjordan2001 Posted October 5, 2004 Share Posted October 5, 2004 Not to mention if it uses a GUI (which why wouldn't a VB program? That's all it's overly good for is an easy GUI ;)) I'm not sure how easily it would translate even from C# to Java, it would have to be one dang good translator to do that. Link to comment Share on other sites More sharing options...
Question
Tim the Enchanter
Is there any program that can convert my vb 6.0 program into java? Or do I have to translate it line by line to an applet? :(
Link to comment
Share on other sites
11 answers to this question
Recommended Posts