Comment 3 for bug 1273601

Revision history for this message
Adrian Wilkins (adrian-wilkins) wrote :

Have a similar problem with this on 12.04 server :

Have a tomcat app failing to start because of

    java.io.FileNotFoundException: /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/pulse-java.jar

The first surprise is why a server install needs the pulseaudio library... but that aside, the same base cause, there's no java-7-openjdk-common folder, just the java-7-openjdk-amd64 folder (which does contain the relevant libraries).

My desktop system doesn't have the java7-openjdk-common folder either.

Is this a packaging problem or a classpath problem?