How to setup Erlang on windows environment

people

Dev

. min read

Few lines about Erlang:

This language were original found by Ericsson in 1986 and was available as an open source language in 1998. This was basically created for telecommunication, its major popularity grown in concurrency and distributed systems. It is now being used in some great projects like Facebook chat system etc. These days its popularity is growing may be that is the reason, you are looking for setting up Erlang.


Installing erlang:

In this blog we will discuss about how to setup and create/run sample erlang program.

Download Erlang:

Please download erlang from below mentioned urls and try to get the latest stable release, As we are going to discuss windows version so please download only the binary version from the below mentioned site.

http://www.erlang.org/download.html

When this tutorial was being written the below was the latest binary version for erlang

R16B01 Windows Binary File (90.2 MB)

Install it now:

Once you have done with downloading just double click on installer named otp_win32_R16B01.exe. Screen something like given below will appear.

Now proceed using the next button and proceed further.

Launching erlnag:

Now you have done with installation of erlnag congratulations. Lets launch the console for erlang. Double click on erlang shortcut icon then below mentioned screen will appear.

Are you able to see it? If yes then you are on the right path.

Check everything is fine:

We will try to execute few commands of erlang on this console. Let’s print famous word “Hello World”

This will show same output as given above. Actually every erlang statement ends with ‘.’ symbol. Congratulation your erlang setup is working now. If you want to configure erlang using eclipse then please read my blog ( how to setup erlang in eclipse ). Thanks for reading the blog, hope it has resolved your query related to windows installation.

More Stories from

Dev
Dev.2 min read

Window Server 2025 Contabo VPS Install Guide

Window server in contabo is very costly but you can deploy your license key with custom image.

Dev
Dev.1 min read

Setting up SSH keys to a Ubuntu Server with Mac

Generating SSH keys on a Mac for use with an Ubuntu server is a straightforward process. Here’s a step-by-step guide: Generate the SSH Key Pair

.
Dev
Dev.1 min read

Git/Github Clone Private Repository on Ubuntu Server 24.04

GitHub is a free platform that provides repository hosting and We will guide you to install Git on Ubuntu 24.04, adding and cloning a repository from GitHub to your Ubuntu VPS server.

.
Dev
Dev.1 min read

RAID 1 setup on Hetzner Dedicated Server - Rescue Ubuntu Install EasyPanel

Installing Ubuntu on Hetzner Server in Rescue Mode with RAID1 for Enhanced Storage Capacity. resizing MD2 and MD3, utilising full NVME in EasyPanel

.
Lets Try
Lets Try.1 min read

Deploy Tailscale in Portainer docker container Raspberry pi

A comprehensive guide on deploying Tailscale through Portainer in Raspberry pi. lets integrate Tailscale into your existing Docker setup.

Built on Koows