Home Support Forum
Modelio
Welcome, Guest
Please Login or Register.    Lost Password?
Reverse Engineering
(0 viewing) 
Discuss about Java Development
Go to bottom
TOPIC: Reverse Engineering
#100
dmurphya0
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Reverse Engineering 1 Year, 4 Months ago  
have bought Java Express, tried to reverse engineer an existing system, but in the Java Designer there is no option to Reverse Java Application from Sources, although the help system says there should be.

I created a project and then added a package as the reverse engineering only seems to work from a package.

It would be helpful to have a step by step guide from project creation to reverse engineering an existing complete app.
 
Logged Logged
  The administrator has disabled public write access.
#101
Herr Brö
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Reverse Engineering 1 Year, 4 Months ago  
Hi !

The Reverse of an application from source must be launch from the root package of the project... On root package contextual menu -> 'Java Designer\Reverse Java application from sources'. This command launch a wizard that allow you to reverse Java sources files, and it always worked fine for me.

By the way, I recommend you to check the JDK as 'model component to deploy' in the project creation wizard (or deploy it from the root package contextual menu -> 'Java Designer\Deploy a model component') before reversing your application, this will deploy all JDK classes in your project...
 
Logged Logged
 
Last Edit: 2009/04/16 10:18 By Herr Brö.
  The administrator has disabled public write access.
#102
support
Admin
Posts: 100
graph
User Offline Click here to see the profile of this user
modeliosoft
Re:Reverse Engineering 1 Year, 4 Months ago  
Hi,

You can also have a look at the following section of the online user guide:

Help / Help contents / Modelio Java Designer / Functionalities / Java reverse / Launching the reverse wizard

Best regards,
 
Logged Logged
 
--
The Modelio Tech Support Team
  The administrator has disabled public write access.
#103
dmurphya0
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Reverse Engineering 1 Year, 4 Months ago  
support wrote:
Hi,

You can also have a look at the following section of the online user guide:

Help / Help contents / Modelio Java Designer / Functionalities / Java reverse / Launching the reverse wizard

Best regards,


Thanks I did that before posting, didn't explain what herrbro did
cheers
 
Logged Logged
  The administrator has disabled public write access.
#104
dmurphya0
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Reverse Engineering 1 Year, 4 Months ago  
Herr Brö wrote:
Hi !

The Reverse of an application from source must be launch from the root package of the project... On root package contextual menu -> 'Java Designer\Reverse Java application from sources'. This command launch a wizard that allow you to reverse Java sources files, and it always worked fine for me.

By the way, I recommend you to check the JDK as 'model component to deploy' in the project creation wizard (or deploy it from the root package contextual menu -> 'Java Designer\Deploy a model component') before reversing your application, this will deploy all JDK classes in your project...


Problem I had was that the option did appear when I right-clicked on the only package.

Since then I deleted another item I had created and suddenly the original package behaved correctly and allowed me the reverse engineering option. Not sure what I did wrong first time round nor what I did right now, however it seems to work - thansk for the help
 
Logged Logged
  The administrator has disabled public write access.
Go to top