Talk:Classpath (Java)

From Wikipedia, the free encyclopedia

[edit] *nix

Is there a reason why *nix syntax is not mentioned at all? I'm planning on adding it, but since i'm no guru, if there's someone with a good understanding of all the subtle things going on underneath when exporting an environmental variable, show yourself :) Asymmetric 16:15, 20 April 2007 (UTC)

Be bold :-) I'll review your changes or answer any questions you have. John Vandenberg 16:34, 20 April 2007 (UTC)
I created the article some time ago, and did not take time to add *nix syntax (access to Windows is much more simple for me these days...). So no particular reason, consider it as incompleteness in the article. However, feel free to add that part... Hervegirod 20:01, 20 April 2007 (UTC)

[edit] Semicolon after -classpath (-cp) parameter

You need ; after -classpath path_to_somewhere in Win environment:

 e.g. java -cp C:\myjdbcdriver.jar; myClass  —Preceding unsigned comment added by 193.219.93.218 (talk) 08:48, 19 May 2008 (UTC)