How do you include files from a scala project in eclipse in a java project in netbeans -


i have project in java on netbeans 7.3 need add more classes to. however, working scala on eclipse. how can import classes eclipse project , execute them when run program on netbeans?

not sure since i've never configured stuff - coded in prepared environments :(

if developing library in scala application, suggest use sbt , package library jar , import jar java project.

you have define build file in sbt. not sure whether defined , use sbt package command.

 sbt package 

try using sbt


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -