[3455] in java-interest
RE: Did I Get Everything
daemon@ATHENA.MIT.EDU (John Zukowski)
Mon Nov 13 19:01:21 1995
Date: Mon, 13 Nov 1995 15:02:43 -0500
From: jazukow@rssi.rssi.com (John Zukowski)
To: java-interest@java.sun.com
Cc: chubbard@oneworld.owt.com
(Sorry not responding in newsgroup, can't post to that right now....)
Charlie:
>Question 1:
>
>I am running JDK beta 1.0 under Windows 95. I expanded the archive
>into a java subdir on my C: dirve and started going through the
>examples in the Sun on-line programmer's guide. Both the "Hello
>World" application and applet (under Netscape 2.0b2) run fine. The
>"run:" protocol hanlder, on the other hand, complained it couldn't
>find certain object definitions (in particular URLStreamHandler) which
>I think should have been imported by these two lines which appear at
>the start of the code
>
> import java.io.*;
> import net.www.html.*;
>
>My impression from the Java language Specification is that the target
>of these import lines correspond to subdirectories on my system. Is
>that true? I can't find a "io" or a "net/www/html" tree on my system.
From the installation directory, these would be in something like:
$JAVAHOME/classes/java/io/....
John Zukowski
Rapid Systems Solutions
http://www.rssi.com/info/java-info.html
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com