Click to See Complete Forum and Search --> : Can i run programs developed in Visual J++ in linux?
pnut33
02-07-2002, 10:12 AM
*Topic*
------------------
THUNDERBIRD 800 @ 993 MHZ
ABIT KT7a RAID
256 MB PC133 cl2
IBM HD 45 GB 7200 RPM
RADEON 32MB DDR
SB LIVE PLATINUM
CREATIVE DVD 12X W/DXR3
CREATIVE 12X-10X-32X RW
ANTEC SX830
SWIFTECH MC462
The_Hitman
02-07-2002, 10:53 AM
Originally posted by pnut33:
*Topic*
Only if you don't use any of the extra propetary crap in Microsofts version of Java...
I think there is a setting to make sure you write "standard" java code.
------------------
You don't have to be a radical to rebel against a convicted monopoly (http://www.usnews.com/usnews/issue/020114/tech/14linux.htm)
Why Yes! I am (http://www.geocities.com/bloodred716/the_hitman.html) a proud member of the SF Linux Hippy Club (http://www.geocities.com/bloodred716/hippy.html).
theartofbone
02-07-2002, 01:20 PM
what hitman said. just about anything with "visual" in it is from microsoft and they usually throw in proprierity code that only their compilers'll understand.
------------------
------------------------
theartofbone@hotmail.com
Barracuda
02-07-2002, 11:04 PM
It's fine to use Visual J++ to write your code, just don't use it to compile your code. Instead, stick with javac from the JDK to do your compiling. Absolutely don't use any of the Microsoft classes if you want your code to be able to run on anything but Windows. Most of them deal with GUI stuff if I remember correctly... you're better off with Swing http://www.sharkyforums.com/ubb/wink.gif