Istvan Toth

Results 504 comments of Istvan Toth

> Yes, we can log something at INF., In this PR, I kept the actual behavior for Overwrite it means that it will not do the truncate before inserting data....

> @stoty, how can I run the checks that Yetus do before pushing to repository. > I did a rebase on master and pushed then I lost information about Yetus...

Yes, but setting that is still a separate setup step, so it doesn' really solve the issue.

This has already been fixed for Windows in #112

So the logic / JVM precendence could be copied from there to make sure that it behaves consistently between Unix and Windows.

I am using the standalone visualvm distribution. The JVM is chosen by the startup bash script on Unix, which chooses the JVM for running visualvm. I'm not sure what you...

> If you do not specify JDK explicitly, it is chosen by NetBeans platform code, not by VisualVM launcher script. That does not match my experience. If you do not...

also, there is heuristics in the VisualVM laucher script to find the JVM.

``` stoty@stoty-Precision-5570:~/visualvm_22/bin $ ./visualvm Cannot find java. Please use the --jdkhome switch. stoty@stoty-Precision-5570:~/visualvm_22/bin $ ``` There is no visualvm.exe for unix. Either the bash script finds a java and uses...