Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » by using eclipse wtp3.3 create WAR product configuration,export war file,one error occurs
by using eclipse wtp3.3 create WAR product configuration,export war file,one error occurs [message #758445] Wed, 23 November 2011 10:30
terry  is currently offline terry Friend
Messages: 6
Registered: November 2011
Junior Member

here is the error detail:
@dot.log
# 11-11-23 18:06:50
# Eclipse Compiler for Java(TM) 0.B76_R37x, 3.7.1, Copyright IBM Corp 2000, 2011. All rights reserved.
----------
1. ERROR in D:\work\eoffice\src\com\yidatec\eoffice\startup\Application.java (at line 22)
}
^
Syntax error on token "}", { expected after this token
----------
2. ERROR in D:\work\eoffice\src\com\yidatec\eoffice\startup\Application.java (at line 24)
return PlatformUI.createAndRunWorkbench(display,
new ApplicationWorkbenchAdvisor());
}

public void stop() {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax error on token(s), misplaced construct(s)
----------
3. ERROR in D:\work\eoffice\src\com\yidatec\eoffice\startup\Application.java (at line 26)
}
^
Syntax error on token "}", delete this token
----------
4. ERROR in D:\work\eoffice\src\com\yidatec\eoffice\startup\Application.java (at line 28)
public void stop() {
^^^^
Syntax error on token "void", @ expected

Previous Topic:In RAP Platform , how to create a login dialog?
Next Topic:Profiling RAP using Yourkit and Eclipse
Goto Forum:
  


Current Time: Wed Apr 24 13:32:01 GMT 2024

Powered by FUDForum. Page generated in 0.03273 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top