Netbeans 8.0.2 - missing "servers" [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've just downloaded Netbeans 8.0.2 on Windows.
Under the "Services" tab, I was expecting to get:
Databases
Web services
Servers
Hudson...
Team...
Issue...
Instead I've got the following:
Databases
Web services
Maven Repositories
Hudson Builders
Task Repositories
Can anyone tell me why did I get this menu? What can I do to get the first menu? I'm completely new at this. Thanks.

I guess you downloaded the NetBeans Java SE Download Bundle, this one doesn't contain the server adapters.
You need the NetBeans Java EE Download Bundle from https://netbeans.org/downloads/.

Related

Netbeans does not open on MacOS Big Sur. It's not able to find a java path or jdk not found [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
After I upgraded Mac OS Big sur, Netbeans can not open on my Mac. I click Netbeans and nothing happened. I try to fix this problem, but I failed. Now can someone help me to resolve it?
It's have issue with java path. i setup path for the java_home but it's still not working.
I uninstall and install JAVA and netbeans both but it's still not working.

How do I install Maven on Windows 10 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Forgive my noobishness, after downloading and installing Maven, how do I configure the environment variable on windows 10? From Advanced System Settings -> Environment Variables I can't relate with the interface. I don't know what to do now as I don't want to mess up my paths.
To add Maven to Windows path you have to create a new variable MAVEN_HOME=<MAVEN_PATH> and then adding this variable to the PATH/path like <PATH_PREVIOUS_VALUE>;%MAVEN_HOME%/bin;
Check http://sdkman.io/ !
They have a powershell version, awesome tool for are tools that work on JVM
I was able to edit the path instead of picking on the list as windows 10 presents it. I just clicked on "Edit Text" and it brought out the window in the old fashioned way.

How to add eclipse server to an existing EC2 instance [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I previously created one EC2 instance through Elastic beanstalk using eclipse.
I used to deploy the application through eclipse itself. Now somehow, the server got unconfigured.
When i am trying to reconfigure the server, it is creating a new instance of the application which i don't want.
Can someone help me in configuring the existing EC2 in the eclipse project?
I am trying to update the configuration, but it is not able to fetch the server details(It is not showing any server in the server dropdown). However, server explorer is showing all the server.
Beanstalk will change its ec2 instances as it see fit. Therefore, it's ok that your instance has disappeared. The eclipse plugin is known to be buggy, and is good mostly for initial setup and demo, and not for ongoing work.
I do recommend installing the EB CLI and using the command line to deploy your code (eb deploy).

How to install MCP on Eclipse with no errors? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I need help to use or to install MCP on Eclipse with no erorrs.
I've got CMS Erorr with my Java 64-bit Server. I want to make mods for Minecraft Forge 1.7.10. I need a Forge client.jar.
If you want to make a mod for Minecraft, you want to be using Forge. Follow the tutorial here. If it doesn't work, come back with any error messages you're getting.

Install Maven Error - Can you help me? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
When I install maven to create project or kaptcha are like and find some way not yet fix.
Can you help me fix this it?
To use maven you need access to the internet, and repo.maven.apache.org in particular. Maven uses this repository to download the latest version of plugins that version supports and the libraries they use.
It appears you have setup a proxy server http://proxy.hapv.com:8888 and this server is refusing your attempts to access Maven Central. It doesn't appear to be running on that port. I suggest you check your proxy settings.
You can use maven in an off-line mode once you have working build, but until then you need to let maven install itself from the internet.

Categories

Resources