Saturday

OMNeT++ IDE can't be opened solution

When you click to open OMNeT++ IDE, you get a pop-up error message stated that, "Failed to create the Java Virtual Machine".

A simple solution will be by restarting your PC.

There might be other solution. If you know, post your comment here.

No comments:

Measure execution time with Julia, example using sorting algorithms

# random integers between 1 and 100 inclusive, generate thousands of them x = rand ( 1 : 100 , 100000 ) @time sort (x; alg=InsertionSort, r...