Well i just tried removing all traces of java with
sudo apt-get purge java*
seems like it did something and i then installed
java version "1.7.0_05"
Java SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot Client VM (build 23.1-b03, mixed mode)
using
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-jdk7-installer
but i still get the same errors. Could this be a problem with the operating system?