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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -