j2sdk and j2re in Mac OS X 10.3

Dear Developers,

I'm quite new to java and need some help.

I am a development support staff, and currently doing software adapation to Mac OS X 10.3. The software runs on j2sdk and j2re which are already available in OS X.

I need to copy some files to /j2sdk1.4.2_06/jre/lib/ext. In Windows and Linux/UNIX version I have no diffculties in finding the sudirectories of the SDK / RE (i.e. ../j2sdk1.4.2_06 for example) but I can't find those folders in Mac OS X.

Any of you have experiences in OS X 10.3 Java that could help me on this?

Thanks

.V.

[590 byte] By [Voldia] at [2007-10-1 4:20:22]
# 1
> I need to copy some files to> /j2sdk1.4.2_06/jre/lib/ext. In Windows and Linux/UNIX>no you should not.Put the files on the application classpath instead.
jwentinga at 2007-7-9 4:50:41 > top of Java-index,Administration Tools,Sun Connection...
# 2
Mac OS X being a UNIX-derivative, I would try things like find / -name jreform a command prompt.
BIJ001a at 2007-7-9 4:50:41 > top of Java-index,Administration Tools,Sun Connection...