Results 1 to 6 of 6

Thread: Classbrowser for Java

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2003
    Posts
    89

    Classbrowser for Java

    Hello,
    I have to practice a bit with the Java Environment. I downloaded that netBeans IDE and I'm starting to move the first steps. Now, even if I find the whole thing familiar since I'm already a C# developer, I still need a classbrowser / reflector for Java that could show me the contents of all those Java packages such as java.io, java.lang, java.math, java.whatever.
    I just need to view the classes they contain, their methods & properties, just like the Lutz Roeder's reflector does for the .NET framework.

    I think I found the solution when I went here:
    http://www.hta-bi.bfh.ch/~hrm/Projec...Browser/e.html
    but I can't make it work because it throws an exception as soon as I launch it. Can you provide a valid alternative classbrowser?

    Many thanks in advance
    - mo! I said MOOOOOOO!!
    - ...yep, that's a cow, alright.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Classbrowser for Java

    Why not just look at the Java API documentation? It's a lot more coherent than browsing disassembled class files or even the source code (which comes with the JDK).
    http://java.sun.com/j2se/1.5.0/docs/api/
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: Classbrowser for Java

    Dosen't Netbeans have a feature similiar to what VS provides? That little drop down list that lists all of the methods contained within the class. I forget what Microsoft calls it. Im pretty sure it's not called code complete.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2003
    Posts
    89

    Re: Classbrowser for Java

    Yes, actually. I'm using both the Intellisense and the Object Browser that are built in netBeans. I'm missing a search feature though It's useful if you're searching for a specific method. Here's a silly example:

    Which class has a method to draw an ellipse?

    If I had a search function I would type in "ellipse" and the classbrowser would return the names of all the classes it has found.
    But nevermind, I can survive without that feature. Google is always my friend, of course
    - mo! I said MOOOOOOO!!
    - ...yep, that's a cow, alright.

  5. #5
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Classbrowser for Java

    Just installed netbeans, but after a quick look, I don't see any class browser...how do one get to it?
    Install and Configure Eclipse For both Java and PHP development
    Accessible Ajax/jQuery Forms Degrade gracefully with JavaScript Disabled

  6. #6
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: Classbrowser for Java

    Navigator? On Window menu.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width