简体   繁体   English

启动了GUI beanshell,但是应用程序冻结了

[英]launched GUI beanshell but application froze

I ran the jar file successfully from the command prompt, and i see the beanshell 2.0 with a jellybean face small window being loaded. 我从命令提示符处成功运行了jar文件,并且看到带有正在加载的软糖小窗口的beanshell 2.0。 and then it seemed to have froze while loading. 然后加载时似乎冻结了。

Am i missing something, and this is from the latest beta stable jar file from here 我是否缺少某些东西,这是来自此处的最新beta稳定jar文件

加载冻结的图像

after running C:\\>java -jar C:\\Java\\jdk1.6.0_26-32\\jre\\lib\\ext\\bsh-2.0b4.jar for about 20 times, the splash page stopped freezing, and the GUI console is launched. 运行C:\\>java -jar C:\\Java\\jdk1.6.0_26-32\\jre\\lib\\ext\\bsh-2.0b4.jar约20次后,启动页面停止冻结,并启动了GUI控制台。 Opening a new command prompt and running the command doesn't seem to guarantee the GUI console will run again. 打开新的命令提示符并运行该命令似乎并不保证GUI控制台会再次运行。

Otherwise, I found that running java -Xrs -Xverify:none -cp bsh-2.0b4.jar bsh.Interpreter in the command prompt is far more effective and works all the time. 否则,我发现在命令提示符下运行java -Xrs -Xverify:none -cp bsh-2.0b4.jar bsh.Interpreter更加有效,并且始终有效。

I had this on windows 10 after launching Beanstalk from Chrome. 从Chrome启动Beanstalk之后,我在Windows 10上安装了该软件。 I couldn't find the process to terminate, but I just ran the bsh-2.0b4.jar file again and it works! 我找不到终止过程,但是我再次运行了bsh-2.0b4.jar文件,它可以正常工作!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM