| codestorm  
 
  
 
 
 Group: Members
 Posts: 52
 Joined: Sep. 2003
 | 
|  | Posted: Dec. 15 2004,10:01 |  |  Hmm, are you asking if java comes installed with DSL and where it is?
 
 If so, AFAIK Java doesn't come preinstalled with DSL (even JRE is waaay too big), however you can either
 
 1) download the latest J2SE SDK from java.sun.com if you have the bandwidth and a HDD DSL install, or
 
 2) download the JRE gz somewhere in the myDSL repository - system section I think.
 
 I haven't tried option 2 so I can't vouch for where it'd install, and I manually installed my J2SE so I don't know where it prefers to install either.
 
 If you think you've installed Java, from a shell prompt you could do:
 
 which java
 
 or
 
 whereis java
 
 or
 
 find /opt /usr -name java
 
 to find out where it's hiding.
 
 --------------
 9:34am  up 32 years 7 months, 22:22,  1 user,  load average: 1.00, 1.00, 1.00
 USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU  WHAT
 Ben     ttyp0    127.0.0.1     9:33am 11936:23:59m  0.00s  0.00s  -life
 Exception is the soul of Humanity (http://www.spoothead.net/~zensei/)
 |