From: CoolProgrammer <clu...@ya...> - 2000-08-19 22:06:49
|
About the Gtk, WRONG!!! You can access native methods in Java, which are routines that are platform specific, with Java. These routines are loaded from libraries. In Windows, DLL's are used. I believe you can do the same in Linux with Java. However, that destroys the one advantage Java does have--platform independence. The hardware access can be solved by using the methods in the C libraries, but then you wouldn't be using pure Java. ~CoolProgrammer --------------------------------------------- DO NOT REPLY TO THIS MESSAGE BY EMAIL! --------------------------------------------- You have chosen to receive messages from "mentalunix" by email. Reply to this message: http://clubs.yahoo.com/clubs/mentalunix/bbsfrp?action=r&tid=mentalunix&sid=1600006580&mid=315 Unsubscribe from the Club mailing list: http://clubs.yahoo.com/clubs/mentalunix/config/change_mb_list Return to "mentalunix": http://clubs.yahoo.com/clubs/mentalunix ---------------------------------------------- Not a member? Remove yourself from this list: http://edit.clubs.yahoo.com/config/unsubscribe_mb_list?.userID=munix_devr&.groupID=mentalunix&.groupType=&.code=IVyJGMuRxG |