Sponsored Content
Full Discussion: Java and Javac problems
Operating Systems Solaris Java and Javac problems Post 302714985 by jlliagre on Saturday 13th of October 2012 12:48:45 PM
Old 10-13-2012
Quote:
Originally Posted by Skrynesaver
Isn't NT based on VMS?
That depends on how you define "based on".
Microsoft hired one of the VMS main architects (David Neil Cutler) to redesign Windows and Windows NT was the result. NT was actually a pun: you add +1 to each letter of VMS and you get WNT.
Quote:
with the BSD network stack?
Unlikely to have the whole BSD network stack but some parts of it was based on BSD licensed code. Nowadays, I guess only things like ftp, tracert and the likes might still have BSD code. See this page for details.

---------- Post updated at 18:48 ---------- Previous update was at 17:50 ----------

Quote:
Originally Posted by jim mcnamara
DOS was developed on XENIX and borrowed a lot of the underlying architecture.
"borrow" is lighter than "derived from" so DOS might indeed have borrowed some Unix concepts, although I would state it really borrowed most of its design from CP/M. XENIX, originally a Unix version 7 implementation, was already a multi-task, multi-user OS with a single hierarchical file system. DOS was definitely missing all of these features.
Quote:
And you are correct about JAVA_HOME. I though the OP had set it. The install seemed to be odd.
Got it. You confused LD_LIBRARY_PATH and JAVA_HOME.
This User Gave Thanks to jlliagre For This Post:
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

piping with javac command

how to i use javac on a file after searching for it? example: find . -name '*.java' -size -24 -links -2 -atime -4 what would happen if "find" found >1 .java files? also, i'm a little confused on the -size property... mix up between -2 and +2... what's the difference? (1 Reply)
Discussion started by: quipy
1 Replies

2. UNIX for Dummies Questions & Answers

Installing Java Problems

Hello, When i attempt to install Java. I get this error code Can someone tell me what im doing wrong. (2 Replies)
Discussion started by: Fob Upset
2 Replies

3. Programming

set javac classpath

I have several jar files in a specific folder, but I can't get javac to understand it. How do I set the classpath for javac. It is NOT the same classpath as the java command. And it's not enough with one jar file. I have several. (1 Reply)
Discussion started by: locoroco
1 Replies
Module::Build::Platform::VMS(3pm)			 Perl Programmers Reference Guide			 Module::Build::Platform::VMS(3pm)

NAME
Module::Build::Platform::VMS - Builder class for VMS platforms DESCRIPTION
This module inherits from "Module::Build::Base" and alters a few minor details of its functionality. Please see Module::Build for the general docs. Overridden Methods _set_defaults Change $self->{build_script} to 'Build.com' so @Build works. cull_args '@Build foo' on VMS will not preserve the case of 'foo'. Rather than forcing people to write '@Build "foo"' we'll dispatch case- insensitively. manpage_separator Use '__' instead of '::'. prefixify Prefixify taking into account VMS' filepath syntax. _quote_args Command-line arguments (but not the command itself) must be quoted to ensure case preservation. have_forkpipe There is no native fork(), so some constructs depending on it are not available. _backticks Override to ensure that we quote the arguments but not the command. find_command Local an executable program _maybe_command (override) Follows VMS naming conventions for executable files. If the name passed in doesn't exactly match an executable file, appends .Exe (or equivalent) to check for executable image, and .Com to check for DCL procedure. If this fails, checks directories in DCL$PATH and finally Sys$System: for an executable file having the name specified, with or without the .Exe-equivalent suffix. do_system Override to ensure that we quote the arguments but not the command. oneliner Override to ensure that we do not quote the command. _infer_xs_spec Inherit the standard version but tweak the library file name to be something Dynaloader can find. rscan_dir Inherit the standard version but remove dots at end of name. If the extended character set is in effect, do not remove dots from filenames with Unix path delimiters. dist_dir Inherit the standard version but replace embedded dots with underscores because a dot is the directory delimiter on VMS. man3page_name Inherit the standard version but chop the extra manpage delimiter off the front if there is one. The VMS version of splitdir('[.foo]') returns '', 'foo'. expand_test_dir Inherit the standard version but relativize the paths as the native glob() doesn't do that for us. _detildefy The home-grown glob() does not currently handle tildes, so provide limited support here. Expect only UNIX format file specifications for now. find_perl_interpreter On VMS, $^X returns the fully qualified absolute path including version number. It's logically impossible to improve on it for getting the perl we're currently running, and attempting to manipulate it is usually lossy. localize_file_path Convert the file path to the local syntax localize_dir_path Convert the directory path to the local syntax ACTION_clean The home-grown glob() expands a bit too aggressively when given a bare name, so default in a zero-length extension. AUTHOR
Michael G Schwern <schwern@pobox.com> Ken Williams <kwilliams@cpan.org> Craig A. Berry <craigberry@mac.com> SEE ALSO
perl(1), Module::Build(3), ExtUtils::MakeMaker(3) perl v5.18.2 2014-01-06 Module::Build::Platform::VMS(3pm)
All times are GMT -4. The time now is 02:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy