Archive

Posts Tagged ‘linux programming java’

Package Jar For Win/mac/linux

August 3rd, 2009 Comments off

I have a java application ready: 2 versions : Regular and Lite
It works well on my windows.
Programmers bidding will
1: need to make installer packages for win/mac/linux
2: make sure they test on platforms that the application installs and works

The applications uses hsqldb as database
you can use Izpack/jexpress/advanced installer or your own code to package, but will need to provide me provision to update the jar later

Update Jvm 1.4.2 To 1.5 Linux

March 27th, 2009 No comments

I requiere someone to update my JavaVM on my Liunx Red Hat 5 server, aparently I have the 1.4.2 and require 1.5.0 to make Red5 work

I have this in the /usr/lib/jvm/
0 lrwxrwxrwx 1 root root 26 Dec 3 2007 java -> /etc/alternatives/java_sdk
0 lrwxrwxrwx 1 root root 32 Dec 3 2007 java-1.4.2 -> /etc/alternatives/java_sdk_1.4.2
0 lrwxrwxrwx 1 root root 22 Dec 3 2007 java-1.4.2-gcj -> java-1.4.2-gcj-1.4.2.0
4 drwxr-xr-x 6 root root 4096 Dec 3 2007 java-1.4.2-gcj-1.4.2.0
0 lrwxrwxrwx 1 root root 30 Dec 3 2007 java-gcj -> /etc/alternatives/java_sdk_gcj
0 lrwxrwxrwx 1 root root 21 Dec 3 2007 jre -> /etc/alternatives/jre
0 lrwxrwxrwx 1 root root 27 Dec 3 2007 jre-1.4.2 -> /etc/alternatives/jre_1.4.2
0 lrwxrwxrwx 1 root root 26 Dec 3 2007 jre-1.4.2-gcj -> java-1.4.2-gcj-1.4.2.0/jre
0 lrwxrwxrwx 1 root root 25 Dec 3 2007 jre-gcj -> /etc/alternatives/jre_gcj

and Require java-1.5.0-sun

Thanks!

Bear