From: Ralf T. <ral...@co...> - 2012-02-14 16:37:48
|
Hello, I am trying to convert a Java project to posix but have no idea where the main(argc, **argv) entry has to be defined. Inside my Java classes there is one class containing the static main(args) method which should be started. Trying to compile (to link) the generated stuff, currently ends with a missing main() error. Thanks for help RT |