java API from DOS
How to get the java API at Dos prompt , i mean what is the DOS command for viewing the java api at command promptthnxs in advance
[143 byte] By [
b.m.krajua] at [2007-11-26 19:39:20]

It depends on what you mean by that.
If you want to view the documentation...as far as I know, there is no plain-text version of the API documentation made easiliy available.
I suppose you could use a text mode browser (like Lynx, I suppose...though it's been years since I've seen that) to view the HTML docs.
If you want to look at java classes at the command prompt...maybe you want javap?
the DOS type command would do it. You might not make much of it, but it would show you the content of the file.The edit command from the last few versions of DOS would be better, at least there you can scroll up and down.