Re: Is a binary with this libraries portable



llothar <llothar@xxxxxx> writes:
On 28 Feb., 15:28, Bernhard Agthe <dark2s...@xxxxxxx> wrote:

[...]


So "portable" in the Unix world refers to a source package which is as
platform-independent as you can make it. If you don't want to distribute
your source you can try for Java but then Java can be disassembled easily.

No the LSB is a good step in this direction and i hope that people see
that we need binary compatibility across the major non geek Desktop
distributions.

The only people who would 'need' this are the people who want to
distribute binaries without source for some reason. And even these
actually don't: What they need is not an identical operating
environment everywhere, but a runtime environment which is compatible
with the environment used to develop some software. This can easily be
achieved by picking some set of 'supported' platforms and documenting
the compatibility requirements, so that people intending to use the
software on a non-supported platform can create such a compatible
environment if they so desire.
.



Relevant Pages

  • Re: ... and again..
    ... You could do it with a Java client- by default, ... And nicely platform-independent, too. ... fast as compiled code, and jbex everywhere without any problems or ... How about your user having to fret about 27 different JREs? ...
    (uk.rec.sheds)
  • Re: Advice: Rapid self-study of backend Java programming
    ... The guy who runs the Java ... So I just need enough GUI to get by. ... > a lot of the platform-independent stuff from AWT, ... > classes happen to fulfill the rules, and are already beans by accident. ...
    (comp.lang.java.programmer)
  • Re: Alternatives
    ... (JNI is something like the .NET-pendant for P/Invokes - ... external Libraries which are not written in Java, ... using the System-APIs - that's why these libs are so huge - ... platform-independent way (Ok, ...
    (microsoft.public.vb.general.discussion)
  • Translate Fortran to Java
    ... But some people I collaborate with want to make their software compiler- and platform-independent, and they don't want any compiled libraries. ... What is the best way to translate Fortran code of this size into Java? ... Someone suggested f2c then C to Java. ...
    (comp.lang.fortran)