Re: Install a Java IDE
On Mon, Feb 27, 2006 at 06:22:42PM -0500, CasperLinux wrote: > Nothing is wrong with Eclipse - just when I installed it and tried to do > something (and at this point I don't even remember what I was doing) it kept > asking for plugins I didn't have loaded. I finally threw in the towel and > uninstalled it pending locating some documetnation on what to load including > plugins. It asked you for installed more plugins? That's at least uncommon. Waht Eclipse did you used? What do you did exactly? Maybe this is a bug in the eclipse provided by Debian. Just to get sure on my side. Cheers Michael. -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Install a Java IDE
I think you misunderstood my purpose: On Monday 27 February 2006 10:03, Michael Koch wrote: > On Mon, Feb 27, 2006 at 07:51:10AM -0500, CasperLinux wrote: > > I am starting to learn programming Java (and programming in general for > > that matter). I'd like to use my Debian Testing box to work on. I have > > read and know that Eclipse is available but when I installed it the > > plugin choices were not intuitive so I uninstalled it and decided to ask > > "directions". > > I dont understand. What is wrong with Eclipse? Nothing is wrong with Eclipse - just when I installed it and tried to do something (and at this point I don't even remember what I was doing) it kept asking for plugins I didn't have loaded. I finally threw in the towel and uninstalled it pending locating some documetnation on what to load including plugins. > > > I have not found a clear document via google. Can someone either point > > me to where I can determine what needs to be loaded and so advise. > > To learn a programming language like Java its generally a good idea to > read a good book about this. Personally I learned it from "teach > yourself java 1.1 programming in 24 hours". Its not the best but it was > okay for me. Got one. Beginning Programming with Java for Dummies. Very basic but met my needs. Also I am in a BSIT program and beginning programming class next week. Coupled together I should get some of this to come together. Again, I have an IDE in windows but want to use Linux for this. > > > Cheers, > Michael > -- > Escape the Java Trap with GNU Classpath! > http://www.gnu.org/philosophy/java-trap.html > > Join the community at http://planet.classpath.org/ Don -- - Powered by Debian Linux - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: invoking gcj methods from gdb
Michael Koch writes: > On Sat, Feb 25, 2006 at 03:45:43AM -0500, Daniel Risacher wrote: > > > > While using gdb to debug my native-compiled application, I can step, > > backtrace, examine local variables, etc. > > > > But I cannot seem to invoke a method - doing so causes a segfault. > > > > i.e. 'print simplevar' works, but 'print obj.method()' does not. > > > > Is this normal? Is there a workaround? Is it just me? > > > > [p.s. using gdb 6.4-debian, gcj (GCC) 4.0.3 20060212 (prerelease) (Debian > > 4.0.2-9)] > > Thats not supported yet and afaik there are some things missing in gdb > for it. as far as I understood. Maybe gcj misses some other parts too. I can't remember what's supposed not to be there and what broke. Suggest you bounce this message to [EMAIL PROTECTED] Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Install a Java IDE
On Mon, Feb 27, 2006 at 02:58:12PM +0100, RalfGesellensetter wrote: > In generally it is important that you have a "valid" java version > installed: java --version What do you mean by this? What does "valid" mean in your context? > Then just start eclipse by entering in any console > > java -jar eclipse/startup.jar That is the way you should not do it. If you use upstream eclipse use $ECLIPSEDIR/eclipse or with eclipse from Debian just use eclipse Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Install a Java IDE
Am Montag 27 Februar 2006 13:51 schrieb CasperLinux: > I have not found a clear document via google. Can someone either > point me to where I can determine what needs to be loaded and so > advise. Hi there, for beginners, BlueJ might be interesting to watch classes growing and study the behavior of objects. Later you can use eclipse as well. If you read German, try out this document (1). In generally it is important that you have a "valid" java version installed: java --version Then just start eclipse by entering in any console java -jar eclipse/startup.jar Good Luck Ralf 1. http://skolelinux.de/wiki/RalfGesellensetter/Entwicklung/Java
Re: Install a Java IDE
On Mon, Feb 27, 2006 at 07:51:10AM -0500, CasperLinux wrote: > I am starting to learn programming Java (and programming in general for that > matter). I'd like to use my Debian Testing box to work on. I have read and > know that Eclipse is available but when I installed it the plugin choices > were not intuitive so I uninstalled it and decided to ask "directions". I dont understand. What is wrong with Eclipse? > I have not found a clear document via google. Can someone either point me to > where I can determine what needs to be loaded and so advise. To learn a programming language like Java its generally a good idea to read a good book about this. Personally I learned it from "teach yourself java 1.1 programming in 24 hours". Its not the best but it was okay for me. Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Install a Java IDE
I am starting to learn programming Java (and programming in general for that matter). I'd like to use my Debian Testing box to work on. I have read and know that Eclipse is available but when I installed it the plugin choices were not intuitive so I uninstalled it and decided to ask "directions". I have not found a clear document via google. Can someone either point me to where I can determine what needs to be loaded and so advise. I currently have an IDE on a windows box but I hate having to switch back and forth. Don -- - Powered by Debian Linux - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]