Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Eclipse neon error(I have an issue with running a project, that had done for me. My developer was in an accident, and I am trying to keep project going)
icon12.gif  Eclipse neon error [message #1759800] Tue, 18 April 2017 14:47 Go to next message
David Lane is currently offline David LaneFriend
Messages: 5
Registered: April 2017
Junior Member
The lines that are getting error's are marked by an X. I do not have a problem of sending whole project to make sure i get this up and running again quickly.



X package com.advantagemobilepos;

X public class AdminSetting {
public static boolean enabled;
X public static String password = "";
X public static String hint = "";
X protected static String override = "2003";

public static boolean isEnabled() {
return enabled;
}

public static void clear() {
enabled = false;
X password = "";
X hint = "";
}
}
Re: Eclipse neon error [message #1759809 is a reply to message #1759800] Tue, 18 April 2017 16:08 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Can you tell what the Error Message in the Error Marker is?
Re: Eclipse neon error [message #1759811 is a reply to message #1759809] Tue, 18 April 2017 16:22 Go to previous messageGo to next message
David Lane is currently offline David LaneFriend
Messages: 5
Registered: April 2017
Junior Member
attached are a copy of error windows. I can send more if needed. Thanks
Re: Eclipse neon error [message #1759814 is a reply to message #1759811] Tue, 18 April 2017 16:30 Go to previous messageGo to next message
David Lane is currently offline David LaneFriend
Messages: 5
Registered: April 2017
Junior Member
Thank you for any help you can give..
Re: Eclipse neon error [message #1759815 is a reply to message #1759811] Tue, 18 April 2017 16:30 Go to previous messageGo to next message
David Lane is currently offline David LaneFriend
Messages: 5
Registered: April 2017
Junior Member
Thank you for any help you can give..
Re: Eclipse neon error [message #1759833 is a reply to message #1759815] Tue, 18 April 2017 18:33 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Please notice that this forum is about the Eclipse Scout framework.

For your Problem:
Quote:
The type java.lang.String cannot be resolved. It is indirectly referenced from the required .class files


I recommend you to check this thread on StackOverflow:
http://stackoverflow.com/q/18075343/91497
Re: Eclipse neon error [message #1759884 is a reply to message #1759833] Wed, 19 April 2017 06:40 Go to previous message
David Lane is currently offline David LaneFriend
Messages: 5
Registered: April 2017
Junior Member
Thank you...
Previous Topic:How can i retrieve a byte[] field from database?
Next Topic:[neon] Enable HTML Selectors for Selenium
Goto Forum:
  


Current Time: Thu Apr 18 01:09:15 GMT 2024

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

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

Back to the top