Setting Up
Fixing Permissions & Relocating Eclipse Stuff
sudo chown -R root:root /tmp/eclipse
mv /tmp/eclipse /opt/
Making a Symlink for Easier Launching
ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
To Achieve the Super-user Session
exit
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }