Menu

#89 java.lang.NoClassDefFoundError: org/chromium/sdk/wip/WipBackendFactory

New
nobody
None
Medium
Defect
2013-08-19
2013-08-19
Anonymous
No

Originally created by: yu.pitom...@gmail.com

I try to add debug support for chrome application.

When I write code in eclipse I don't have any error during compilation. In runtime I got en following error:

!STACK 0
java.lang.NoClassDefFoundError: org/chromium/sdk/wip/WipBackendFactory

-2.WipBrowser browser = WipBrowserFactory.INSTANCE.createBrowser(new -1.InetSocketAddress("localhost", port), new EmptyLoggerFactory());
0.       
1. WipBackendFactory factory = new WipBackendFactory();
2. WipBackend backend = factory.create();
3. try
4. {
5.    browser.getTabs(backend);
6. }
7. catch (IOException e)
8. {
9.    e.printStackTrace();
10.}

So I have an error in line 1. what is the problem?

Discussion


Log in to post a comment.