[Bug 3674] Unable to launch applet with a error Entry-Point manifest attribute for yours 'exc.fe.FeLaunch'not found
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sat Jan 19 14:21:09 UTC 2019
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3674
--- Comment #9 from Radhadatta <radmahap at in.ibm.com> ---
(In reply to JiriVanek from comment #8)
> (In reply to JiriVanek from comment #7)
> > btw the manifest in jar do not specify main class.
> Sorry, I wrote it badly
>
> The manifest in your example jar, do not have main-class attribute
After several trial and error process we found where our code fails .
IcedTeaWeb unable to create the Object dynamically . The code fails in
C1.newInstance().
..................................................
public static Object loadObject(String name)
{
Class cl;
try
{
cl = Class.forName(name);
System.out.println("C1 value...."+cl);
}
catch (Exception e)
{
System.out.println("G 3. e= load object "+e.getMessage());
return (null);
}
try
{
return (cl.newInstance());
}
catch (Exception ee)
{
System.out.println("cl.newInstance()"+ee.getMessage());
return (null);
}
}
....................................
logs:
[IBM_ADMIN][ITW-JAVAWS-CLIENT][MESSAGE_ALL][Sat Jan 19 19:17:04 IST
2019][sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)] NETX Thread#
83e6abb, name AWT-EventQueue-1: Sat Jan 19 2019 19:17:04:437 IST true 28
cl.newInstance()null
[IBM_ADMIN][ITW-JAVAWS-CLIENT][MESSAGE_ALL][Sat Jan 19 19:17:04 IST
2019][sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)] NETX Thread#
83e6abb, name AWT-EventQueue-1: Sat Jan 19 2019 19:17:04:437 IST true 28 Rerurn
app--exc.fe.FeLaunch[panel0,3,25,126x10,layout=java.awt.FlowLayout]
[IBM_ADMIN][ITW-JAVAWS-CLIENT][MESSAGE_ALL][Sat Jan 19 19:17:04 IST
2019][sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)] NETX Thread#
83e6abb, name AWT-EventQueue-1: Sat Jan 19 2019 19:17:04:427 IST true 28 C1
value....class exc.fe.FeLogon
[IBM_ADMIN][ITW-JAVAWS-CLIENT][MESSAGE_ALL][Sat Jan 19 19:17:04 IST
2019][sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)] NETX Thread#
83e6abb, name AWT-EventQueue-1: Sat Jan 19 2019 19:17:04:417 IST true 28 Gpanel
start.....exc.fe.FeLogon
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190119/e3268486/attachment.html>
More information about the distro-pkg-dev
mailing list