Sponsored Content
Full Discussion: Java and Javac problems
Operating Systems Solaris Java and Javac problems Post 302714971 by jim mcnamara on Saturday 13th of October 2012 10:52:50 AM
Old 10-13-2012
I disagree - not that it really matters.
Quote:
Windows has very little in common with Unix and is quite unlikely to include anything derived from Unix code outside some tcp/ip utilities borrowed from BSD.
DOS was developed on XENIX and borrowed a lot of the underlying architecture.
Windows - up until NT - was completely layered on top of DOS 16 bit. The NT kernel continued some of UNIX-derived stuff. As WOW. I has all gone away with Windows 7.

And you are correct about JAVA_HOME. I though the OP had set it. The install seemed to be odd.

But. The point was that Solaris requires UNIX knowledge, windows requires almost no knowledge about what is going on behind the scenes. Windows power users are really well-advised to use cygwin or something like ubuntu, not Solaris, as a first time jaunt into UNIX.
 

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
jconsole(1)						      General Commands Manual						       jconsole(1)

NAME
jconsole - J2SE Monitoring and Management Console SYNOPSIS
jconsole [ options ] [ pid | [ host:port ... ] ] PARAMETERS
pid Process ID of a Java VM that was started with -Dcom.sun.management.jmxremote option on the same machine. See JMX Monitoring and Management for details at http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html. host:port Host name on which the Java VM is running and the port number through which the Java VM's JMX Connector is published. See JMX Monitoring and Management for details at http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html. DESCRIPTION
The jconsole command launches a graphical console tool that enables you to monitor and manage Java applications and virtual machines on a local or remote machine. NOTE- This tool is experimental and may not be available in future versions of the JDK. OPTIONS
-interval=n Set the update interval to n seconds (default is 4 seconds) -notile Do not tile windows initially (for two or more connections) -version Output version information abd exit. -help Output help message and exit. SEE ALSO
Monitoring and Management for Java Platform at http://java.sun.com/j2se/1.5.0/docs/guide/management/index.html 06 Feb 2004 jconsole(1)
All times are GMT -4. The time now is 12:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy