java - I have import org.apache.commons.io.FileUtils; in my code and it works on eclipse but not in command line -
i'm using apache package; i've add it's jar file location classpath environment variable. when try compile code via command line numerous errors including: package org.apache.commons.io not exist
you missing jar contains package (in case apache-commons.jar) on classpath.
try export packaged jar file dependend jars included. should work.
Comments
Post a Comment