Hi Mirko,

is this just a typo (while writing the email) or the reason for not finding the 
jar file??

instead of:

/c/Program\ Files/Java/jdk1.8.0_11/bin/javac.exe -cp
'.;:c/java-libs/poi-3.10.1/poi-3.10.1-20140818.jar' poiLink.java

use: (twist :c -> c:)

"c:\Program Files\Java\jdk1.8.0_11\bin\javac.exe" -cp
".;c:\java-libs\poi-3.10.1\poi-3.10.1-20140818.jar" poiLink.java

I would recommend you to install an IDE such as Eclipse or IntelliJ. At least 
link
and compilation errors can be minimized by those.

Normally you just type the classname (and press some shortcut) and the IDE 
cares about the imports.

Andi.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to