Skip to main content



      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 00:42 Go to next message
Eclipse UserFriend
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 01:47 Go to previous message
Eclipse UserFriend
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: Mon Apr 28 13:06:43 EDT 2025

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

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

Back to the top