Showing posts with label jdeveloper. Show all posts
Showing posts with label jdeveloper. Show all posts

Wednesday, 7 August 2013

How to link Java Classes to UML Class Diagram in JDeveloper

1.       Create an Aplication
2.       Create a Java Project  with type Custom Project
3.       Create UML project with type UML Project
3.1.    To Make UML Class Diagram:
3.1.1.  Create a new “Java Class Diagram”
3.1.2. Drag and drop the UML element into this diagram
3.1.3. Use a suitable relationship between each element
3.2.    To Link the UML to the Classes bi-directionally  and generate the classes from diagram
3.2.1. Select the UML Project
3.2.2. Right Click Select “Project Properties”
3.2.3. Go to “Project Source Paths”
3.2.4. Click Remove button to delete the original “src“ folder
3.2.5. Click add button and go through the source folder of the JAVA Project, and save this path

4.       Now your Application had a link between diagram and Classes 

Wednesday, 10 July 2013

JDeveloper Crashing


while restoring the JDeveloper to work the IDE hung giving this screen

The solution is to:
  1. End JDeveloper process
  2. Rename the system folder
  3. Re-Run JDeveloper and wait until new system folder creation done successfully
  4. Navigate to this Folder 
  5. o.ide
  6. Replace this file with the newly created one
  7. runStatus.xml
  8. Delete newly created system folder and rename the old one with its original name
  9. Run the JDeveloper
  10. Enjoy your configured IDE