Charles Xie

Results 17 comments of Charles Xie

> Remove the leading dash. > > Run with verbose and see if it gets any further. Also have you tried attaching a debugger or profiler such as visualVM to...

Sorry, I accidentally closed the issue by mistake. This is the command we used: java -jar packr-all-3.0.1.jar --platform mac --jdk /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk --executable Aladdin --classpath aladdin.jar --mainclass org.aladdin.App --vmargs Xmx512M XstartOnFirstThread...

This is what it outputs: ``` ala/Contents/MacOS/Aladdin --cli --verbose -- Changing working directory to /Users/ccuser/IdeaProjects/aladdin/out/artifacts/aladdin/ala/Contents/Resources ... Loading JVM runtime library ... fileSearch found libjli! filename=jre/lib/jli/libjli.dylib, lastFileSearch= Loading libjli=/Users/ccuser/IdeaProjects/aladdin/out/artifacts/aladdin/ala/Contents/Resources/jre/lib/jli/libjli.dylib Passing VM...

This app indeed uses Jogl. We will check. Is the VM argument a must in order to get it to work? How do you explain that it works on the...

Thanks for your help! We will try again tomorrow!

You are right about the windowing call. The problem is that Mac has made a rule that is incompatible with Java Swing, which requires the initialization of Swing components to...

My problem now boils down to the fact that the runnable in EventQueue.invokeLater (equivalent to SwingUtilities.invokeLater) doesn't run from the main thread. It just hangs there. Any idea?

I suggest that Antd separates triggerSubMenuOpen and triggerSubMenuClose so that we can set the former to be 'hover' and the latter to be 'click' to realize the default popup menu...

Energy2D is not unconditionally stable, meaning that a transient numerical simulation can "blow up" when the condition becomes more turbulent, such is in the cases of low viscosity, high temperature,...

Hi solarjoe, I wish I had seen your post earlier. But I didn't come to check here often. Is it too late if I respond to your questions now?