Skip to content

framework error #23

@Haibi04

Description

@Haibi04

!ENTRY org.eclipse.wst.web.ui 4 0 2018-07-05 10:24:24.526
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.wst.web.ui [922]

I can't solve the problem, could you help me? and I also have the problem at
package cn.ieclipse.smartim.common.Notifications

public Notifications(Display display, int style) {
super(display, style);
try {
Class<?> clazz = Class.forName("org.eclipse.swt.internal.win32.OS");
if (clazz != null) {
long top = clazz.getField("HWND_TOPMOST").getLong(null);
Method m = clazz.getMethod("SetWindowPos", long.class,
long.class, int.class, int.class, int.class, int.class,
int.class);
m.invoke(null, this.handle, top, 0, 0, 0, 0, 0);

the handle cannot be resolved or is not a field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions