[01:12] persia, I upgraded to Jaunty, and when I run my java application it says this: http://pastebin.com/m35c97c0. Do you know what this means? [01:47] How would I automatically install the dependencies for building openjdk from source? [01:59] persia, could you let me know when you get back to your computer? I've almost got everything sorted out, I just have a question about how to install the build-dependencies (apt-get build-dep openjdk returns with 'unable to satisfy depends'). Thanks. [02:19] nevermind, I tried aptitude, and it fixes the dependecy loop automatically :) [04:48] Does Sun's Java support playback through Pulseaudio? [04:52] No. [04:52] Well, OpenJDK is developed also largely by Sun, so in that sense it does, but the legacy Java doesn't. [04:54] Ok, thanks. [04:55] persia, I upgraded to Jaunty (as I'm sure you've realized by me constantly messaging you :/), and Jaunty does not yet have some of the libraries that I need to compile openJDK. [04:55] with or without Pulesaudio enabled. [04:56] Really? Did you try with the Jaunty OpenJDK source? [04:56] Yep, I'll show you what happens. [04:56] Also, OpenJDK is compiled with pulseaudio support by default in jaunty (that's where I got the patch). [04:57] So I could just do 'apt-get install openjdk-6-jre'? [04:57] oh wow [04:57] oh wow [04:58] it just started working. [04:58] I've been trying to get this working ALL DAY. And I just tried it again, and it started playing through Pulseaudio. [04:58] openjdk couldn't open the file before, etc. [04:58] * Peddy is happy :) [04:59] Excellent! [04:59] Thanks for all your patience, persia :) [05:01] Peddy, No problem. Now, that application you wanted to run, is it packaged in Ubuntu? [05:01] No, I'm running it straight from the .jnlp file, and it's not in the repos. [05:02] Here's the SF page: http://softsqueeze.sourceforge.net/ [05:04] Why do you ask? [05:05] After you've played with it a bit more, if you like it, you might consider packaging it. [05:05] That way everyone can use a known working version. [05:05] That sounds great [05:07] Do you think it would be more sensible to package just the java program or the jre as well? [05:07] Just the Java program. The JRE is already packaged. [05:07] of course :P [05:19] persia, do you have a guide on how to create .dsc files? [05:20] Heh. [05:20] Generally, you create a .dsc file by being in a source directory with a clean debian/ and running `debuild -S`. [05:20] also, should I unzip the .jar files (which contain the source code), when putting the stuff in the deb? [05:21] I'm reading this: https://wiki.ubuntu.com/PackagingGuide/Complete [05:21] ok [05:21] I'd recommend putting the jar in the orig.tar.gz, and unzipping it at build time. [05:21] Make sure you can get a source jar, with no .class files though. [05:21] ok