Showing posts with label IDE. Show all posts
Showing posts with label IDE. Show all posts

Thursday, December 26, 2013

Customizing Eclipse


If you want to use a customized Eclipse IDE, you can make it easy.

More than 600 plugins waits for you :).

https://yoxos.eclipsesource.com/

Friday, October 4, 2013

NetBeans for java beans :)

As a java developer kawa, notepad :) , IntelliJ, jdeveloper and eclipse tools that i used.

It comes to learn Netbeans IDE.

You must know this:

        As i heard;
                     James Gosling: "NetBeans is the new powerpoint"

        As i watched;

                    Good Java application samples  developed and shown by using Netbeans IDE

I thought that Netbeans calls me :-). Being learned Primefaces played an extra role :).

As I hope so the following weeks you are going to see my netbeans experience in this blog.

I  downloaded and started to read tutorials about development in the Netbeans' web site.
I started from this page: https://netbeans.org/kb/docs/java/gui-functionality.html


firstly I want to comment for the one of tutorials and this message took my interest and i really really like it :).



As a summary for this night,
Code and Development samples in the Netbeans are very simple explanation and helpful.

If you download "debugging-sample" sample project, you can understand how the human-programming interaction is improved to the better than before when you see the method of "setLookAndFeel" :). I found very exciting. Maybe some Java/Swing developers familiar with this. Please ignore my re-discoveries.
http://www.amazon.com/Java-Look-Design-Guidelines-Edition/dp/0201725886



i found a more detail for this.
http://docs.oracle.com/javase/6/docs/api/javax/swing/UIManager.html

From the Netbeans how the topic flowed to the this class, i really didnt recognize:) sorry






Friday, May 10, 2013

The code of method getValue() is exceeding the 65535 bytes limit

You should be you* dont get this error:
                                   The code of method getV() is exceeding the 65535 bytes limit
Because you have to split your java methods.
http://stackoverflow.com/questions/12257398/how-to-fix-the-code-of-method-is-exceeding-the-65535-bytes-limit

* :) in turkish idom (Sen, sen ol)

Friday, November 11, 2011

Eclipse's 10th Birthday

During this november, maybe you'have a chance to join Eclipse Events all around the world.

So this following link may help you to learn nearest place!

http://wiki.eclipse.org/Eclipse_DemoCamps_November_2011#November_7_-_November_12

Monday, September 26, 2011

Eclipse: CreateProcess error=87, The parameter is incorrect

If you are using Eclipse as development IDE, one day.., May be, it is possible that you can get the following error :
... CreateProcess error=87, The parameter is incorrect

It means that classpath entries are too long for running you program.

When you copy your related library files into one path for instance c:\lib then change file addresses
of your classpath then happy end :).