From: "Adam Heath" <[email protected]>
On 07/01/2011 01:43 AM, Jacques Le Roux wrote:
Hi Adam,

I just finished to review your recent commits, parallel stuff looks
Also maybe we can improve

Probably.  Suggestions?

I meant with things below

Warning : Module classpath component '"C:\Program
Files\Java\jdk1.6.0_22\lib\tools.jar"' is not valid and will be ignored...
Warning : Module classpath component '"C:\Program
Files\Java\jdk1.6.0_22\jre\lib\comm.jar"' is not valid and will be
ignored...

framework/start adds these.  Maybe it should test for their existance
first.

Warning : Module classpath component 'C:\WINDOWS\Sun\Java\bin' is not
valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\Intel\DMIX' is
not valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\QuickTime
Alternative\QTSystem' is not valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\ktl20sta' is not
valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\OpenSSL\out32dll'
is not valid and will be ignored...

Something on your system is doing this.  Did you install some app in
windows, then remove it, and it didn't clean up after itself?  Or did
an app upgrade, and not do it correctly?

Those exist, thought I don't use both intel-xss.jar anymore, but they are 
correctly(?) installed on my system (XP)
C:\Program Files\Intel\XMLSoftwareSuite\Java\1.2\lib\intel-xss.jar
C:\Program Files\Intel\XMLSoftwareSuite\Java\1.0\Lib\intel-xss.jar

I think I added those by hand, not sure. They still exist
C:\Program Files\Java\jdk1.6.0_22\lib\tools.jar
C:\Program Files\Java\jdk1.6.0_22\jre\lib\comm.jar

This one was in my CLASSPATH var in env but no longer on disk, I removed it 
from CLASSPATH var
C:\Program Files\ktl20sta\rc15ktl.jar

I had those invalid in my path, removed
C:\Program Files\Intel\DMIX
C:\Program Files\QuickTime Alternative\QTSystem
C:\Program Files\OpenSSL\out32dll
C:\Program Files\ktl20sta

Don't know where come this (I mean not in var/env)
C:\WINDOWS\Sun\Java\bin

So I have now
[java] Warning : Module classpath component '"C:\Program 
Files\Java\jdk1.6.0_22\lib\tools.jar"' is not valid and will be ignored...
[java] Warning : Module classpath component '"C:\Program Files\Java\jdk1.6.0_22\jre\lib\comm.jar"' is not valid and will be ignored...
[java] Warning : Module classpath component 'C:\WINDOWS\Sun\Java\bin' is not 
valid and will be ignored...

So, though I did not change anything for  intel-xss.jarS, I don't see them 
anymore

Thanks

Jacques

Reply via email to