Home » Posts filed under java
JAVA :: Download Aplikasi Absensi Gratis (Cocok buat Tugas Akhir hehe)
Aplikasi Absensi ini saya berikan gratis namun tanpa source code.Aplikasi ini merupakan aplikasi untuk melakukan absensi pegawai (namun subj...
Set JAVA_HOME for user!
[obiee@PTUD-VM01-2 ~]$ cat .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User s...
Monitoring memory and CPU using JVisualVM
[oracle@App1 ~]$ export JAVA_HOME=/u01/app/software/jdk/ [oracle@App1 ~]$ cd $JAVA_HOME/bin [oracle@App1 bin]$ ls appletviewer javac ...
How to upgrade java version
[omss@ptud ~]$ java -version java version "1.7.0_65" [root@ptud omss]# ln -s -v /home/omss/jdk/bin/java /usr/bin/java `/usr/bin/j...
java.lang.OutOfMemoryError: PermGen space
On 64 bit platforms, the MaxPermSize should be set to 512M . Before launching the Installer, you can set the MaxPermSize in the environmen...