development environment – POFTUT

Java JDK vs JRE What Are Differences and Similarities?

Java the popular one of the most loved programming language. Java language supported mainly by JRE and JDK components. These components or frameworks provides different functionalities to the Java programming language. JRE or Java Runtime Environment Java applications basically needs JRE to be installed. As its named suggests it is designed to be run Java … Read more

How To Setup C Development Environment

[rps-include post=6557] We will start with setting up our working environment. To develop C applications we need some compiler . Compiler is a tool that converts our code into executable format for the specified platform. We call specified platform because Windows is different from Mac-OS or Linux. Executable application can be run on operating systems. Pure … Read more

How To Setup Javascript Development Environment with Firefox?

Working environment is important while programming. We can use IDE’s like Eclipse, Visual Studio etc. or simple notepad or Browsers integrated text editors. Scratchpad In this tutorial we will use Firefox Scratchpad for simplicity. Scratchpad can be accessed from Menu->Developer->Scratchpad As we see Scratchpad provides saving code, running code, inspecting code and debug. For the … Read more