Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Sunday, April 3, 2022

How To: Install NetBeans 8 On Windows and Linux

.

The NetBeans is an open source and award-winning IDE (integrated development environment) application for Windows, Linux, Solaris and Mac. 

The Java SE Development Kit (JDK) 8 is required to install NetBeans IDE (NetBeans 8.2 does not run on JDK9).

Install JDK 8 for windows: https://archive.org/details/jdk-8u111-nb-8_2-windows-i586

Install NetBeans 8.2 for windows : https://archive.org/details/netbeans-8.2-windows_202204

.

Alternatively:

Install On Linux: https://www.appservgrid.com/paw92/index.php/2019/03/28/how-to-install-netbeans-ide-8-2-in-debian-ubuntu-and-linux-mint/

Download Portable Java EE Eclipse 2022 Tomcat Bundle

 

.

Download Portable Java EE Eclipse 2022 Tomcat Bundle 

https://drive.google.com/file/d/1oz2lvmQoNNqoJNR1p2ud-UvomKdc3sD4/view?usp=sharing

.

https://archive.org/download/portablejava-eclipse-ee-tomcat

Saturday, April 2, 2022

How To: Fix Eclipse Error "Tomcat Server Failed to Start"

 


This could be caused by a number of reasons.

The easiest attempt is to delete the Tomcat server (and remove its runtime from Eclipse settings).



Add back the server. Make sure that the Eclipse has got the right Tomcat server version in its list.

Choose the Tomcat server version in the list and let Eclipse download the version by itself.


If the problem persists, refer the following pages for a list of suggestions:

1) https://codebun.com/server-tomcat-v8-5-server-at-localhost-failed-to-start/

2) https://dzone.com/articles/tomcat-server-failed-to-start-from-eclipse


 


 


How To: Fix Eclipse Error "Java was started but returned exit code=14"?

 

.

When Eclipse runs for the first time, it may throw the following error message: 

"Java was started but returned exit code=14"

In one of the succeeding lines, it says:

"-Dosgi.requiredJavaVersion=11"


One of the possible causes is the different JRE or JDK (on the host platform) which does not meet the requirement of the Eclipse application. In this case, it requires version 11.


Solution: 

1) Exit Eclipse. Download Java JDK version 11, install and re-run Eclipse. 

2) Change Eclipse settings (Window -> Preferences -> Java -> Installed JRE's tab).


Note:

1) You may need to remove other JRE versions if they exist in Eclipse settings.

2) You may also encounter a warning message as follows:



3) Click on Compiler page link to reconfigure the compiler compliance level.
 









Friday, April 1, 2022

How to fix -Djava.endorsed.dirs not supported, that emerged after installing WTP in Eclipse?

 .

To fix this bug, you need to install/update the Eclipse Web Tools Platform (WTP) to version 3.9.4 or later.


Select "Help > Install new Software..."

Select or add following URL: http://download.eclipse.org/webtools/repository/oxygen

Check Web Tools Platform (WTP) 3.9.4

Select "Next" and follow instructions

(Bug was reported to Eclipse here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=533162)


.

How to Fix “Could Not Create the Java Virtual Machine” Error

 .

Right-click the executable file.

Go to compatibility tab.

Tick "run as administrator".



How To: Install Eclipse 2022

 


0) Pre-installation

It is recommended that you install Java SDK first. 

https://www.oracle.com/java/technologies/downloads/ 

Even though Eclipse may run with built-in JRE, some tools such as Java EE requires Java SDK. So, better get the Java SDK ready.


1) Search for Eclipse 2022 download link.


2) Download Eclipse IDE 2022-03.


3) Run installer.


4) Select IDE type.


5) Click Install.



6) Portable Version

Alternatively, you may want to try the portable version,

https://portableapps.com/node/55342


7) Optional: Install Web Tool Platform (WTP)

Go to menu Help/Install New Software

In the link input field, enter http://download.eclipse.org/webtools/updates .


source: https://devstory.net/10281/installer-web-tools-platform-pour-eclipse