CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

How to enable IIS on Windows?

Internet Information Services (IIS) is a Microsoft Web Server application that allows running Web Application on Windows Operating System. The following steps explain how to enable IIS on Windows. This article applies to: Microsoft Windows 7 Step (1). Open Programs and Features window. See the post “How to open Programs and Features (OR) Add Remove Programs […]

Use of CLASSPATH environment variable in Java!

CLASSPATH is the environment variable where Java compilers look for class files. Both javac & java programs will look into CLASSPATH environment variable to search for class files. For example, if your class files are located under c:\workspace folder, you need to add this folder path to CLASSPATH environment variable in-order to avoid using -cp […]

Scroll to top