Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » console.log and JavaScript with Eclipse luna(console.log in eclipse not able to show things up in console)
icon4.gif  console.log and JavaScript with Eclipse luna [message #1702817] Sat, 25 July 2015 04:42 Go to next message
pushkar rawat is currently offline pushkar rawatFriend
Messages: 1
Registered: July 2015
Junior Member
var array=[];
array[0]=1;
array[1]="stringElement";
console.log(array[1]);

This above is my demo code of js, console.log is not showing any result in the console panel. I am running my script in Eclipse IDE.
Re: console.log and JavaScript with Eclipse luna [message #1714704 is a reply to message #1702817] Mon, 16 November 2015 06:47 Go to previous message
Sebastian Janzen is currently offline Sebastian JanzenFriend
Messages: 5
Registered: November 2015
Junior Member
Hi!

What is your intend with that code? The console.log() in the JavaScript just appear in the Browsers JavaScript console. And that is not related to the backend.
Previous Topic:run jar file
Next Topic:Eclipse Paints Over Window With Focus
Goto Forum:
  


Current Time: Sat Apr 20 00:52:48 GMT 2024

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

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

Back to the top