Posts

Showing posts from April, 2014

Webcast on Migrating Apps from GlassFish to WebLogic

Oracle Java EE evangelist Bruno Borges will be on hand to talk about migrating Java EE apps from GlassFish to WebLogic . You will discover at least three things you do not know about WebLogic , that makes it the favorite appserver among many Java EE developers. When :  Wednesday, April 30 webinar - 10 am PT . Register now !

Creating short cut for JDeveloper in Linux

This time its a very basic post for those who switched to Linux and wants to use JDeveloper ;) How to create desk top short cut for JDeveloper in Linux. Steps are here: 1.Go to folder where you installed JDeveloper and then locate  /jdeveloper/jdev/bin/bin folder. Ensure you have script addjdevtodesktop  in this folder. 2.Open a terminal window from the above folder and build an executable  by typing  the following in the terminal :     chmod +x addjdevtodesktop 3.Run the above executable by typing the following in the same terminal window     ./addjdevtodesktop