sudo gedit ~/.bashrc
Append that conf file look like this line, modified the path to suit your environment :
export JASPER_HOME=/media/D/libs/JasperReport;test with :
export CLASSPATH=$CLASSPATH:$JASPER_HOME/jasperreports-3.7.6/dist:$JASPER_HOME/jasperreports-3.7.6/lib;
echo $CLASSPATH
everytime you start your terminal, your classpath automatically setted.
No comments:
Post a Comment