Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Andreas Leitgeb Newsgroups: comp.lang.java.programmer Subject: Re: more porting issues to Java 11 Date: Thu, 4 Apr 2019 13:04:26 -0000 (UTC) Organization: A noiseless patient Spider Lines: 25 Message-ID: References: Reply-To: avl@logic.at Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 4 Apr 2019 13:04:26 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="e62b29e720dbf7aab24875ead4725a5d"; logging-data="9688"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19O8xPwZ0JsDMfldNAro04F" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:tuDExoiWY5twxHYssHd6flkpChk= Xref: csiph.com comp.lang.java.programmer:38862 Arne Vajhøj wrote: > On 4/3/2019 1:21 PM, Andreas Leitgeb wrote: >> Another problem will be Corba: >> I've been using JacORB for the Corba implementation so far, but it >> just doesn't include the central interfaces and stubs that once were >> in the jdk). >> When just running the old compiled code with new Java 11, then a >> java.lang.NoClassDefFoundError is thrown for nonexistant class >> javax/rmi/CORBA/Stub, and the stacktrace reveals, that JacORB >> is the one who attempted to use/load it - in particular from >> org.jacorb.orb.ORB._getDelegate(ORB.java:586) (JacORB 3.9) > > Say hi to the 1990's. I "inherited" maintenance of that program in the early 2000s, and these say "hi, back" :-) > The two most obvious solutions IMHO: > * [...] > * find another Java CORBA implementation that supports > Java 11 For this one, I hoped that asking here on c.l.j.p might push me a bit along that way...