gpt4 book ai didi

java - com.sun.proxy.$Proxy1 无法转换为

转载 作者:行者123 更新时间:2023-12-01 07:28:41 24 4
gpt4 key购买 nike

GameV1 游戏;

  public void connect() {
connect("//localhost/Game");
if (getServer() != null) {
game= (GameV1) getServer();

}

}

这个方法“connect(”//localhost/Game”);”只需将服务器设置为 upperclase,然后将其转换为 GameV1游戏=界面GameV1=带有实现 Game 的具体类

if (getServer() != null)这返回 true 但我在转换时收到此错误com.sun.proxy.$Proxy1 无法转换为 GameV1

最佳答案

使用 RMI 远程对象,您无法转换为具体类。您必须转换到远程接口(interface)。

关于java - com.sun.proxy.$Proxy1 无法转换为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20303571/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com