Problem with Eclipse: “An Error has occurred. See the log file …”
I have Ubuntu 13.04 and when I want run Vega program by ./Vega
I get this message
An error has occurred. See the log file
/home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log.
so what is the problem and how i can fix it ?
eclipse
add a comment |
I have Ubuntu 13.04 and when I want run Vega program by ./Vega
I get this message
An error has occurred. See the log file
/home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log.
so what is the problem and how i can fix it ?
eclipse
1
What's in the log file? If it's too big upload it to paste.ubuntu.com and post the link here.
– Eric Carvalho
Jun 19 '13 at 10:42
add a comment |
I have Ubuntu 13.04 and when I want run Vega program by ./Vega
I get this message
An error has occurred. See the log file
/home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log.
so what is the problem and how i can fix it ?
eclipse
I have Ubuntu 13.04 and when I want run Vega program by ./Vega
I get this message
An error has occurred. See the log file
/home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log.
so what is the problem and how i can fix it ?
eclipse
eclipse
edited Dec 22 '13 at 12:27
guntbert
9,431133170
9,431133170
asked Jun 19 '13 at 10:18
Eng. Alaa BatainehEng. Alaa Bataineh
6112
6112
1
What's in the log file? If it's too big upload it to paste.ubuntu.com and post the link here.
– Eric Carvalho
Jun 19 '13 at 10:42
add a comment |
1
What's in the log file? If it's too big upload it to paste.ubuntu.com and post the link here.
– Eric Carvalho
Jun 19 '13 at 10:42
1
1
What's in the log file? If it's too big upload it to paste.ubuntu.com and post the link here.
– Eric Carvalho
Jun 19 '13 at 10:42
What's in the log file? If it's too big upload it to paste.ubuntu.com and post the link here.
– Eric Carvalho
Jun 19 '13 at 10:42
add a comment |
3 Answers
3
active
oldest
votes
this worked for me :
sudo dpkg-reconfigure eclipse-pde eclipse-jdt
Click here! for more details.
1
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
add a comment |
The following code worked for me
sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java
sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
sudo chown MYUSERNAME. ~/.swt/lib/linux/x86/*
sudo chmod 755 ~/.swt/lib/linux/x86/*
source
add a comment |
An error has occurred. See the log file
/home/jrb/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1553129725083.log
Necesito ayuda me sale este error al abrir eclipse
Utilizo Elementary iOS
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f310087%2fproblem-with-eclipse-an-error-has-occurred-see-the-log-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
this worked for me :
sudo dpkg-reconfigure eclipse-pde eclipse-jdt
Click here! for more details.
1
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
add a comment |
this worked for me :
sudo dpkg-reconfigure eclipse-pde eclipse-jdt
Click here! for more details.
1
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
add a comment |
this worked for me :
sudo dpkg-reconfigure eclipse-pde eclipse-jdt
Click here! for more details.
this worked for me :
sudo dpkg-reconfigure eclipse-pde eclipse-jdt
Click here! for more details.
answered Dec 21 '13 at 16:38
YaoMingYaoMing
1
1
1
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
add a comment |
1
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
1
1
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
This is only a part of the (reported as working) solution. So please edit your answer to mention all necessary steps.
– guntbert
Dec 21 '13 at 17:12
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
a part .. that is why I put a link. and I put the code because it worked for me with no thing else!.
– YaoMing
Dec 22 '13 at 11:56
add a comment |
The following code worked for me
sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java
sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
sudo chown MYUSERNAME. ~/.swt/lib/linux/x86/*
sudo chmod 755 ~/.swt/lib/linux/x86/*
source
add a comment |
The following code worked for me
sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java
sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
sudo chown MYUSERNAME. ~/.swt/lib/linux/x86/*
sudo chmod 755 ~/.swt/lib/linux/x86/*
source
add a comment |
The following code worked for me
sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java
sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
sudo chown MYUSERNAME. ~/.swt/lib/linux/x86/*
sudo chmod 755 ~/.swt/lib/linux/x86/*
source
The following code worked for me
sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java
sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
sudo chown MYUSERNAME. ~/.swt/lib/linux/x86/*
sudo chmod 755 ~/.swt/lib/linux/x86/*
source
answered Jan 13 '14 at 9:49
Auto-Droid ツAuto-Droid ツ
1012
1012
add a comment |
add a comment |
An error has occurred. See the log file
/home/jrb/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1553129725083.log
Necesito ayuda me sale este error al abrir eclipse
Utilizo Elementary iOS
New contributor
add a comment |
An error has occurred. See the log file
/home/jrb/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1553129725083.log
Necesito ayuda me sale este error al abrir eclipse
Utilizo Elementary iOS
New contributor
add a comment |
An error has occurred. See the log file
/home/jrb/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1553129725083.log
Necesito ayuda me sale este error al abrir eclipse
Utilizo Elementary iOS
New contributor
An error has occurred. See the log file
/home/jrb/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1553129725083.log
Necesito ayuda me sale este error al abrir eclipse
Utilizo Elementary iOS
New contributor
New contributor
answered 1 hour ago
JULIO RIVERAJULIO RIVERA
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f310087%2fproblem-with-eclipse-an-error-has-occurred-see-the-log-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
What's in the log file? If it's too big upload it to paste.ubuntu.com and post the link here.
– Eric Carvalho
Jun 19 '13 at 10:42