|
Home > Archive > Unix administration > April 2004 > Unix Questions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| winwin 2004-04-20, 12:35 pm |
| Dear,
As far as I know that Unix system is not supporting the both DLL and
Active X control concepts are not work in UNIX system. Is there any
programming language can be running on Unix System such as Java SDK?
Thanks and regards,
Winwin
| |
| Ian Wilson 2004-04-20, 12:35 pm |
| winwin wrote:
> Dear,
> As far as I know that Unix system is not supporting the both DLL and
> Active X control concepts are not work in UNIX system.
The concepts are supported on Unix, just not those particular
proprietary implementations of the concepts (AFAIK). Unix systems in
general support both dynamically linked libraries and statically linked
libraries. Complex widget sets are available for inclusion in
applications. IDEs exist that allow drag & drop of widgets onto
application forms.
On some Unix or Unix-like systems I believe you can run Win32 DLLs and
Applications that use Win32 ActiveX controls by using Windows
emulators/translators such as WINE on Linux.
Then there's vmware.
> Is there any
> programming language can be running on Unix System
There are many.
> such as Java SDK?
In general yes, but you'll need to specify which Unix system you are
talking about. I suspect Java may not be readily available for some very
old or very specialist versions of Unix and Unix-like operating systems.
> Thanks and regards,
> Winwin
| |
| Mikael Holm 2004-04-20, 1:34 pm |
| In article <a5868dc0.0404200745.6affd610@posting.google.com>, winwin wrote:
> Is there any
> programming language can be running on Unix System such as Java SDK?
This is pretty odd question because all running operating systems need
compilers to make binaries.
Most systems come equipped with some kind of developing tools. If
not then gcc (Gnu compiler collection) can be installed on most platform.
gcc supports c, c++, ada, objective-c and java. Java is available on most
platforms too. See http://java.sun.com for more details.
Compilers for fortran, pascal, eiffel, lisp, prolog, perl, python, tcl/tk
and others are also available - many of them free of charge.
--
Mr. Mikael Holm, +358505862479, +358445862479
mikael.holm(a)lut.fi, http://www2.lut.fi/~holm/
Pellonmäenraitti 5 B 12, FI-53850 LAPPEENRANTA
| |
| Dave Hinz 2004-04-20, 1:34 pm |
| On 20 Apr 2004 08:45:09 -0700, winwin <gf88gf@yahoo.com.hk> wrote:
> Dear,
> As far as I know that Unix system is not supporting the both DLL and
> Active X control concepts are not work in UNIX system.
These are both Windows Security Problems (I mean, "features").
> Is there any
> programming language can be running on Unix System such as Java SDK?
Java was invented by Sun, yes. What are you trying to do?
| |
| phn@icke-reklam.ipsec.nu 2004-04-21, 2:34 am |
| winwin <gf88gf@yahoo.com.hk> wrote:
> Dear,
> As far as I know that Unix system is not supporting the both DLL and
> Active X control concepts are not work in UNIX system. Is there any
> programming language can be running on Unix System such as Java SDK?
> Thanks and regards,
> Winwin
Shared libraries has been around in un*x since at least 1988. Gates came
to cl it dll.
The automated trojan installation tool called active-x is not implemented due
to security reasons. Noone in the un*x workd is stupid enough ( yet )
Java works all right in un*x
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
|
|
|
|
|