Skip to content

Tag: eclipse

How to install Python packages under Linux environment?

Recently I am using the virtual machine to do the Python coding. The system is under Linux, which means I have to use Command Lines to install the Python packages. I am familiar with Anaconda to do Python coding at school. But in the real working environment, to save money, I have to use Linux. Now I have a p…

Eclipse: The SWT browser widget could not be created

I have installed eclipse (4.10) on my Linux Machine (KDE Neon 5.15) and everything works quite well except for the JavaDoc. Whenever I view the JavaDoc-hover, I get a plain text representation and at the bottom it says Further investigation led me to create a minimal SWT-example using the SWT Browser widget: …

How to debug .bsh file from eclipse or otherwise

I have a .jmx within which there is a .bsh being invoked and it is failing there with the below error: I need to troubleshoot and figure out the root cause. Any pointers in this regard would be great. I have this .jmx being invoked from within Java application but I get the same error during execution both fr…

Make eclipse console buttons permanent?

I just migrated from a Windows machine to a Linux machine and I use Eclipse. In eclipse, on the windows machine, I used to have multiple buttons in the top right of the console view for starting, stopping, etc. In the Linux version of Eclipse I only have these buttons when I hover over maximize in the console…

Can’t connect to SVN from Subclipse in Linux

I’m trying connect to a SVN repository from Sublipse. I have followed this steps: Open SVN Repository Exploring perspective Select New > Repository Location… Enter repository url. Enter SVN access credentials The message Operation in progress… appears indefinitely The only thing that coul…

./gradlew run BUILD FAILED

I have my build.gradle file set up and my project is working good so far. The problem now is when i run ./gradlew run, it fails with the error : What went wrong: Execution failed for task ‘:run’. Process ‘command ‘/usr/lib/jvm/java-7-openjdk-amd64/bin/java” finished with non-zero…