OpenJDK 8?

I was wondering how long it would take for OpenJDK 8 to at least enter the testing repo? It's released as of March 18, and I'm really looking forward to be able to put into the AUR some new packages that rely on JavaFX, as well as dabble in it myself.

karol wrote:Have you read the last point: https://bbs.archlinux.org/viewtopic.php?id=130138 ?
I was literally just about to post that. I got Karol'd.
All the best,
-HG

Similar Messages

  • Problem with openJDK and Sun Download Manager

    Hi.
    I try run SDM in Fedora 9 and Ubuntu 8.10 with openJDK-6-JRE but i can´t, when run sdm.sh it´s show "Using Java Look & feel" in console but no window is show.
    Can anybody help me?
    Thanks

    Yes and works well. But I'd like to know why it does not work with openJDK. In addition Fedora only has packages for opeJDK so I was more comfortable using openJDK.
    The complete output of the console is:
    [angel@m30 sdm]$ ./sdm.sh
    Sun (TM) Download Manager
    Copyright (c) 2001-2004 by Sun Microsystems, Inc.
    All rights reserved.
    Starting Java interpreter...
    java version "1.6.0"
    OpenJDK  Runtime Environment (build 1.6.0-b09)
    OpenJDK Client VM (build 1.6.0-b09, mixed mode)
    Using Java look & feel
    Configuration file created.Shows the license agreement window but after that I accepts the license is not showing any window.
    After type "Ctrl + C":
    ERROR: Java interpreter reported a problem. Please, check the
    ERROR: output log.Thanks.
    Edited by: elPilli on Nov 9, 2008 10:59 AM

  • Java/OpenJDK problem with OSS/osspd/ALSA/pulseaudio [SOLVED]

    I've got problems with sound output of java programs, which usually try to hog /dev/dsp, using pulseaudio and openjdk 7.
    Some rare java apps' sound methods surprisingly do work. Others (which the majority of java programs seem to use) do not. In Sun Java I could make those work by using 'padsp', however this method apparently fails on Archlinux with both latest Oracle Java (formerly worked on Ubuntu w/ Sun Java 6) and with OpenJDK too.
    So I tried 'osspd' (package is called 'ossp') and it shows the root process "/usr/sbin/osspd --dsp-slave=/usr/sbin/ossp-padsp" been started, but the java applications will still not provide sound which I find pretty odd. I tried adding 'soundcore.preclaim_oss=0' to the 'kernel..' line in my grub's menu.lst, but that didn't help either.
    Last edited by Jindur (2012-05-20 02:59:20)

    It's been quite a while, but I finally found a solution (read: big ugly hack).
    Someone literally created a biguglyhack and posted it here:
    http://lifein19x19.com/forum/viewtopic. … 243#p98243
    (downloadable file there: javadummymixer_biguglyhack.zip [12.97 KiB] -> rename it from .zip to .jar and move it into your java's lib/ext folder -> profit!)
    I applied it to OpenJDK 6 (should be same for 7 though) and all my java sound works flawlessly now, with pulseaudio, without any need for padsp stuff or osspd or whatever.
    My sound.properties file reads:
    javax.sound.sampled.Clip=com.sun.media.sound.DirectAudioDeviceProvider
    javax.sound.sampled.Port=com.sun.media.sound.PortMixerProvider
    javax.sound.sampled.SourceDataLine=com.sun.media.sound.DirectAudioDeviceProvider
    javax.sound.sampled.TargetDataLine=com.sun.media.sound.DirectAudioDeviceProvider
    but actually I'm not sure whether that even matters at all.
    (Side note: The linked thread also mentions a "-D.sun.." command-line parameter that supposedly forces java to avoid disfunctional audio methods. The above biguglyhack however worked for me without any need of applying that command-line parameter.)
    Last edited by Jindur (2012-05-20 02:58:05)

  • Install JRE and OpenJDK Side-by-Side [Unecessary - So Solved]

    As far as I know this is impossible, but if there is a way to install JRE and OpenJDK side-by-side, that would be great.
    The reason I would like this is that there is a specific webserver I access that simply will not work with OpenJDK. It's a known issue that may or may not be fixed any time soon. On the other hand, I would like to install freeCAD, but this depends on OpenJDK and not JRE.
    So as of right now, there is no way for me to have freeCAD installed and access this webserver. Now if JRE and OpenJDK were installed side by side, then this wouldn't be a problem. The other option, is letting users install freeCAD with and OpenJDK or JRE dependency, whichever best suits them.
    Is anybody else in a similar boat as this?
    Last edited by fini_fly (2009-12-17 16:56:07)

    tdy wrote:
    fini_fly wrote:I would like to install freeCAD, but this depends on OpenJDK and not JRE.
    Where do you see this requirement?  I don't see anything that specifically depends on openjdk6.  The only java deps I see are in opencascade.  It depends on java-runtime and makedepends on java-environment, which can be satisfied by jre + jdk.
    When I went to install, it was forcing me to install OpenJDK and uninstall JRE.

  • [SOLVED] Dependency problems Sun JDK, OpenJDK and Soprano

    Hi there,
    as I need the Sun JDK for programming, I wanted to replace OpenJDK with SunJDK. Here's what's happening:
    schorsch@archie:~$ sudo pacman -S jdk
    resolving dependencies...
    looking for inter-conflicts...
    :: jdk conflicts with openjdk6. Remove openjdk6? [Y/n] Y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: jdk: requires jre
    :: soprano: requires openjdk6
    schorsch@archie:~$
    What's the proper way to do this? Should I avoid having more than one java version installed on my machine? I guess so...
    I'm doing quite a bit of java development and sometimes really need the latest Sun Java.
    TIA,
    Blackhole
    Last edited by blackhole (2009-02-18 18:56:53)

    Okay guys, I did a "pacman -Rd openjdk6 && pacman -S jdk" which worked fine:
    schorsch@archie:~$ java -version
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
    schorsch@archie:~$
    However when I use Konqueror and go to http://www.java.com/en/download/help/testvm.xml in order to test my java version, it doesn't work.
    More precisely the applet is not displayed at all. When I go to the Konqueror settings and to "Java & JavaScript", tick the checkbox "Use KIO" and refresh the page. I at least get a big gray square where the applet should be.
    Do I have to install any additional java plugin? Is anybody out there using Konqueror with the Sun Jre?
    //Edit: I've come across this: http://www.konqueror.org/javahowto/ but I was wondering whether this is already included in some Arch package. I don't wanna fiddle manually if there's a proper Arch way to do things.
    TIA,
    Blackhole
    Last edited by blackhole (2009-02-18 13:58:17)

  • VM Manager's Launch Console not working with OpenJDK and IcedTea

    Fedora 15
    java-1.6.0-openjdk-1.6.0.0-59.1.10.3.fc15.x86_64
    icedtea-web-1.0.4-1.fc15.x86_64
    ICEDTEA-WEB NOTES
    Invalid XML
    An error like
    netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1203)
    indicates that the JNLP file is not valid XML. The error happens because netx uses an XML parser to parse the JNLP file. Other JNLP client implementations may use more lenient parsers and may or may not work with the given JNLP file. Errors caused by malformed JNLP files can often lead to subtle bugs, so it is probably best to fix the JNLP file itself. A tool like xmlproc_parse might be able to pinpoint the error.
    XMLPROC_PARSE OUTPUT
    $ xmlproc_parse ovm_rasproxy-ws.jnlp
    xmlproc version 0.70
    Parsing 'ovm_rasproxy-ws.jnlp'
    E:ovm_rasproxy-ws.jnlp:3:89: Undeclared entity 'machineName'
    E:ovm_rasproxy-ws.jnlp:3:89: ';' expected
    Parse complete, 2 error(s) and 0 warning(s)
    JAVAWS OUTPUT
    $ javaws ovm_rasproxy-ws.jnlp
    netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1243)
    JAVAWS -VERBOSE OUTPUT
    $ javaws -verbose ovm_rasproxy-ws.jnlp
    No User level deployment.properties found.
    Starting security dialog thread
    JNLP file location: ovm_rasproxy-ws.jnlp
    Status: CONNECTED DOWNLOADED STARTED +(CONNECTED DOWNLOADED STARTED) @ ./ovm_rasproxy-ws.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    line: 2 <jnlp spec="1.0+" codebase="http://192.168.4.21:7001/ovm/rasproxy/"
    line: 3 href="ovm_rasproxy-ws.jnlp?vmachineId=0004fb0000060000046ffdb8a331ce21&machineName=mytestmachine">
    line: 4 <information>
    line: 5 <title>Oracle VM Remote Access Service</title>
    line: 6 <vendor>Oracle</vendor>
    line: 7 <homepage>http://support.oracle.com/</homepage>
    line: 8 </information>
    line: 9 <resources>
    line: 10
    line: 11 <j2se version="1.5+"
    line: 12 href="http://java.sun.com/products/autodl/j2se" />
    line: 13 <jar href="ovm_rasproxy-signed.jar" main="true" />
    line: 14 <jar href="OvmCoreApi.jar" />
    line: 15 <jar href="MgmtUtil.jar" />
    line: 16 <jar href="Odof.jar" />
    line: 17 <jar href="commons-logging-1.1.1.jar" />
    line: 18 </resources>
    line: 19
    line: 20
    line: 21 <application-desc main-class="com.oracle.ovm.ras.proxy.RasProxyApplet">
    line: 22 <argument>-server</argument>
    line: 23 <argument>192.168.4.21</argument>
    line: 24 <argument>-service</argument>
    line: 25 <argument>003600010004fb0000060000046ffdb8a331ce21</argument>
    line: 26
    line: 27 </application-desc>
    line: 28 <security>
    line: 29      <all-permissions/>
    line: 30 </security>
    line: 31 <update check="background"/>
    line: 32 </jnlp>               net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
         at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1243)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
         at net.sourceforge.jnlp.runtime.Boot.getFile(Boot.java:267)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:196)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 32: Unexpected end of data reached
         at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
         at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
         at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
         at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
         at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
         at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1239)
         ... 8 more
    Caused by:
    net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 32: Unexpected end of data reached
         at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
         at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
         at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
         at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
         at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
         at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1239)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
         at net.sourceforge.jnlp.runtime.Boot.getFile(Boot.java:267)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:196)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1243)

    Both realvnc 4.1.3 and tigervnc 1.1.0.1 work on the Linux side.
    I was able to get the console to work by wiping the contents of the directory I created at the beginning of this exercise and then copying in a fresh OVM 3.0.2 created ovm_rasproxy-ws.jnlp file.
    [gordon@ufo Downloads]$ rm /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/*
    [gordon@ufo Downloads]$ javaws ovm_rasproxy-ws.jnlp
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
         at java.io.DataInputStream.readUTF(DataInputStream.java:589)
         at java.io.DataInputStream.readUTF(DataInputStream.java:564)
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:744)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
         at java.security.KeyStore.load(KeyStore.java:1201)
         at net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:358)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:124)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:103)
         at net.sourceforge.jnlp.security.KeyStores.getCertKeyStores(KeyStores.java:157)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.<init>(VariableX509TrustManager.java:91)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.getInstance(VariableX509TrustManager.java:395)
         at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:210)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:182)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    netx: Unexpected java.io.IOException: /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/ovm_rasproxy-ws.jnlp (No such file or directory) at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:255)
    [gordon@ufo Downloads]$ cp ovm_rasproxy-ws.jnlp /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/
    [gordon@ufo Downloads]$ javaws ovm_rasproxy-ws.jnlp
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
         at java.io.DataInputStream.readUTF(DataInputStream.java:589)
         at java.io.DataInputStream.readUTF(DataInputStream.java:564)
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:744)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
         at java.security.KeyStore.load(KeyStore.java:1201)
         at net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:358)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:124)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:103)
         at net.sourceforge.jnlp.security.KeyStores.getCertKeyStores(KeyStores.java:157)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.<init>(VariableX509TrustManager.java:91)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.getInstance(VariableX509TrustManager.java:395)
         at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:210)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:182)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
         at java.io.DataInputStream.readUTF(DataInputStream.java:589)
         at java.io.DataInputStream.readUTF(DataInputStream.java:564)
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:744)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
         at java.security.KeyStore.load(KeyStore.java:1201)
         at net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:358)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:124)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:103)
         at net.sourceforge.jnlp.security.KeyStores.getCertKeyStores(KeyStores.java:157)
         at net.sourceforge.jnlp.tools.JarSigner.checkTrustedCerts(JarSigner.java:414)
         at net.sourceforge.jnlp.tools.JarSigner.verifyJars(JarSigner.java:269)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.verifyJars(JNLPClassLoader.java:946)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:422)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:169)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:283)
         at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:650)
         at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:436)
         at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:830)
    Oct 4, 2011 4:13:41 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.4.16
    Oct 4, 2011 4:13:41 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000281734f86e6aab47
    Oct 4, 2011 4:13:42 PM com.oracle.ovm.ras.proxy.external.VncViewerLauncherFactory getVncViewerLauncher
    INFO: Os is : linux
    Oct 4, 2011 4:13:53 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    The console starts and all is well with the world.
    This is obviously not how one would want to start a console by downloading the .jnlp file and running it on the command line so I am now going to remove the /home/gordon/.icedtea/cache/http/* and see what happens.
    First, let me say that nothing happened. It did not work. I did confirm that it creates the directory structure again /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/ but there is only one file in the directory.
    [gordon@ufo rasproxy]$ cat ovm_rasproxy-ws.jnlp.info
    #automatically generated - do not edit
    #Tue Oct 04 16:43:29 EDT 2011
    last-modified=0
    last-updated=1317761009801
    content-length=883
    If I save that ovm_rasproxy-ws.jnlp file instead of opening it and copy it to the /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/ directory the console will now start successfully with one minor drawback - it will only launch that one VM based on the .jnlp file that I downloaded.
    Help?

  • [Solved] Update of one of the packages requires java-runtime-openjdk

    Hi.
    I wanted to perform a system update today but what I encountered is that one of the packages wants specifically a java-runtime-openjdk instead of java-runtime.
    I wonder what package and why. I don't want to install openjdk since I use an Oracle JDK.
    How do I find out what package wants openjdk?
    The list of outdated packages is a bit long.
    pacman -Qu
    adwaita-icon-theme 3.16.0-1 -> 3.16.0-2
    akonadi 1.13.0-3 -> 1.13.0-4
    apr 1.5.1-1 -> 1.5.2-1
    attica-qt5 5.9.0-1 -> 5.10.0-1
    boost-libs 1.57.0-4 -> 1.58.0-1
    cracklib 2.9.1-1 -> 2.9.4-1
    dhcpcd 6.8.1-1 -> 6.8.2-1
    dnssec-anchors 20140629-1 -> 20150403-1
    fontforge 20150330-1 -> 20150430-1
    gawk 4.1.1-1 -> 4.1.2-1
    gegl 0.2.0-14 -> 0.2.0-15
    gimp 2.8.14-1 -> 2.8.14-2
    git 2.3.6-1 -> 2.4.0-1
    gnupg 2.1.3-2 -> 2.1.3-3
    gnutls 3.4.0-1 -> 3.4.1-1
    gpgme 1.5.3-1 -> 1.5.4-1
    gtk-update-icon-cache 2.24.27-1 -> 2.24.27-2
    gtk2 2.24.27-1 -> 2.24.27-2
    icedtea-web 1.5.2-1 -> 1.6-1
    ilmbase 2.1.0-1 -> 2.2.0-1
    imagemagick 6.9.1.0-1 -> 6.9.1.0-2
    kactivities-frameworks 5.9.0-1 -> 5.10.0-1
    karchive 5.9.0-1 -> 5.10.0-1
    kauth 5.9.0-1 -> 5.10.0-1
    kbookmarks 5.9.0-1 -> 5.10.0-1
    kbproto 1.0.6-2 -> 1.0.7-1
    kcmutils 5.9.0-2 -> 5.10.0-1
    kcodecs 5.9.0-1 -> 5.10.0-1
    kcompletion 5.9.0-1 -> 5.10.0-1
    kconfig 5.9.0-1 -> 5.10.0-1
    kconfigwidgets 5.9.0-1 -> 5.10.0-1
    kcoreaddons 5.9.0-1 -> 5.10.0-1
    kcrash 5.9.0-1 -> 5.10.0-1
    kdbusaddons 5.9.0-1 -> 5.10.0-1
    kde-gtk-config 2.2.1-2 -> 5.3.0-3
    kdebase-dolphin 15.04.0-2 -> 15.04.0-3
    kdebase-kdepasswd 15.04.0-2 -> 15.04.0-3
    kdebase-kdialog 15.04.0-2 -> 15.04.0-3
    kdebase-keditbookmarks 15.04.0-2 -> 15.04.0-3
    kdebase-kfind 15.04.0-2 -> 15.04.0-3
    kdebase-konq-plugins 15.04.0-2 -> 15.04.0-3
    kdebase-konqueror 15.04.0-2 -> 15.04.0-3
    kdebase-lib 15.04.0-2 -> 15.04.0-3
    kdebase-plasma 15.04.0-2 -> 15.04.0-3
    kdeclarative 5.9.0-1 -> 5.10.0-1
    kded 5.9.0-1 -> 5.10.0-1
    kdelibs 4.14.7-1 -> 4.14.7-3
    kdelibs4support 5.9.0-1 -> 5.10.0-1
    kdesignerplugin 5.9.0-1 -> 5.10.0-1
    kdewebkit 5.9.0-1 -> 5.10.0-1
    kemoticons 5.9.0-1 -> 5.10.0-1
    kglobalaccel 5.9.0-1 -> 5.10.0-1
    kguiaddons 5.9.0-1 -> 5.10.0-1
    ki18n 5.9.0-1 -> 5.10.0-1
    kiconthemes 5.9.0-1 -> 5.10.0-1
    kidletime 5.9.0-1 -> 5.10.0-1
    kimageformats 5.9.0-1 -> 5.10.0-2
    kinit 5.9.0-1 -> 5.10.0-1
    kio 5.9.0-1 -> 5.10.0-1
    kitemmodels 5.9.0-1 -> 5.10.0-1
    kitemviews 5.9.0-1 -> 5.10.0-1
    kjobwidgets 5.9.0-1 -> 5.10.0-1
    knewstuff 5.9.0-1 -> 5.10.0-1
    knotifications 5.9.0-1 -> 5.10.0-1
    knotifyconfig 5.9.0-1 -> 5.10.0-1
    kpackage 5.9.0-1 -> 5.10.0-1
    kparts 5.9.0-1 -> 5.10.0-1
    kplotting 5.9.0-1 -> 5.10.0-1
    kpty 5.9.0-1 -> 5.10.0-1
    kservice 5.9.0-1 -> 5.10.0-1
    ktexteditor 5.9.0-1 -> 5.10.0-1
    ktextwidgets 5.9.0-1 -> 5.10.0-1
    kunitconversion 5.9.0-1 -> 5.10.0-1
    kwallet 5.9.0-1 -> 5.10.0-1
    kwidgetsaddons 5.9.0-1 -> 5.10.0-1
    kwindowsystem 5.9.0-1 -> 5.10.0-1
    kxmlgui 5.9.0-1 -> 5.10.0-1
    lib32-gnutls 3.3.13-1 -> 3.4.0-2
    lib32-libcups 2.0.2-1 -> 2.0.2-2
    lib32-libdrm 2.4.60-1 -> 2.4.61-1
    lib32-libpciaccess 0.13.3-1 -> 0.13.4-1
    lib32-libvorbis 1.3.4-1 -> 1.3.5-1
    lib32-mesa 10.5.4-1 -> 10.5.5-1
    lib32-mesa-libgl 10.5.4-1 -> 10.5.5-1
    lib32-nettle 2.7.1-1 -> 3.1.1-1
    libass 0.12.1-1 -> 0.12.2-1
    libassuan 2.1.3-1 -> 2.2.0-1
    libbluray 0.7.0-1 -> 0.8.0-1
    libdrm 2.4.60-2 -> 2.4.61-1
    libedit 20141030_3.1-1 -> 20150325_3.1-1
    libevdev 1.4.1-1 -> 1.4.2-1
    libfontenc 1.1.2-1 -> 1.1.3-1
    libgpg-error 1.18-1 -> 1.19-1
    libkolabxml 1.1.0-1 -> 1.1.0-2
    libksba 1.3.2-1 -> 1.3.3-1
    libmariadbclient 10.0.17-2 -> 10.0.18-2
    libmm-glib 1.4.6-1 -> 1.4.8-1
    libnm-glib 1.0.0-2 -> 1.0.2-3
    libpciaccess 0.13.3-1 -> 0.13.4-1
    librsvg 1:2.40.9-1 -> 1:2.40.9-2
    libsecret 0.18-1 -> 0.18.2-1
    libsodium 1.0.2-1 -> 1.0.3-1
    libssh 0.6.4-1 -> 0.6.5-1
    libtasn1 4.4-1 -> 4.5-1
    libtirpc 0.2.5-1 -> 0.3.0-1
    libuv 1.4.2-1 -> 1.5.0-1
    libwbclient 4.2.0-2 -> 4.2.1-1
    libxaw 1.0.12-1 -> 1.0.13-1
    libxkbfile 1.0.8-2 -> 1.0.9-1
    libxrender 0.9.8-1 -> 0.9.9-1
    libxt 1.1.4-1 -> 1.1.5-1
    linux 3.19.3-3 -> 4.0.1-1
    linux-firmware 20150206.17657c3-1 -> 20150410.ec89525-1
    lv2 1.10.0-1 -> 1.12.0-1
    man-pages 3.83-1 -> 4.00-1
    mariadb 10.0.17-2 -> 10.0.18-2
    mariadb-clients 10.0.17-2 -> 10.0.18-2
    mercurial 3.3.3-1 -> 3.4-1
    mesa 10.5.4-1 -> 10.5.5-1
    mesa-libgl 10.5.4-1 -> 10.5.5-1
    nettle 3.1-1 -> 3.1.1-1
    nodejs 0.12.2-3 -> 0.12.2-4
    npth 1.1-1 -> 1.2-1
    openexr 2.1.0-1 -> 2.2.0-2
    pciutils 3.3.0-1 -> 3.3.1-1
    pcre 8.36-2 -> 8.37-1
    pinentry 0.9.0-1 -> 0.9.1-1
    qt4 4.8.6-5 -> 4.8.6-6
    qt5-base 5.4.1-3 -> 5.4.1-6
    qt5-declarative 5.4.1-3 -> 5.4.1-6
    qt5-imageformats 5.4.1-3 -> 5.4.1-6
    qt5-location 5.4.1-3 -> 5.4.1-6
    qt5-script 5.4.1-3 -> 5.4.1-6
    qt5-sensors 5.4.1-3 -> 5.4.1-6
    qt5-svg 5.4.1-3 -> 5.4.1-6
    qt5-webchannel 5.4.1-3 -> 5.4.1-6
    qt5-webkit 5.4.1-3 -> 5.4.1-6
    qt5-x11extras 5.4.1-3 -> 5.4.1-6
    qt5-xmlpatterns 5.4.1-3 -> 5.4.1-6
    readline 6.3.006-1 -> 6.3.008-1
    rpcbind 0.2.2-2 -> 0.2.3-1
    s-nail 14.7.11-1 -> 14.8.0-1
    seabios 1.7.5-2 -> 1.8.1-1
    smbclient 4.2.0-2 -> 4.2.1-1
    solid 5.9.0-1 -> 5.10.0-1
    sonnet 5.9.0-1 -> 5.10.0-1
    talloc 2.1.1-1 -> 2.1.2-1
    threadweaver 5.9.0-1 -> 5.10.0-1
    tzdata 2015c-1 -> 2015d-1
    vi 1:050325-4 -> 1:070224-1
    virtualbox-host-modules 4.3.26-5 -> 4.3.26-6
    vlc 2.2.1-2 -> 2.2.1-3
    wine 1.7.41-1 -> 1.7.42-2
    wpa_supplicant 2.4-1 -> 1:2.3-1
    Thanks
    Last edited by Doctor Drive (2015-05-12 11:09:31)

    Trilby wrote:Please provide the actual output or error message.
    It was
    resolving dependencies...
    :: There are 2 providers available for java-runtime-openjdk:
    :: Repository extra
    1) jre7-openjdk 2) jre8-openjdk
    Which means something wanted to install java-runtime-openjdk, which I don't want on my machine.
    karol wrote:https://www.archlinux.org/packages/extr … edtea-web/ depends on java-runtime-openjdk, but this hasn't changed recently.
    It's probably due to it hadn't updated for a while so I found it out only now.
    I've had openjdk before and it probably installed icedtea-web as a dependency.
    Some time ago I forced-removed openjdk and installed Oracle JDK from AUR instead assuming that all the packages that required java-runtime won't get their dependencies twisted.
    I did not know that there is a java-runtime-openjdk dependency as well.
    Now it makes sense.
    Thanks
    Last edited by Doctor Drive (2015-05-12 11:13:43)

  • [SOLVED] Openjdk installed, but no plugin for Firefox

    Hello,
    I installed openjdk using:
    pacman -S openjdk6
    but I don't see any plugin installed in /usr/lib/mozilla/plugin.
    [root@univers ~]# ls -l /usr/lib/mozilla/plugins/
    total 10360
    -rwxr-xr-x 1 root root 10606256 21 fév 22:00 libflashplayer.so
    Also, the about:plugins shows only flashplayer, which works fine.
    Any idea?
    Thank you.
    Pitou!
    Last edited by Pitou (2011-02-22 23:29:21)

    Thank you.
    I took the liberty to include this information into the java wiki page.
    Last edited by SanskritFritz (2011-02-23 00:03:59)

  • Java console not showing - openJDK. Pls Hlp!

    Hi!
    I use Fedora 10 with openJDK. There is a project that I urgently need to fire up, but I need the console for that. In windows (yes, I escaped! ;) ... ) there was a cup-of-steaming-coffee at the bottom of the screen., I suspect this to be different in Linux.
    If I have this code:
    private void send2console(String s)
    System.out.println(s);
    }Where would I get to see the output?
    Tnx!
    Thor

    T01dev wrote:
    Hi!
    I use Fedora 10 with openJDK. There is a project that I urgently need to fire up, but I need the console for that. In windows (yes, I escaped! ;) ... ) there was a cup-of-steaming-coffee at the bottom of the screen., I suspect this to be different in Linux.I don't understand what you mean by that.
    Where would I get to see the output?You can redirect stdout to a file.
    Kaj

  • [SOLVED] Android SDK throws error message after jdk7-openjdk update

    I updated my openjdk package to version 7.u13_2.3.6-1 on the 12th, and now the android-sdk from the AUR throws this error when I run either "android" or "andoid sdk":
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:251)
    at com.android.sdklib.internal.avd.AvdManager.parseAvdInfo(AvdManager.java:1390)
    at com.android.sdklib.internal.avd.AvdManager.buildAvdList(AvdManager.java:1366)
    at com.android.sdklib.internal.avd.AvdManager.<init>(AvdManager.java:315)
    at com.android.sdklib.internal.avd.AvdManager.getInstance(AvdManager.java:325)
    at com.android.sdkuilib.internal.repository.UpdaterData.initSdk(UpdaterData.java:266)
    at com.android.sdkuilib.internal.repository.UpdaterData.<init>(UpdaterData.java:123)
    at com.android.sdkuilib.internal.repository.ui.SdkUpdaterWindowImpl2.<init>(SdkUpdaterWindowImpl2.java:104)
    at com.android.sdkuilib.repository.SdkUpdaterWindow.<init>(SdkUpdaterWindow.java:87)
    at com.android.sdkmanager.Main.showSdkManagerWindow(Main.java:339)
    at com.android.sdkmanager.Main.doAction(Main.java:322)
    at com.android.sdkmanager.Main.run(Main.java:119)
    at com.android.sdkmanager.Main.main(Main.java:102
    Any help would be appreciated, as I would like to get back to writing apps.
    EDIT: Solved by deleting the .android folder in the home directory. Thanks Stackoverflow.
    Last edited by Alittlemurkling (2013-02-18 17:34:55)

    See https://mailman.archlinux.org/pipermail … 24434.html

  • Can I use openJDK for multi platform projects?

    Hi, I'm new in the forum and I have a question about differents Java implementations.
    I'm a Fedora user and I have the doubt if I can use openJDK to create applications that running in Windows and other non-Linux platforms.
    I read that Oracle Java 7 is referenced in openJDK and I believe now openJDK is more compatible with Oracle JDK, but I'm not sure although the simple tests I made runs well.
    Thanks for the answers.

    PinguinoAdministrador wrote:
    If I read well, Oracle JDK can runs everything I program with openJDK,yes...
    because openJDK is apart of Oracle JDK.No, that's not what I said. But whatever, you have nothing to worry about. Java is a standardized platform, you should be able to compile and run on any implementation of it. Just as long as you keep the version in mind. Java 7 software is not going to run on a Java 6 installation. Java 6 software does work on a Java 7 installation though.
    I'm a small freelance and if I develop something in Java will most likely run on WIndows, because my potential customers use Windows.I wouldn't neglect the Mac nowadays, its a growing target.
    You may also want to consider targeting the web like most of the rest of the world; that takes away plenty of deployment problems you may face.

  • [SOLVED] Firefox and OpenJDK give buffer overflow

    Hello all,
    I hope I am posting this on the right forum. I am having some problems on sites with Java when opening them using Firefox 14.0.1 and the OpenJDK plugin.
    Whenever I open a site that has any kind of java (even the simple applet tutorial given on oracle website) I get a buffer overflow error. If I switch to Sun JDK (well Oracle? whatever...) everything works perfectly. Opera with OpenJDK works perfectly as well.
    This is what I get:
    *** buffer overflow detected ***: firefox terminated
    ======= Backtrace: =========
    /lib/libc.so.6(__fortify_fail+0x37)[0x7fcc895d16c7]
    /lib/libc.so.6(+0xf77a0)[0x7fcc895cf7a0]
    /usr/lib/jvm/java-7-openjdk/lib/IcedTeaPlugin.so(NP_Initialize+0x198)[0x7fcc5e1deb58]
    /usr/lib/firefox/libxul.so(+0x108b89a)[0x7fcc87ec589a]
    /usr/lib/firefox/libxul.so(+0x10778f2)[0x7fcc87eb18f2]
    /usr/lib/firefox/libxul.so(+0x108327f)[0x7fcc87ebd27f]
    /usr/lib/firefox/libxul.so(+0x1085639)[0x7fcc87ebf639]
    /usr/lib/firefox/libxul.so(+0x1085ac5)[0x7fcc87ebfac5]
    /usr/lib/firefox/libxul.so(+0x1085cf2)[0x7fcc87ebfcf2]
    /usr/lib/firefox/libxul.so(+0x10864a1)[0x7fcc87ec04a1]
    /usr/lib/firefox/libxul.so(+0xb08ee6)[0x7fcc87942ee6]
    /usr/lib/firefox/libxul.so(+0xb09165)[0x7fcc87943165]
    /usr/lib/firefox/libxul.so(+0x72cdf8)[0x7fcc87566df8]
    /usr/lib/firefox/libxul.so(+0x7226b9)[0x7fcc8755c6b9]
    /usr/lib/firefox/libxul.so(+0x71fceb)[0x7fcc87559ceb]
    /usr/lib/firefox/libxul.so(+0x1258ae3)[0x7fcc88092ae3]
    /usr/lib/firefox/libxul.so(+0x111a955)[0x7fcc87f54955]
    /usr/lib/firefox/libxul.so(+0xfe42ed)[0x7fcc87e1e2ed]
    /usr/lib/firefox/libxul.so(+0x84d64a)[0x7fcc8768764a]
    /usr/lib/firefox/libxul.so(+0x850e8d)[0x7fcc8768ae8d]
    /usr/lib/firefox/libxul.so(XRE_main+0x12d)[0x7fcc8768b120]
    firefox[0x40250b]
    /lib/libc.so.6(__libc_start_main+0xf5)[0x7fcc894f9725]
    firefox[0x406041]
    ======= Memory map: ========
    00400000-00417000 r-xp 00000000 08:05 1591079 /usr/lib/firefox/firefox
    00617000-00618000 r--p 00017000 08:05 1591079 /usr/lib/firefox/firefox
    00618000-00619000 rw-p 00018000 08:05 1591079 /usr/lib/firefox/firefox
    7fcc4e500000-7fcc4f200000 rw-p 00000000 00:00 0
    7fcc4f300000-7fcc4f600000 rw-p 00000000 00:00 0
    7fcc4f700000-7fcc4f900000 rw-p 00000000 00:00 0
    7fcc4fa00000-7fcc4fc00000 rw-p 00000000 00:00 0
    7fcc4fd00000-7fcc4fe00000 rw-p 00000000 00:00 0
    7fcc4ff00000-7fcc50000000 rw-p 00000000 00:00 0
    7fcc50100000-7fcc50200000 rw-p 00000000 00:00 0
    7fcc50300000-7fcc50600000 rw-p 00000000 00:00 0
    7fcc50700000-7fcc50c00000 rw-p 00000000 00:00 0
    7fcc50d00000-7fcc51100000 rw-p 00000000 00:00 0
    7fcc51200000-7fcc51500000 rw-p 00000000 00:00 0
    7fcc51600000-7fcc51700000 rw-p 00000000 00:00 0
    7fcc51800000-7fcc51900000 rw-p 00000000 00:00 0
    7fcc51a00000-7fcc51b00000 rw-p 00000000 00:00 0
    7fcc51bdf000-7fcc51be0000 ---p 00000000 00:00 0
    7fcc51be0000-7fcc523e0000 rw-p 00000000 00:00 0 [stack:13747]
    7fcc52500000-7fcc52600000 rw-p 00000000 00:00 0
    7fcc52700000-7fcc52800000 rw-p 00000000 00:00 0
    7fcc52900000-7fcc52a00000 rw-p 00000000 00:00 0
    7fcc52b00000-7fcc52c00000 rw-p 00000000 00:00 0
    7fcc52cfe000-7fcc52cff000 ---p 00000000 00:00 0
    7fcc52cff000-7fcc534ff000 rw-p 00000000 00:00 0 [stack:13733]
    7fcc534ff000-7fcc53500000 ---p 00000000 00:00 0
    7fcc53500000-7fcc54600000 rw-p 00000000 00:00 0 [stack:13732]
    7fcc546ac000-7fcc546ad000 ---p 00000000 00:00 0
    7fcc546ad000-7fcc54ead000 rw-p 00000000 00:00 0 [stack:13731]
    7fcc54ead000-7fcc58eae000 rw-s 00000000 00:0f 1035228 /dev/shm/pulse-shm-1172457461
    7fcc58eae000-7fcc58ec3000 r-xp 00000000 08:05 1310772 /usr/lib/libnsl-2.16.so
    7fcc58ec3000-7fcc590c2000 ---p 00015000 08:05 1310772 /usr/lib/libnsl-2.16.so
    7fcc590c2000-7fcc590c3000 r--p 00014000 08:05 1310772 /usr/lib/libnsl-2.16.so
    7fcc590c3000-7fcc590c4000 rw-p 00015000 08:05 1310772 /usr/lib/libnsl-2.16.so
    7fcc590c4000-7fcc590c6000 rw-p 00000000 00:00 0
    7fcc590c6000-7fcc59379000 r-xp 00000000 08:05 1335703 /usr/lib/libvorbisenc.so.2.0.9
    7fcc59379000-7fcc59578000 ---p 002b3000 08:05 1335703 /usr/lib/libvorbisenc.so.2.0.9
    7fcc59578000-7fcc59594000 r--p 002b2000 08:05 1335703 /usr/lib/libvorbisenc.so.2.0.9
    7fcc59594000-7fcc59595000 rw-p 002ce000 08:05 1335703 /usr/lib/libvorbisenc.so.2.0.9
    7fcc59595000-7fcc595df000 r-xp 00000000 08:05 1335711 /usr/lib/libFLAC.so.8.2.0
    7fcc595df000-7fcc597de000 ---p 0004a000 08:05 1335711 /usr/lib/libFLAC.so.8.2.0
    7fcc597de000-7fcc597e0000 rw-p 00049000 08:05 1335711 /usr/lib/libFLAC.so.8.2.0
    7fcc597e0000-7fcc597e5000 r-xp 00000000 08:05 1335668 /usr/lib/libasyncns.so.0.3.1
    7fcc597e5000-7fcc599e4000 ---p 00005000 08:05 1335668 /usr/lib/libasyncns.so.0.3.1
    7fcc599e4000-7fcc599e5000 r--p 00004000 08:05 1335668 /usr/lib/libasyncns.so.0.3.1
    7fcc599e5000-7fcc599e6000 rw-p 00005000 08:05 1335668 /usr/lib/libasyncns.so.0.3.1
    7fcc599e6000-7fcc59a45000 r-xp 00000000 08:05 1335721 /usr/lib/libsndfile.so.1.0.25
    7fcc59a45000-7fcc59c45000 ---p 0005f000 08:05 1335721 /usr/lib/libsndfile.so.1.0.25
    7fcc59c45000-7fcc59c47000 r--p 0005f000 08:05 1335721 /usr/lib/libsndfile.so.1.0.25
    7fcc59c47000-7fcc59c48000 rw-p 00061000 08:05 1335721 /usr/lib/libsndfile.so.1.0.25
    7fcc59c48000-7fcc59c4c000 rw-p 00000000 00:00 0
    7fcc59c4c000-7fcc59cab000 r-xp 00000000 08:05 1456447 /usr/lib/pulseaudio/libpulsecommon-2.1.so
    7fcc59cab000-7fcc59eab000 ---p 0005f000 08:05 1456447 /usr/lib/pulseaudio/libpulsecommon-2.1.so
    7fcc59eab000-7fcc59eac000 r--p 0005f000 08:05 1456447 /usr/lib/pulseaudio/libpulsecommon-2.1.so
    7fcc59eac000-7fcc59eae000 rw-p 00060000 08:05 1456447 /usr/lib/pulseaudio/libpulsecommon-2.1.so
    7fcc59eae000-7fcc59eb5000 r-xp 00000000 08:05 1350728 /usr/lib/libjson.so.0.0.1
    7fcc59eb5000-7fcc5a0b4000 ---p 00007000 08:05 1350728 /usr/lib/libjson.so.0.0.1
    7fcc5a0b4000-7fcc5a0b5000 r--p 00006000 08:05 1350728 /usr/lib/libjson.so.0.0.1
    7fcc5a0b5000-7fcc5a0b6000 rw-p 00007000 08:05 1350728 /usr/lib/libjson.so.0.0.1
    7fcc5a0b6000-7fcc5a0fe000 r-xp 00000000 08:05 1350892 /usr/lib/libpulse.so.0.14.3
    7fcc5a0fe000-7fcc5a2fe000 ---p 00048000 08:05 1350892 /usr/lib/libpulse.so.0.14.3
    7fcc5a2fe000-7fcc5a2ff000 r--p 00048000 08:05 1350892 /usr/lib/libpulse.so.0.14.3
    7fcc5a2ff000-7fcc5a300000 rw-p 00049000 08:05 1350892 /usr/lib/libpulse.so.0.14.3
    7fcc5a300000-7fcc5a800000 rw-p 00000000 00:00 0
    7fcc5a8ff000-7fcc5a900000 ---p 00000000 00:00 0
    7fcc5a900000-7fcc5b400000 rw-p 00000000 00:00 0 [stack:13729]
    7fcc5b44b000-7fcc5c5c4000 r-xp 00000000 08:05 1469133 /usr/lib/mozilla/plugins/libflashplayer.so
    7fcc5c5c4000-7fcc5c7c4000 ---p 01179000 08:05 1469133 /usr/lib/mozilla/plugins/libflashplayer.so
    7fcc5c7c4000-7fcc5c899000 rw-p 01179000 08:05 1469133 /usr/lib/mozilla/plugins/libflashplayer.so
    7fcc5c899000-7fcc5c9a8000 rw-p 00000000 00:00 0
    7fcc5c9a8000-7fcc5c9cd000 r-xp 00000000 08:05 1326525 /usr/lib/libjson-glib-1.0.so.0.1400.2
    7fcc5c9cd000-7fcc5cbcc000 ---p 00025000 08:05 1326525 /usr/lib/libjson-glib-1.0.so.0.1400.2
    7fcc5cbcc000-7fcc5cbcd000 r--p 00024000 08:05 1326525 /usr/lib/libjson-glib-1.0.so.0.1400.2
    7fcc5cbcd000-7fcc5cbce000 rw-p 00025000 08:05 1326525 /usr/lib/libjson-glib-1.0.so.0.1400.2
    7fcc5cc0b000-7fcc5cc0e000 r-xp 00000000 08:05 1456503 /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
    7fcc5cc0e000-7fcc5ce0e000 ---p 00003000 08:05 1456503 /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
    7fcc5ce0e000-7fcc5ce0f000 r--p 00003000 08:05 1456503 /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
    7fcc5ce0f000-7fcc5ce10000 rw-p 00004000 08:05 1456503 /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
    7fcc5ce10000-7fcc5d866000 r-xp 00000000 08:05 1334749 /usr/lib/libQtGui.so.4.8.2
    7fcc5d866000-7fcc5da65000 ---p 00a56000 08:05 1334749 /usr/lib/libQtGui.so.4.8.2
    7fcc5da65000-7fcc5daa7000 r--p 00a55000 08:05 1334749 /usr/lib/libQtGui.so.4.8.2
    7fcc5daa7000-7fcc5daae000 rw-p 00a97000 08:05 1334749 /usr/lib/libQtGui.so.4.8.2
    7fcc5daae000-7fcc5dab2000 rw-p 00000000 00:00 0
    7fcc5dab2000-7fcc5dd73000 r-xp 00000000 08:05 1334737 /usr/lib/libQtCore.so.4.8.2
    7fcc5dd73000-7fcc5df73000 ---p 002c1000 08:05 1334737 /usr/lib/libQtCore.so.4.8.2
    7fcc5df73000-7fcc5df7e000 r--p 002c1000 08:05 1334737 /usr/lib/libQtCore.so.4.8.2
    7fcc5df7e000-7fcc5df7f000 rw-p 002cc000 08:05 1334737 /usr/lib/libQtCore.so.4.8.2
    7fcc5df7f000-7fcc5df80000 rw-p 00000000 00:00 0
    7fcc5dfbd000-7fcc5dfce000 r-xp 00000000 08:05 1459536 /usr/lib/mozilla/plugins/skypebuttons.so
    7fcc5dfce000-7fcc5e1ce000 ---p 00011000 08:05 1459536 /usr/lib/mozilla/plugins/skypebuttons.so
    7fcc5e1ce000-7fcc5e1cf000 r--p 00011000 08:05 1459536 /usr/lib/mozilla/plugins/skypebuttons.so
    7fcc5e1cf000-7fcc5e1d0000 rw-p 00012000 08:05 1459536 /usr/lib/mozilla/plugins/skypebuttons.so
    7fcc5e1d0000-7fcc5e1ff000 r-xp 00000000 08:05 1585363 /usr/lib/jvm/java-7-openjdk/lib/IcedTeaPlugin.so
    7fcc5e1ff000-7fcc5e3fe000 ---p 0002f000 08:05 1585363 /usr/lib/jvm/java-7-openjdk/lib/IcedTeaPlugin.so
    7fcc5e3fe000-7fcc5e400000 rw-p 0002e000 08:05 1585363 /usr/lib/jvm/java-7-openjdk/lib/IcedTeaPlugin.so
    7fcc5e5f9000-7fcc5e5ff000 r-xp 00000000 08:05 1719200 /usr/lib/libcanberra-0.28/libcanberra-pulse.so
    7fcc5e5ff000-7fcc5e7fe000 ---p 00006000 08:05 1719200 /usr/lib/libcanberra-0.28/libcanberra-pulse.so
    7fcc5e7fe000-7fcc5e7ff000 r--p 00005000 08:05 1719200 /usr/lib/libcanberra-0.28/libcanberra-pulse.so
    7fcc5e7ff000-7fcc5e800000 rw-p 00006000 08:05 1719200 /usr/lib/libcanberra-0.28/libcanberra-pulse.so
    7fcc5e800000-7fcc5e900000 rw-p 00000000 00:00 0
    7fcc5e9ff000-7fcc5ea00000 ---p 00000000 00:00 0
    7fcc5ea00000-7fcc5f600000 rw-p 00000000 00:00 0 [stack:13726]
    7fcc5f6ff000-7fcc5f700000 ---p 00000000 00:00 0
    7fcc5f700000-7fcc60200000 rw-p 00000000 00:00 0 [stack:13725]
    7fcc602ff000-7fcc60300000 ---p 00000000 00:00 0
    7fcc60300000-7fcc60d00000 rw-p 00000000 00:00 0 [stack:13724]
    7fcc60dff000-7fcc60e00000 ---p 00000000 00:00 0
    7fcc60e00000-7fcc61700000 rw-p 00000000 00:00 0 [stack:13723]
    7fcc617ff000-7fcc61800000 ---p 00000000 00:00 0
    7fcc61800000-7fcc62100000 rw-p 00000000 00:00 0 [stack:13722]
    7fcc621ff000-7fcc62200000 ---p 00000000 00:00 0
    7fcc62200000-7fcc62f00000 rw-p 00000000 00:00 0 [stack:13721]
    7fcc62fab000-7fcc62fac000 ---p 00000000 00:00 0
    7fcc62fac000-7fcc637ac000 rw-p 00000000 00:00 0 [stack:13720]
    7fcc637ac000-7fcc637b1000 r-xp 00000000 08:05 1310783 /usr/lib/libnss_dns-2.16.so
    7fcc637b1000-7fcc639b0000 ---p 00005000 08:05 1310783 /usr/lib/libnss_dns-2.16.so
    7fcc639b0000-7fcc639b1000 r--p 00004000 08:05 1310783 /usr/lib/libnss_dns-2.16.so
    7fcc639b1000-7fcc639b2000 rw-p 00005000 08:05 1310783 /usr/lib/libnss_dns-2.16.so
    7fcc639ef000-7fcc639f7000 r--p 00000000 08:06 260678 /home/stefano/.config/dconf/user
    7fcc639f7000-7fcc639f8000 r--s 00000000 08:06 684980 /home/stefano/.cache/dconf/user
    7fcc639f8000-7fcc639ff000 r-xp 00000000 08:05 1354677 /usr/lib/gio/modules/libdconfsettings.so
    7fcc639ff000-7fcc63bfe000 ---p 00007000 08:05 1354677 /usr/lib/gio/modules/libdconfsettings.so
    7fcc63bfe000-7fcc63bff000 r--p 00006000 08:05 1354677 /usr/lib/gio/modules/libdconfsettings.so
    7fcc63bff000-7fcc63c00000 rw-p 00007000 08:05 1354677 /usr/lib/gio/modules/libdconfsettings.so
    7fcc63c00000-7fcc64d00000 rw-p 00000000 00:00 0
    7fcc64dff000-7fcc64e00000 ---p 00000000 00:00 0
    7fcc64e00000-7fcc65700000 rw-p 00000000 00:00 0 [stack:13727]
    7fcc657f9000-7fcc657fa000 ---p 00000000 00:00 0
    7fcc657fa000-7fcc65ffa000 rw-p 00000000 00:00 0 [stack:13716]
    7fcc65ffa000-7fcc65ffb000 ---p 00000000 00:00 0
    7fcc65ffb000-7fcc667fb000 rw-p 00000000 00:00 0 [stack:13719]
    7fcc667fb000-7fcc667fc000 ---p 00000000 00:00 0
    7fcc667fc000-7fcc66ffc000 rw-p 00000000 00:00 0 [stack:13718]
    7fcc66ffc000-7fcc66ffe000 r-xp 00000000 08:05 1334848 /usr/lib/libXss.so.1.0.0
    7fcc66ffe000-7fcc671fe000 ---p 00002000 08:05 1334848 /usr/lib/libXss.so.1.0.0
    7fcc671fe000-7fcc671ff000 r--p 00002000 08:05 1334848 /usr/lib/libXss.so.1.0.0
    7fcc671ff000-7fcc67200000 rw-p 00003000 08:05 1334848 /usr/lib/libXss.so.1.0.0
    7fcc67200000-7fcc67300000 rw-p 00000000 00:00 0
    7fcc6730d000-7fcc6735f000 r--p 00000000 08:05 2228918 /usr/share/fonts/TTF/DejaVuSansMono.ttf
    7fcc6735f000-7fcc6739f000 rwxp 00000000 00:00 0
    7fcc673af000-7fcc673ef000 rwxp 00000000 00:00 0
    7fcc673ff000-7fcc67400000 ---p 00000000 00:00 0
    7fcc67400000-7fcc68000000 rw-p 00000000 00:00 0 [stack:13711]
    7fcc68056000-7fcc68057000 rw-p 00000000 00:00 0
    7fcc68057000-7fcc680aa000 r--p 00000000 08:05 2230287 /usr/share/fonts/TTF/DejaVuSerif-Italic.ttf
    7fcc680aa000-7fcc680fe000 r--p 00000000 08:05 2230348 /usr/share/fonts/TTF/DejaVuSerif-Bold.ttf
    7fcc680fe000-7fcc680ff000 ---p 00000000 00:00 0
    7fcc680ff000-7fcc688ff000 rw-p 00000000 00:00 0 [stack:13710]
    7fcc688ff000-7fcc68900000 ---p 00000000 00:00 0
    7fcc68900000-7fcc69400000 rw-p 00000000 00:00 0 [stack:13717]
    7fcc69404000-7fcc694c2000 r--p 00000000 08:05 2231638 /usr/share/fonts/TTF/arial.ttf
    7fcc694c2000-7fcc694e0000 r--p 00000000 08:05 2231639 /usr/share/fonts/TTF/ariblk.ttfAborted
    It's not a very big issue for me, it takes a split second to switch between OpenJDK and Sun but if I happen to forget, things go pear shaped. Anyone else having this issue? I remember something like that, if I am not mistaken, happening with Firefox 3.5 but that has been fixed long ago.
    Last edited by StefaX (2012-08-05 07:32:19)

    Bett help fixing the bug: http://mail.openjdk.java.net/pipermail/ … 19629.html
    https://bugs.archlinux.org/task/30969
    http://icedtea.classpath.org/bugzilla/s … gi?id=1106
    Last edited by AndyRTR (2012-08-03 13:02:52)

  • Openjdk no work fine in chromium and firefox arch64

    Hello, is normal that openjdk has errors in any pages? For example, in page of test java (http://www.java.com/en/download/help/testvm.xml) no work.
    xsessions_errors:
    [3571:3577:4827945636:ERROR:base/native_library_linux.cc(24)] dlopen failed when trying to open /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/IcedTeaPlugin.so: libmozjs.so

    trusktr wrote:I got OpenJDK working in Chromium using icedtea-web, but it's buggy and not all the apps work. JRE seems to be much more stable. The only problem is I can no longer use the "java" command in CLI. I'm sure there's a workaround though....
    This may be a silly question, but have you logged out and back in again?

  • Few quick question on openjdk

    so i`ve been running arch 64 on my desktop for the longest time now. one of the things thats been buggin me is the lack of a jave browser plugin
    now yesterday i came across openjdk, which i`d never heard of before.
    my understanding is that it has a browser plugin? is that right? not sure if its important, but i use firefox as my main browser
    the other thing i just found while searching openjdk in AUR was icedtea. which would be better exactly?
    edit// forgot to ask if/how either openjdk or icedtea would conflict with open office, or azureus, or frostwire, i think they`re the only 3 apps i have that use java, other than the regular webbrowsing that requires a plugin time to time
    Last edited by ssl6 (2008-08-26 16:22:24)

    ssl6 wrote:well, i got the icedtea package from the fr repo. but does it have the firefox/mozilla plugin or is that just openjdk
    Why don't you just look ?
    pacman -Ql icedtea6 | grep plugins
    Edit : anyway, you should try the arch official one that is in extra now.
    Last edited by shining (2008-08-26 20:31:16)

  • OpenJDK for PowerPC server development questions

    Hello server experts,
    Can you advise me, what is the best development environment/language for the PowerPC 7448 to make the server? The server should be normal http/XML webservice.
    Hardware
    The server HW is pretty limited and old: CPU: PowerPC 7448, Freescale, 2 cores of 1 GHz each RAM: 1 GB DISKS: 2x300 GB, 15000 rpm, SAS OS: Fedora 12 PPC
    Performance & OpenJDK and Tomcat
    We already checked Fedora 12, and OpenJDK is part of installation CDs, so we hope it should not be a problem in case that we can install it there. Tomcat will be installed after Java. Tomcat runs on Java and can run with 128M~256M, which should okay for the machine with 1GB memory. What are our performance requirements? We estimate maximum 200 clients with 10 requests/minute each. every request is max. 10 kB data. It gives us maximum ~30 requests per second. Postge SQL or mySQL should be used as well.
    Others
    The development environment should be stable and maintainable.
    Does the Java Sun/Oracle support this platform? Can be Tomcat a way there? Or is the pure C++ server the best solution? Could some scripting (perl/python) be a possibility there with use of CGI and some tiny http server?
    Regards,
    Petr
    Edited by: stenlik on Oct 17, 2011 6:31 AM

    UsingHibernateinJCAPS wrote:
    Hi
    Below is the link for Hardware & Software req for Installation of the Sun Java PortalServer 7.x.
    http://docs.sun.com/app/docs/doc/820-2053/gdxcg?a=view
    you can use the adminconsole or the PS commands to deploy & undeploy the portlets from the container.
    Hope it helps you.
    Regards
    SrikanthHi Srikanth,
    Thanks for your feedback. I now see that indeed my 1G is not enough. I already requested it to be extended with 1G (preferably 2G :0 ).
    And I see that alas I need to use the adminconsole. Wonder how other developers handle this.
    Abel

Maybe you are looking for

  • Different language

    Hi On my homepage I got a different language that I don't understand. Chinese i think. Could someone help me get it back to english?? [private info removed by moderator] Kim Andre

  • JNDI lookup from proxied applet is slow

    Hi, I am doing a t3s lookup for an EJB from an applet. The lookup is fairly fast (< 1 sec) if the browser is setup to not use an HTTP proxy server. However, if the browser is setup to go via a proxy server, the t3s lookup takes upwards of 30 seconds.

  • If you are listening to ideas or suggestions Apple?

    I would like to be able to set up multiple VPN accounts. (and how do you edit a vpn account once created?) (can we also have it save the password?) (plus how do you get to the alpha entry when vpn asks you for your password, I only see numbers.) I wo

  • Linux and Nokia

    I was just reading another forum where people asked "what type of backup do you do" , and interestingly, none of the responders was using Outlook, Outlook Express or Lotus whatever. Mainly they replied they were using Linux. Yet, Nokia still denies a

  • Shopping Cart using Coldfusion

    Hi, I am relatively new to Coldfusion and I am wondering how to create a shopping cart for a website using coldfusion. Thanks