I have been trying to run java based GUI onBoot in IceWM linux, tried to run it through different runlevels..rc3, rc4, and rc5 but couldn't run it. here what I am trying..
sudo java -jar /path/to/jar
in a /etc/init.d/script
and linking it like
sudo ln -s /etc/init.d/script /etc/rc3.d/S99script
I also made sure that the script
has proper permissions too. Help is appreciated.