Блог пользователя Topcoder_Updates

Автор Topcoder_Updates, история, 4 года назад, По-английски

Topcoder SRM 829 is scheduled to start at 21:00 UTC-4 on May 11, 2022.

Registration is now open for the SRM in the Arena or Applet and closes at 20:55 UTC-4 .The coding phase will start at 21:05 UTC-4, so make sure that you are all ready to go. Click here to see what time it starts in your area.

Please take a look at our How to Compete guide to understand Topcoder Algorithm rounds better.

Some Important Links:: Match Results (match results, rating changes, challenges, individual test case results), Problem Archive, Problem Writing, Algorithm Rankings, Editorials and Older Editorials(SRM 710 and before),

Best of luck!
- The Topcoder Team

  • Проголосовать: нравится
  • -8
  • Проголосовать: не нравится

»
4 года назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Hi, I am not able to use the applet. It gives the following message:

net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute javaws/browser from the command line and send a bug report.
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:413)
	at net.sourceforge.jnlp.Launcher.access$300(Launcher.java:71)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:660)
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:406)
	... 2 more
Caused by: java.lang.NoClassDefFoundError: com/topcoder/client/contestant/LoginException
	at java.base/java.lang.Class.getDeclaredMethods0(Native Method)

I am using OpenWebStart after facing some errors (I don't remember exactly, there are just too much errors). Therefore I don't know how to execute javaws/browser since it doesn't work. I tried many versions of ContestAppletProd.jnlp and nothing worked.

Can anyone help?

And if this is an universal error, could you update the "How to Compete guide"?