Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Tuesday, September 26, 2017

Get user input in java


Could not launch the product because the specified workspace... - eclipse

Just hit OK,,, aand.....
 OK... again.....
Doneee... :D


Saturday, October 29, 2016

Import and Run Laravel Project in Eclipse PDT




Okie... Next thing we have to do is configuring laravel new server....So go to "Run" menu, choose "Run Configuration" :
Hit "New" to create a new configuration


Just hit "Finish"... okaay... mmmm.mmmmmmm............Next, right-click on welcome.blade.php, then run as webapplication :


Oooops.... We need to run "php artisan serve" from cmd then... :D
 Refresh the page.... aaaand... tadaaa....

Getting Started with Eclipse PDT (PHP Development Tools)

So... First thing first...is downloading the eclipse PDT. We can download it from this site :
http://www.eclipse.org/pdt/#download
After downloading and unzipping the eclipse pdt.. just hit eclipse.exe...


Next... Let's create a new PHP project...





Next.. Create a new php file:




OKiee.... Let's a Hellow World like usual... :D

To run it, right click on the file, then choose, Run as PHP web application :



Yaaaps..... That's the end of this post... :D

Go to the next part...

Sunday, July 17, 2016

myFirst Express HellowWorld Node.js Project :D

Mari kita bikin projectnya dari awal pake nodeclipse.... :D


Terus klu kita run....klik kanan app.js, terus pilih run as node application :
Tampilannya di browser...
Yooooowh..... :D Terus klu kita ubah jadi Hellow Hisoka...

Hasilnya...

npm install connect in Nodeclipse

If you want to install connect module in nodeclipse, first thing you have to do is opening the package.json in your nodeclipse project like this :
Next.... add dependencies for connect-flass as shown below :
Next... right click on package.json, choose "Run as -- npm install" :
aaaand... doneee....
You can also install another module by just adding it here on depencies section, for example adding  "passport-google-oauth": "*", 
Then run it again as npm install...
Well... that's all... :D :D :D :D