PHP and Java
Thursday, 27 May 2004
I made a small application (more like a quick script) in PHP-GTK and am now trying to port it to Java using Netbeans. We’ll see how it goes. I have several times attempted to look at Java… but it seems like a huge insurmountable beast.
What the PHP-GTK app did was run through a directory structure, dump it into an array, and then convert wav files to mp3s using LAME. I wonder if this is easy in Java. It should take me a long time to figure out! 🙂
I’ll keep you updated!