Is it possible to convert a Delphi application to Java without full rewriting?

0
0
Asked By CuriousCoder92 On

I've got a legacy Delphi application that I'm considering transforming into Java. I'm curious if there's a way to achieve this conversion without needing to rewrite the entire application from scratch. Has anyone done this before, and what are the challenges or tools involved?

1 Answer

Answered By TechSavvy123 On

In theory, you can convert any code to another language, but whether you should is another question. It really depends on the Delphi application's size and complexity—if it's small like FizzBuzz, sure, but for something massive like an 800k line codebase, that's a whole different story!

LegacyLover -

Exactly! If you don't provide more details about how much code you have, it's tough to give a definitive answer.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.