eclipse - Creating a jar file from Scala project without using Sbt or Maven -


i developed scala project using scala eclipse ide. how jar file project can run scala classes present in project through command line?

you don't need use sbt in order create executable jar file. jar file zip file fixed internal structure. jar file can contain file "meta-inf/manifest.mf" metdata instance main class.

refer jar file article on wikipedia more information.

there command line tool called "jar" can creating valid java archive.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -