> Hi
> I am a student and i got an assigment to with java.
[quoted text clipped - 6 lines]
> While i work in the java creator i succed to run my program.
> my qustiened is how i can import bycode in eclipse
Never did this myself but I figure you'll have to put them into a
directory with appropriate subdirectories (depending on the package names)
and include the root of this directory hiearchy in your project's
classpath. Project Properties -> Java Build Path -> Libraries -> Add
Class Folder.
Kind regards
robert
plato - 13 Jan 2006 12:36 GMT
Thank for the advise
i tried what you offered but it didn't worked.
anyway i haven't got any package but only the byte-code of the
SimpleTurtle.
if you can explain me how i can import bytecode to a project i will
thank you.
Robert Klemme - 13 Jan 2006 15:13 GMT
> Thank for the advise
> i tried what you offered but it didn't worked.
> anyway i haven't got any package but only the byte-code of the
> SimpleTurtle.
> if you can explain me how i can import bytecode to a project i will
> thank you.
But you should know in which package your SimpleTurtle was compiled. For
that you need to create your directories.
robert