<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>java on Merikan Blog</title>
    <link>https://merikan.com/tags/java/</link>
    <description>Recent content in java on Merikan Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 22 Feb 2021 14:08:52 +0100</lastBuildDate><atom:link href="https://merikan.com/tags/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Unable to build my project with Intellij</title>
      <link>https://merikan.com/2021/02/unable-to-build-my-project-with-intellij/</link>
      <pubDate>Mon, 22 Feb 2021 14:08:52 +0100</pubDate>
      
      <guid>https://merikan.com/2021/02/unable-to-build-my-project-with-intellij/</guid>
      <description>Update 2021-05-12 - Updated Intellij to latest version 2021.1.1 and it looks like this problem is solved. I also had problems using log in static block and it&amp;rsquo;s also fixed.
Today I had some serious problems with my Intellij installation. It all started after updating to the current latest patch 2020.3.2 and I could no longer build my project inside Intellij. I had no problem building it from the command line with maven but in the ide, it refused to build.</description>
    </item>
    
    <item>
      <title>Speed up your Testcontainers tests</title>
      <link>https://merikan.com/2020/10/speed-up-your-testcontainers-tests/</link>
      <pubDate>Fri, 09 Oct 2020 18:47:53 +0200</pubDate>
      
      <guid>https://merikan.com/2020/10/speed-up-your-testcontainers-tests/</guid>
      <description>This is the second part of a two part series about Testcontainers. In this part I will among other things show you some tricks to get your Testcontainers start much faster.
Intro In the previous blog post, Getting Started with Testcontainers, I described what the Testcontainers framework is and how to get started using it in your project. After using Testcontainers for a long time I learned that there are things that need to be adjusted to make it even better and faster.</description>
    </item>
    
    <item>
      <title>Getting started with Testcontainers</title>
      <link>https://merikan.com/2020/10/getting-started-with-testcontainers/</link>
      <pubDate>Fri, 09 Oct 2020 18:46:18 +0200</pubDate>
      
      <guid>https://merikan.com/2020/10/getting-started-with-testcontainers/</guid>
      <description>This is the first part of a two-part series about Testcontainers. In this first part I will explain what it is, what problems it tries to solve, how it works and finally how you can use it in your own projects. In the second part we will see if we can reduce startup time for our Testcontainers.
Introduction Earlier this spring I held a skills meeting for my colleagues that was about JUnit 5 and Testcontainers.</description>
    </item>
    
    <item>
      <title>JVM in a Container</title>
      <link>https://merikan.com/2019/04/jvm-in-a-container/</link>
      <pubDate>Wed, 03 Apr 2019 16:45:26 +0200</pubDate>
      
      <guid>https://merikan.com/2019/04/jvm-in-a-container/</guid>
      <description>👉 Important Update 2022-07-08 A reader informed me that the reported memory size was incorrect. I know that the numbers were correct when I wrote the blog post so I had to check this out and see why it differs. It turned out that cgroup v2 was enabled in Docker engine 20.10 (also Docker Desktop for Mac v4.2.0). This means that docker no longer uses cgroups v1 and has switched to using cgroups v2, like all modern Linux distributions.</description>
    </item>
    
    <item>
      <title>“Eclipse” is damaged and can’t be opened</title>
      <link>https://merikan.com/2013/08/eclipse-is-damaged-and-cant-be-opened/</link>
      <pubDate>Sat, 10 Aug 2013 16:41:07 +0000</pubDate>
      
      <guid>https://merikan.com/2013/08/eclipse-is-damaged-and-cant-be-opened/</guid>
      <description>Yesterday I downloaded the latest Eclipse named Kepler to my Mac. I unzipped the package as usual and tried to launch it by clicking on the Eclipse file. I received the following error message:
  Open up a shell
  Cd yourself into the eclipse directory.
  Check the attributes of the directory Eclipse.app/ $ xattr Eclipse.app/ com.apple.quarantine   Remove the ‘com.apple.quarantine’ attribute. $ xattr -d com.</description>
    </item>
    
    <item>
      <title>Installera Java utvecklingsmiljö i Ubuntu, del 2</title>
      <link>https://merikan.com/2009/05/installera-java-utvecklingsmilj%C3%B6-i-ubuntu-del-2/</link>
      <pubDate>Tue, 05 May 2009 20:41:23 +0000</pubDate>
      
      <guid>https://merikan.com/2009/05/installera-java-utvecklingsmilj%C3%B6-i-ubuntu-del-2/</guid>
      <description>Då var det dags för nästa del av min installation av utvecklingsmiljön i Ubuntu 9.04. Subversion och Java JDK är avklarat.
 Subversion Java JDK Eclipse Maven Ant Groovy och Grails Firefox Plugins och några fler…  Eclipse **Installera Eclipse 3.4 Ganymede
**
  Gå till Eclipse nedladdningssida och ladda ner det paket du vill använda.
  Packa upp paketet $ tar zxvf downloads/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz   Byt namn och flytta det till /opt (skapa opt om den inte finns) $ sudo mkdir /opt $ mv eclipse eclipse-3.</description>
    </item>
    
    <item>
      <title>Installera Java utvecklingsmiljö i Ubuntu</title>
      <link>https://merikan.com/2009/05/installera-java-utvecklingsmilj%C3%B6-i-ubuntu/</link>
      <pubDate>Tue, 05 May 2009 15:37:31 +0000</pubDate>
      
      <guid>https://merikan.com/2009/05/installera-java-utvecklingsmilj%C3%B6-i-ubuntu/</guid>
      <description>Dags att sätta upp utvecklingsmiljön i min nyinstallerade Ubuntu 9.04. Jag kommer att installera följande programvaror:
 Subversion Java JDK Eclipse Maven Ant Groovy och Grails Firefox Plugins och några fler… 😉  Subversion Installera SVN CLI  Öppna ett terminalfönster (shell) och kör följande kommando: $ sudo apt-get install subversion Kontrollera att allt gick bra.
$ svn --version svn, version 1.5.4 (r33841) compiled Feb 23 2009, 20:42:53 Copyright (C) 2000-2008 CollabNet.</description>
    </item>
    
    <item>
      <title>Installing Dbvisualizer on Ubuntu</title>
      <link>https://merikan.com/2007/11/installing-dbvisualizer-on-ubuntu/</link>
      <pubDate>Wed, 14 Nov 2007 20:58:42 +0000</pubDate>
      
      <guid>https://merikan.com/2007/11/installing-dbvisualizer-on-ubuntu/</guid>
      <description>Since I changed from Windos to Linux Ubuntu I don’t have all of my dev tools installed. One of those tools is the great universal database tool called DbVis from Minq. Minq doesn’t deliver DbVis as synapt package so I had to find a alternative and since I’m not a Linux blackbelt I had to do some googling. I found this blog and this and this that gave me a hint of what to do.</description>
    </item>
    
  </channel>
</rss>
