• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

netbeans installation error on windows 64 bit laptop

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,


I am trying to install netbeans 7.3 on my windows 64 bit laptop. I am pointing to right JDK on my computer still getting error as "the specified JDK folder does not containJDK".

How do I fix this error. Please advise. Any ideas, resources, sample code highly appreciated. thanks in advance
NetbeansInstall.jpg
[Thumbnail for NetbeansInstall.jpg]
err
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The path the installer is looking for is the SDK (with "javac") rather than JDK (just the run time).
 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

K. Tsang wrote:The path the installer is looking for is the SDK (with "javac") rather than JDK (just the run time).


The JDK is the Java Development Kit (with javac). The distribution with just the run-time is the JRE (Java Run-time Environment).
 
john wutka
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
netbeans with jdk built in bundle from below link worked perfect

i am trying jdk with netbeans
http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html


But i see one issue. I went to Tools--to get servers view to start glassfish server. I see services but services does not have servers in that. How do I get servers view to start glassfish server and go to glassfish admin server to configure jms queue and topic.

I wonder why when go to Tools ---> servers is not showing? so that i van configure new server like glassfish or tomcat there

please advise
server-view.jpg
[Thumbnail for server-view.jpg]
Tools not Showing Server
 
K. Tsang
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you enable the "Java Web & EE" plugin from Tools -> Plugins -> Installed?

Does the Netbeans comes with the download the "full" installer (everything Java SE,ME,EE,PHP,C++,Groovy etc).
 
john wutka
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everything seems enabled automatically. I did not enable anything myself.


Actually

I do not see" "Java Web & EE" plugin" to enable. I wonder why that is not showing. How do i see that to enable.

I downloaded netbeans EE version only. please advise
enabled.jpg
[Thumbnail for enabled.jpg]
enabled
 
K. Tsang
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your screen shot is showing the Java SE stuff. If that's all you got, your netbeans is surely not the Java EE bundle like you said.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic