Erro ao incluir um novo projeto no Netbeans

1. Erro ao incluir um novo projeto no Netbeans

Mariany Ferreira da Silva
marianyferreira

(usa Ubuntu)

Enviado em 21/06/2016 - 16:56h

Ao incluir um Novo projeto no Netbeans a IDE mostra o erro:

https://github.com/MarianyFerreira/INE5404-POOII/blob/master/netbeans.png

Passos:
Instalei o Netbeans usando o apt install JDK/JRE e depois executando o ./netbeans-8.1-linux.sh disponível para download em: http://download.netbeans.org/netbeans/8.1/final/bundles/netbeans-8.1-linux.sh


  


2. Solução Encontrada para resolver,

AGENOR JOSE DA SILVA
agenorjsilvabr

(usa Linux Mint)

Enviado em 28/06/2016 - 22:02h

Primeiro é preciso verificar se possui o jdk instalado e a versão, abra o terminal e digite: java -version
O resultado será algo como abaixo se tiver a ultima versão instalada.

java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)

Tive este mesmo problema, para resolver eu editei o arquivo de configuração do Netbeans8.1 localizado em "/usr/local/netbeans-8.1/etc/netbeans.conf"

Apontei o diretorio do jdk adicionando a linha: netbeans_jdkhome="/usr/lib/jvm/java-8-oracle/" bem no fim
do arquivo, bem abaixo da linha: netbeans_jdkhome="/usr"
O meu arquivo ficou conforme abaixo.

-----------------------------------------------------------------------------------------------------------------------------
# Default locations of userdir and cachedir:
# (http://wiki.netbeans.org/FaqWhatIsUserdir)
#
# On Windows ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "<AppData>\NetBeans" where <AppData> is user's
# value of "AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
# and ${DEFAULT_CACHEDIR_ROOT} will be replaced by the launcher
# with "<Local AppData>\NetBeans\Cache" where <Local AppData> is user's
# value of "Local AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
#
# On Mac ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/Library/Application Support/NetBeans" and
# ${DEFAULT_CACHEDIR_ROOT} with "~/Library/Caches/NetBeans"
#
# On other systems ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/.netbeans" and ${DEFAULT_CACHEDIR_ROOT} with "~/.cache/netbeans"
#
# You can also use ${HOME} variable which will be replaced with
# user.home JVM system property value. This variable is valid only in
# netbeans_default_userdir and netbeans_default_cachedir properties.
#
# NOTE: If you specify a non-default userdir path on command line
# (--userdir option) and don't specify a cachedir path (--cachedir option),
# cachedir will be in "<userdir>/var/cache".
#
# Cachedir must be different from userdir. The same cachedir and userdir
# would cause problems.
#
netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/8.1"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/8.1"

# Options used by NetBeans launcher by default:
# (can be overridden by explicit command line switches)
#
# Note that default -Xmx is selected for you automatically.
# You can find these values in var/log/messages.log file in your userdir.
# The automatically selected value can be overridden by specifying -J-Xmx
# here or on the command line.
#
# If you specify the heap size explicitly, you may also want to enable
# Concurrent Mark & Sweep garbage collector.
# (see http://wiki.netbeans.org/FaqGCPauses)
#
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true"

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome <dir>
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points to one of those in the NetBeans application shortcut
# based on the Java version selected at installation time.
#
netbeans_jdkhome="/usr"
netbeans_jdkhome="/usr/lib/jvm/java-8-oracle/"

# Additional module clusters:
# using ${path.separator} (';' on Windows or ':' on Unix):
#
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"

-----------------------------------------------------------------------------------------------------------------------------------------------







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts