The 
synopsis<http://docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/javac.html#options>for
 the -classpath option passed to javac (and therefore available to 
com.sun.tools.javac.Main as well) states that if not set and there is no 
CLASSPATH environmental variable, then the current working directory is 
used.  I wonder if that affects your tests in a false-positive manner?


On Tuesday, June 26, 2012 2:32:30 PM UTC-5, steve.ebersole wrote:
>
> On Tuesday, June 26, 2012 2:09:40 PM UTC-5, Thomas Mueller wrote:
>>
>> Hi, 
>>
>> Hm, I wonder what is the easiest way to reproduce the problem... 
>>
>
> To be honest, now that you have explained how this works, unless you are 
> setting up a classpath environmental variable I do not see how this would 
> ever work.  Unless I have complete misunderstanding of how 
> com.sun.tools.javac.Main works
>  
>
>>
>> > IIUC the problem is really the classpath given to 
>> com.sun.tools.javac.Main. 
>> > Or most likely the lack thereof. 
>>
>> Yes, most likely. Do you use a special classloader environment (a web 
>> server, OSGi,...)? 
>>
>
> I am not using a special classloader.  This is a new test class I am 
> developing as part of the Hibernate test suite and which I am trying to run 
> from my IDE (IntelliJ). 
>
>>
>> > I am using the Oracle Java 7 JDK for Linux. 
>>
>> OK, but I don't think this alone is the problem. 
>>
>
> No, nor do I.  But you asked which JVM I use, so I said ;) 
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/U-A2_2091rgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to