Click to See Complete Forum and Search --> : Java (maybe J++) Development
Larry
February 7th, 1999, 03:59 PM
I'm considering doing some Windows 95/98/NT development in Java.
I usually program in VC++ w/MFC.
A couple of questions:
1. Can you create stand-alone (.EXE) programs?
2. What are the most obvious benefits of Java over VC++ w/MFC?
Zafir Anjum
February 7th, 1999, 05:45 PM
I don't believe you can create an EXE in a reliable way. There might be a few
tools to do this but probably are not industrial strength. Besides, it's just
not a good idea.
You do have to understand that Java is still significantly slower than C++.
So, if you are planning to write Windows only application, I'd say stick with
MFC.
Masaaki Onishi
February 10th, 1999, 04:26 PM
Hi.
1. Can you create stand-alone (.EXE) programs?
->No, I don't think so. We need the same Java VM to the mahine and
JDK, J++ and so on because Java is executed from class file to be interpret
language like Perl.
2. What are the most obvious benefits of Java over VC++ w/MFC?
->I don't know the recent version JDK1.2.
Until JDK1.1.6, Sun tries to enhence GUI of Java.
Java is more powerful tool of Web technology as well as network
than VC++ with MFC.
Hope for help.
-Masaaki Onishi-
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.