Re: jcc dll loading error

2012-05-26 Thread Andi Vajda
On May 26, 2012, at 1:30, Mark Finkelstein wrote: > Apparently the correct (I think) command is: > > python -m jcc.__main__ --find-jvm-dll > > But if I use this I get: > > C:\Users\avastmatey>python -m jcc.__main__ --find-jvm-dll --jar "C:\Program > Files\Micro-Manager-1.4\plugins\Micro-Manag

Re: jcc dll loading error

2012-05-26 Thread Mark Finkelstein
That solved it; apparently it wasnt using the CLASSPATH variable to get this information, but specifying it directly solved this. Hopefully this will be one of the last errors; after pushing forward, I found myself C:\MinGW\bin\gcc.exe -mdll -O -Wall -DPYTHON -DJCC_VER="2.13" -D_java_generics -IX:

Re: jcc dll loading error

2012-05-26 Thread Andi Vajda
On Sat, 26 May 2012, Mark Finkelstein wrote: That solved it; apparently it wasnt using the CLASSPATH variable to get this information, but specifying it directly solved this. Hopefully this will be one of the last errors; after pushing forward, I found myself C:\MinGW\bin\gcc.exe -mdll -O -Wal