Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Starting out with Eclipse...
Starting out with Eclipse... [message #1787587] Tue, 29 May 2018 17:09
Christopher Jones is currently offline Christopher JonesFriend
Messages: 1
Registered: May 2018
Junior Member
HI everyone, just getting started out on my journey on learning JavaScript with Eclipse. However I'm having some problems. I'm making my way through the JavaScript & jQuery book by the missing manual and at the beginning of the book they feature this basic code:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Mr Web Page</title>
<script>
alert('hello world!);
</script>
</head>

so I typed this in then click the "test run" green button at the top of the page but then a message saying "Error: Could not find or load main class Test" comes up. Why is this? Any responses/help would be greatly appreciated. Thanks

[Updated on: Wed, 30 May 2018 14:14]

Report message to a moderator

Previous Topic:At every start: An error has occured
Next Topic:Permission denied while saving a file in eclipse
Goto Forum:
  


Current Time: Fri Apr 26 08:31:49 GMT 2024

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

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

Back to the top