What're the conventions for directory's with regards to packages and
source?
Path for source code
C:\java\src\atreides\hello\HelloWorldSwing.java
Path for package
C:\java\atreides\hello\
Path for JTidy
C:\java\org\w3c\jtidy-04aug2000r6\
HelloWorldSwing.java SSCE @
<http://thufir.lecktronix.net/java/> then click HelloWorldSwing.java
I can't find a consistent naming scheme which cleanly seperates source
from byte code.
Thanks,
Thufir Hawat
thufir - 14 Jan 2005 22:01 GMT
I'm trying to seperate source from byte code, but get errors :(
C:\>javac C:\java\src\atreides\hello\HelloWorldSwing.java -d
C:\java\atreides\hello\
C:\java\src\atreides\hello\HelloWorldSwing.java:37: error while writing
<anonymous atreides.hello.HelloWorldSwing$1>:
C:\java\atreides\hello\atreides\hello\HelloWorldSwing$1.class (The
system
cannot find the path specified)
public void run() {
^
1 error
Path for source code
C:\java\src\atreides\hello\HelloWorldSwing.java
Path for byte code
C:\java\atreides\hello\
Path for JTidy
C:\java\org\w3c\jtidy-04aug2000r6\
HelloWorldSwing.java SSCE @
<http://thufir.lecktronix.net/java/> then click HelloWorldSwing.java