Creating a program as a simple java test

Asked By 0 points N/A Posted on -
qa-featured

Every time java development applications have been installed in a computer; the applications do not work immediately but rather should be configured. Write a java program to act as a simple java test that should be run every time these applications have installed to test if they are running or not.

SHARE
Answered By 0 points N/A #193477

Creating a program as a simple java test

qa-featured

Hello Austin,

You have got a very good point as configuring a Java development application every time after installation is a hectic task. But, it's almost impossible to create such a program that will automatically configure these applications every time an installation is performed. You see, the reason is that, the basic requirement to run such a Java code is the presence of properly configured Java execution environment. But, what you are trying to do is run a Java code before the Java development application is properly configured which is next to impossible.

Related Questions