Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Unix Questions

    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
    winwin Guest

  2. Similar Questions and Discussions

    1. Need help with a simple UNIX sockets server based on IO::Socket::UNIX
      Hi. I've tried to create a simple client + server that communicate through a unix socket. As with all socket servers, it has a loop where it...
    2. New to mac, not to UNIX. Questions regarding x11 installation
      Hello folks, Please forgive the "newbieness" of my questions: I just bought my first mac tonight. I am a pretty seasoned linux user and I want...
    3. non-unix admin pleads for help from unix gurus
      Hello, I am a network admin working on a project which involves a SCO Unix 5 server provided by another software company. The server provides...
    4. porting UNIX file utilities to OS X? (HFS+ questions)
      Hi all, I'm interested in porting some file synchronization code from Linux (basically, entirely ANSI C/POSIX) to OS X. However, I want to...
    5. SCO Registers UNIX(R) Copyrights, Offers UNIX License by ignatius.schwartz-pr.com(Postfix) with ESMTP id 5EF605D87 for <scoannmod@xenitec.on.ca>; Mon, 21
      Some code of Windows is based/taken from the UNIX and LINUX environnement system. (Like some DNS, TCP and Internet Explorer things) Can we use...
  3. #2

    Default Re: Unix Questions

    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 [url]http://java.sun.com[/url] 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, [url]http://www2.lut.fi/~holm/[/url]
    Pellonmäenraitti 5 B 12, FI-53850 LAPPEENRANTA
    Mikael Holm Guest

  4. #3

    Default Re: Unix Questions

    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
    Ian Wilson Guest

  5. #4

    Default Re: Unix Questions

    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?

    Dave Hinz Guest

  6. #5

    Default Re: Unix Questions

    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.
    phn@icke-reklam.ipsec.nu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139