kamikazekami
(usa Ubuntu)
Enviado em 19/12/2012 - 19:14h
gente , ja instalei o jdk e o netbeans , mais eu nao consigo configurar esse maldito jdk
ja li 1000 blogs que tentam ensinar , mais aqui pra min nao quer dar certo !
me ajudem a configurar o patch dele por favor gente *-* , me passa as linha que tenho que adicionar e a posição
ele ta no diretorio /home/denner/Documentos
nome :jdk-7u10-nb-7_2_1-linux-i586-ml
meu arquivo /etc/profile:
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ "$PS1" ]; then
if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then
# The file bash.bashrc already sets the default PS1.
# PS1='\h:\w\$ '
if [ -f /etc/bash.bashrc ]; then
. /etc/bash.bashrc
fi
else
if [ "`id -u`" -eq 0 ]; then
PS1='# '
else
PS1='$ '
fi
fi
fi
# The default umask is now handled by pam_umask.
# See pam_umask(8) and /etc/login.defs.
if [ -d /etc/profile.d ]; then
for i in /etc/profile.d/*.sh; do
if [ -r $i ]; then
. $i
fi
done
unset i
fi
----------->edit :: <----------
eu coloquei no fim:
# JAVA_HOME=/home/denner/Documentos/jdk-7u10-nb-7_2_1-linux-i586-ml.sh
# PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
# export JAVA_HOME
# export PATH
mas nao deu certo , porque o netbeans ainda nao consegue compilar