Fix - Pycharm Failed to create JVM

- How to Run your Pycharm IDE under 64bit JVM..? What is the real issue..? First you should to know all jetbrains IDE's are written in Java. The issue because of your pycharm needs more memory to process your projects and files at the backend...

comments

Installing Oracle JDK / JRE in CentOS Ubuntu

In earlier days (while SUN), Installing JRE / JDK in a VM is very easy process just like extracting a file and use it. Now wget-ing the source file itself a bit long process. After that you have use few commands to set this newly installed Java...

comments

Red5 with Spring MVC

Access Red5 context in spring MVC DispatcherServlet Before we start, some prerequisites for reader. How Spring MVC works. tutorial Basic knowledge about red5. Then only you can understand clearly 😄 . If you don't have, no worries. Having...

comments