class A{ B one;} class B{ A one;} 请问能通过编译吗?有什么解决方法?

blackdargn003 2007-10-17 08:02:16
class A{ B one;} class B{ A one;} 请问能通过编译吗?有什么解决方法?
...全文
68 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
qiuqiupeng 2007-10-25
  • 打赏
  • 举报
回复
实践是检验真理的唯一标准。
manbaum 2007-10-25
  • 打赏
  • 举报
回复
2楼的,你那个是java语法么?有标准的语法你不写,非要自创啊?谁看得懂啊?
ataox 2007-10-25
  • 打赏
  • 举报
回复
javac *.java subdir1\*.java subdir2\*.java ....
Yanbin_Q 2007-10-23
  • 打赏
  • 举报
回复
请问你试过没有
Yanbin_Q 2007-10-23
  • 打赏
  • 举报
回复
[size=24px]请问你试过没有![/size]
blackdargn003 2007-10-18
  • 打赏
  • 举报
回复
问题解决,谢谢你!!!!!!!!!!!!!!!!!!!!!!!!
但 对与于下面的我无法编译:
//package com.oozinoz.iterator==={CompositeIterator}
//package com.oozinoz.process===={Process*********}
//------>需要么个类
CompositeIterator------>ProcessComponent----->ProcessVisitor-------->
{
ProcessAlternation ----->extends ProcessComposite------->CompositeIterator****进入循环?
ProcessSequence--------->extends ProcessComposite------->****进入循环?
ProcessStep------------->extends ProcessComponent------->****进入循环?
}
请问这个循环能编译吗?
闲云的的 2007-10-17
  • 打赏
  • 举报
回复
可以啊 , 如果用开发工具就很方便 比如eclipse
如果用命令行,可以直接用 javac *.java
java反编译工具jad 1.5.8g支持 jdk1.5,jdk1.6。说明很多记住一个万能的命令基本就够用了。jad -sjava -r -8 -o **\*.class ---------------This is README file for Jad - the fast Java Decompiler.Jad home page: http://www.kpdus.com/jad.htmlCopyright 2001 Pavel Kouznetsov (jad@kpdus.com).0. Please read the disclaimer on the Jad home page.1. Installation.Unzip jad.zip file into any appropriate directory on your hard drive.This will create two files: - an executable file named 'jad.exe' (Windows *) or 'jad' (*n*x) - this README fileNo other setup is required.2. How to use JadTo decompile a single JAVA class file 'example1.class' type the following: jad example1.classThis command creates file 'example1.jad' in the current directory.If such file already exists Jad asks whether you want to overwrite it or not.Option -o permits overwriting without a confirmation.You can omit .class extension and/or use wildcards in the names ofinput files.Option -s allows to change output file extension: jad -sjava example1.classThis command creates file 'example1.java'. Be careful when usingoptions -o and -sjava together, because Jad can accidentally overwriteyour own source files.Jad uses JAVA class name as an output file name. For example, if classfile 'example1.class' contains JAVA class 'test1' then Jad will createfile 'test1.jad' rather than 'example1.jad'. If you want to specifyyour own output file name use the output redirection: jad -p example1.class > myexm1.javaOption -d allows you to specify another directory for output files,which are created, by default, in the current directory. For example: jad -o -dtest -sjava *.class (or jad -o -d test -s java *.class, which has the same effect)This command decompiles all .class files in the current directory <

50,545

社区成员

发帖
与我相关
我的任务
社区描述
Java相关技术讨论
javaspring bootspring cloud 技术论坛(原bbs)
社区管理员
  • Java相关社区
  • 小虚竹
  • 谙忆
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧