-
Notifications
You must be signed in to change notification settings - Fork 39
Description
It is unclear how to get access to eoc.jar file (and the EOprogram_name.class inside) in java code during to developing #500 inspect command.
Since inspect.jar creates initially with mvn clean package it is unclear how to get access to eoc.jar which creates after inspect.jar by dataize command.
I've implented this part from original issue. inspect.js does it, because command inspect starts after dataize or it is possible to inform user that there is no .eoc/eoc.jar file since user is not dataized any program.
There is part of get root object. How can it is possible doing in java code? I mean if i will write some imports in java code for file which are not exist when inspect.jar is packaging, there will be an error. The same for creating instance of EOproram_name.class. I need to know name and path for it, but is's gonna be become known after user's dataization