Changes between Initial Version and Version 2 of Ticket #22760
- Timestamp:
- Dec 3, 2009, 4:34:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22760
- Property Owner changed from macports-tickets@… to landonf@…
-
Ticket #22760 – Description
initial v2 4 4 5 5 anyway i end up with this:[[BR]] 6 {{{ 6 7 ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java:41: com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl is not abstract and does not override abstract method close() in java.io.Closeable 7 8 public class ThreadPoolImpl implements ThreadPool … … 10 11 public class ThreadPoolManagerImpl implements ThreadPoolManager 11 12 ^ 13 }}} 12 14 13 15 attaching my changes to the port/patches this far, and the full end of the build-log if you want more let me know.. … … 15 17 if anyone (ppc or not) can try to build this against apple vm 1.5 i'd appreciate it as it does no longer seem like a architecture issue..[[BR]] 16 18 hint ("no warranty"): 19 {{{ 17 20 ln -s "/System/Library/Frameworks/JavaVM.framework/Versions/1.5" "/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK" 21 }}} 18 22 19 23 ..or if you know another way to get to run java 1.6 on my ppc..[[BR]] … … 26 30 27 31 [[BR]] 28 32 {{{ 29 33 $ /usr/bin/java -version 30 34 or … … 33 37 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02-315)[[BR]] 34 38 Java HotSpot(TM) Client VM (build 1.5.0_20-141, mixed mode, sharing) 35 39 }}} 36 40 [[BR]] 37 41