| Summary: | Database Perspective creation | ||
|---|---|---|---|
| Product: | [Tools] Data Tools | Reporter: | sankar <sankar.d> |
| Component: | DataTools | Assignee: | Brian Fitzpatrick <bfitzpat> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
sankar
Sankar, I'm not sure what you're looking for here. You want to create an executable from your Eclipse code and then call that from a second Java project? Yes. i want to do that one only. I am using eclipse data tools to load data into database from a test file. For this can we create a .exe file. (In reply to comment #1) > Sankar, I'm not sure what you're looking for here. You want to create an > executable from your Eclipse code and then call that from a second Java > project? Unfortunately your guess is as good as mine. The problem is that the DTP plug-ins require an OSGi container (i.e. the Eclipse runtime) to be running, so I'm not sure that you can build anything small enough that doesn't suck in all of the necessary Eclipse plug-ins along with it. So I think the answer may be "no" but I don't know for sure. Sorry I can't be more help. You might ask on the Eclipse newcomer's forum - http://www.eclipse.org/forums/index.php?t=thread&frm_id=89 |