#!/bin/sh
cat <<-EOF >"/etc/java.txt"
export J_HOME=/usr/java
EOF

cat /etc/java.txt /tmp/startx > /tmp/tempx
mv /tmp/tempx /tmp/startx


