On Thu, Jan 13, 2011 at 9:18 AM, ankur <[email protected]> wrote: > hi all > > i have installed openjdk-6-jdk on my laptop which is running the > debian lenny operating system with the following details: > > kernel release: 2.6.24-1-686 > > is there some special step to perform after installing the openjdk? > when i typed javac on my terminal, i got the output as > > "bash: javac: command not found " > > please provide me with the necessary information so that i may start > coding in openjdk >
no info about the distro you are on using? in my case i see the following package on fedora distro java-1.6.0-openjdk.x86_64 : OpenJDK Runtime Environment it installed in following location in my case /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java -version java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.3) (fedora-49.1.9.3.fc14-x86_64) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) rpm command or dpkg command check where you openjdk is installed and add it to you path , oh one more thing you do not code in openjdk you code in the language Java!! -Satya -- LUG@IITD - http://tinyurl.com/ycueutm
