=== man-di [n=mkoch@dyndsl-080-228-198-117.ewe-ip-backbone.de] has joined #ubuntu-java === AfC [i=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java === vil [n=lada@ubuntu/member/vil] has joined #ubuntu-java === AfC [i=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java === doko [i=doko@nat/canonical/x-53f9e24ef1c3b231] has joined #ubuntu-java === cstextiles [n=SpShah@59.184.28.63] has joined #ubuntu-java === cstextiles [n=SpShah@59.184.28.63] has left #ubuntu-java [] === AfC [i=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java === tat_ [n=tat@p54BE28FC.dip0.t-ipconnect.de] has joined #ubuntu-java [11:02] helo, i just installed sun-java6-javadb and tryed to run "java org.apacha.derby.tools.ij". But the class was not found, now i need to know how can i set the classpath globaly in Ubuntu and shouldn't there by an automized way to add all new installed java libarys ? [11:04] you dont want them on a global classpath [11:05] NEVER for Java [11:05] use this: java -cp YOURCLASSPATH org.apacha.derby.tools.ij [11:09] man-di is what i did, so i have allways to add the classpath option/variable ? [11:11] you can write a simple wrapper script and always use this wrapper script [11:12] is there a Ubuntu/Java documentation page, i have looked for it but i did not found anything more detailed. [11:12] thats not ubuntu specific [11:13] that is how Java always was on all OSes [11:19] in the and it is still the same like downloading the tar's from sun and unpacking them under /opt and symlinking the bins, there is no advance by installing sun java by dpkg .:(