I have installed Java (J2SE 1.3.1_21) by following this tutorial:
Now, I want to uninstall it. How can I do that?
I have installed Java (J2SE 1.3.1_21) by following this tutorial:
Now, I want to uninstall it. How can I do that?
Not guaranteed to work, but if you used pkgadd to add the software, use pkgrm to remove it.
$ pkginfo {package_name}
$ pkgrm {package_name}
See if you can find the sco opensever release notes for your version of java for how to uninstall.