• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

NetBeans problem after installing Mac BigSur

 
Ranch Hand
Posts: 95
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having problems with netbeans IDE since I installed Mac os BigSur.
In searching the internet it seems to be a problem with NetBeans not finding the home directory?
Most of the changes revolved around changing the config file at this point.  #netbeans_jdkhome="/path/to/jdk"

Terminal commands

java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)


/usr/libexec/java_home
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home

Changed config file to:
netbeans_jdkhome="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home"

I still get this message and NetBeans 8.2 will not open my projects.

The JK is missing and is required to run some Net Beans modules
Please use the --jdkhome command line option to specify a JDK
installation or see http://wiki.netbeans.org/FaqRunningOnJre for
more information.

Looking for a solution TIA.
Roger
 
Roger Wells
Ranch Hand
Posts: 95
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solved
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Roger hello...I have the same problem today..How did you solve it?
thanks
Andres


ok..after some hours trying I solved also...the resume is. Netbeans lost its configuration when migrating to Big Sur..first , the place where is located the Java and second, some of the internal features had to be restored in an error by error basis.
thanks anyway.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, can you say how specifically??please ?
 
Run away! Run away! Here, take this tiny ad with you:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic