璟很棒啊但除非它能够给母船打电话,否则它不会启动。我的互联网访问是通过公司网络代理进行的。 Jing 似乎没有提供任何配置其互联网连接的方法。您可能会认为它只会使用适用于浏览的 Windows 互联网连接设置,但不会。
有人解决这个问题吗?也许有一些配置文件或注册表设置可以解决这个问题?
谢谢!
Jing is great. But it won't start unless it can phone the mother ship. My internet access is via corporate web proxy. Jing doesn't seem to offer any way of configuring its connection to the internet. You'd think it would just use the windows internet connection settings that work for browsing, but no dice.
Anyone solve this problem? Maybe there are some configuration files or registry settings that would fix this?
Thanks!
发布评论
评论(2)
我知道您已经弄清楚为什么您的不起作用,但以下是如何配置 Jing 以使用代理。只需在 c:\program files\techsmith\jing 目录中创建 jing.exe.config 文件,并在其中放入:
<代理proxyaddress="http://proxy.you.com:8080"bypassonlocal="true"/>
将代理地址替换为您的地址,然后您就可以正常工作了。
I realize that you figured out why yours wasn't working, but here is how to configure Jing to use a proxy. Just create a jing.exe.config file inside the c:\program files\techsmith\jing directory, and in it put:
<configuration>
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy proxyaddress="http://proxy.you.com:8080" bypassonlocal="true" />
</defaultProxy>
</system.net>
</configuration>
Replace the proxy address with yours, and you'll be in business.
卫生部!
发现Jing出现网络连接错误的真正原因是我们公司阻止了对“screencast.com”的访问。
没关系。
DOH!
Found out the real reason Jing is getting internet connection errors is that our company has blocked access to 'screencast.com'.
Never mind.