Andreas Beeker <andreas.beeker <at> gmx.de> writes:

> 
> 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.
> 

I am Windows 7, but use Cygwin (unix style interface).  Thus the pathnames
are unix style except for the jar path, which is on C:.  I use the `;' as
path separator on Windows.

I was avoiding Eclipse - one more thing to learn.  

Instead of this setup, I will go to the windows command interface, so I at
least I am consistent there.

Mirko



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

Reply via email to