Good Java GUI Designer... & UML Eclipse Plugin...

Hi,
Im starting my final year project in september & while I have some free time I wanted to get prepared and set up my development environment.
Im going to be using Eclipse for the IDE which is fine.
But I need a GUI designer, so I can throw a GUI together quickly so I can get a prototype out for December.
But I have searched High and Low for one and threre does not seem to be a decent (free) one about Jigloo seems to have problems on my mac and does not seems to be that good.
Any suggestions?
Also can anyone recommend and good UML plugin for eclipse?
Message was edited by:
ChrisUK

Why not use Netbeans? I don't think you will find a better GUI builders than Matisse.
I have used Jigloo, it is okay but I would rather build my GUI in Netbeans and then import my code to Eclipse.
I have never used any UML plug-ins for Eclipse but I have used Poseidon which is free for non-commercial use and a pretty cool UML designer.
http://www.gentleware.com/uml-software-community-edition.html
http://www.netbeans.org/kb/41/flash-matisse.html

Similar Messages

  • What is the best FREE GUI Builder in Eclipse plugin??

    hello experts!!!
    nid ur help... does anyone here uses Eclipse editor?? i am using Jigloo Gui Builder plugin to create GUI
    BUT there GROUP layout manager it sucks its so diffucult to layout..
    what is the best FREE GUI Builder in Eclipse plugin??

    kagaw3000 wrote:
    i am not an english speaker and i am not an American citizen.And many others here are not primary or secondary English speakers either. How can you expect them to understand you if you use strange abbreviations? Programming is an exercise in precision. If you have a question here, you would do well to communicate it precisely.
    At the site [How to Ask Smart Questions|http://www.catb.org/~esr/faqs/smart-questions.html#writewell] :
    h1. Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal � in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse �its� with �it's�, �loose� with �lose�, or �discrete� with �discreet�. Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate boob you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate boob to save two entire keystrokes. Worse: writing like a l33t script kiddie hax0r is the absolute kiss of death and guarantees you will receive nothing but stony silence (or, at best, a heaping helping of scorn and sarcasm) in return.
    If you are asking questions in a forum that does not use your native language, you will get a limited amount of slack for spelling and grammar errors � but no extra slack at all for laziness (and yes, we can usually spot that difference). Also, unless you know what your respondent's languages are, write in English. Busy hackers tend to simply flush questions in languages they don't understand, and English is the working language of the Internet. By writing in English you minimize your chances that your question will be discarded unread.
    the main issue here is my questionMy recommendation: learn to do Swing without a code-generator. You gain a much better understanding of the underpinnings of Swing, the layout managers, and you gain extremely good control of component placement.

  • BPEL Designer Download, Eclipse Plugin Fails to Install

    BPEL Designer Download, Eclipse Plugin Fails to Install
    When installing the .exe, the download does not identify the proper version of Eclipse. It fails stating that the version required is at least 3.0, which is the only version install on my computer
    Anyone have any ideas?
    Thanks.
    -dave
    404-661-6767

    David,
    This might be caused by the fact the fact that you have the platform version of eclipse. BPEL PM requires the SDK version (full download ~87MB).
    Edwin

  • Running Java program created with Eclipse plugin fails to open report

    I created a CR 2008 report and using the Eclipse plug-in I created a Java program to drive data through the report and export the resulting reports as pdf files.
    This process works just fine if I run the Java program in Eclipse. I copied the code to a server to run the application remote.
    The program fails at the point of opening the Crystal Report. This is the error.
    D:\src>java EDIInvoice
    Current date : 2009928-
    Report output name is : D:\src\report\Invoice2009928-45462829.pdf
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com/ibm/icu/util/Ca
    lendar---- Error code:-2147467259 Error code name:failed
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
    This is the code
    public class EDIInvoice {
         private static final String REPORT_NAME = "D:
    src
    CR8Invoice.rpt";
         public static void launchApplication() {
         try
            FileInputStream in = new FileInputStream("D:
    src
    ghxInv.txt");
            BufferedReader br = new BufferedReader(new InputStreamReader(in));
            String strLine;
            Calendar cal = new GregorianCalendar();
            int month = cal.get(Calendar.MONTH);
            int year = cal.get(Calendar.YEAR);
            int day = cal.get(Calendar.DAY_OF_MONTH);
            String today = (year + "" + (month + 1) + "" + day + "-");
            System.out.println("Current date : " + today);
    // Read the file one line at a time
            while ((strLine = br.readLine()) != null)  
                String patternStr = ",";
                String[] fields = strLine.split(patternStr);
                String EXPORT_FILE = "D:
    src
    report
    Invoice" + today + fields[1] + ".pdf";
                String Company  = fields[0];
                String Invoice = fields[1];
                String PO_number  = fields[2];
                       System.out.println("Report output name is : " + EXPORT_FILE);
         try {
    //Open report.
         ReportClientDocument reportClientDoc = new ReportClientDocument();
         reportClientDoc.open(REPORT_NAME, 0);
         System.out.println("Opened the report");
    As you can see the first 2 println statements worked fine, but the 3rd one failed. The program was not able to open the report.
    Is there a reason the code can not run without Eclipse?

    did you copy all the jar files? especially the jrcadapter.jar? please download the following sample and modify it accordingly:
    [http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f087d31f-3e11-2c10-2cba-fcb5855f79ef]

  • JAVA GUI Builder

    Hi,
    Does anyone know any "good" Java GUI Builder?
    Thank all.
    Dang Nguyen Duc

    There is a combination of tools you may find useful:
    Eclipse as an IDE - free and downloadable from eclipse.org
    Plugin for Eclipse called swt-designer. Free version for non-commercial use; very minimal price (~$200) for commercial use (one seat).
    Caveat: This is built around using SWT, not AWT/Swing.
    JBuilder also has GUI building tools.

  • How to create TableViewer in eclipse (Eclipse Plugin)

    Hi All,
    How to create a TableViewer using Eclipse plug-in development.
    here i want to create a Eclipse plug-in to show data from database using tableviewer, from that i have to perform CRUD operations.
    can any one please give me some overview of these i am new to this type of development of plugins.
    Regards
    Siva

    Hi All,
    Yes I got solution by reading this link http://www.vogella.com/eclipse.html
    Its a good link for all out eclipse plugin development as well as RPC too.
    Regards
    Siva Sankar

  • Free Download JFrameBuilder 2.1.5 - Visual Java GUI Development Tool.

    JFrameBuilder is a really easy-to-use visual Java GUI designer. Create GUI applications using a drag-and-drop interface without spending a lot of time writing code.
    Quick and Easy-to-use
    Download it now!
    http://www.mars3000.com/index.html

    Do you like it?

  • BPEL Designer Download Exlipse Plugin Fails to Install

    BPEL Designer Download, Eclipse Plugin Fails to Install
    When installing the .exe, the download does not identify the proper version of Eclipse. It fails stating that the version required is at least 3.0, which is the only version install on my computer
    Anyone have any ideas?
    Thanks.
    -dave
    404-661-6767

    You should probably post this in the BPEL forum to get an appropriate response: BPEL
    OTN

  • Overloaded radio buttons -- good GUI design?

    I don't know where else to ask this. What do you think about overloading radio buttons with multiple functions? I have made an update to my Interactive Color Wheel that uses this technique. I haven't released it yet, but it is available here:
    * http://r0k.us/rock/Junk/SIHwheel.html
    It offers eight different sorts of 1567 colors and their names. That seemed to me to be way too many radio buttons; there were originally just three sorts and three buttons. I made a second row that contains the five new sorts accessed via two buttons. The sorts on each button are closely related, riffs on a theme if you will. Consecutive clicks on one of these two buttons will rotate through its functions, with the button text and toolTip updated to match its current sort and state.
    I won't try describing more -- just use it, and let me know what you think. Intuitive? Ugly? Bad GUI design? Other comments?

    RichF wrote:
    Don't forget to take Spot, the Magic Color Dog for a walk! I recommend a different sort than the default [alphabetically], but you can change sorts on the fly. (Try [by hue], or one of the three Hilbert sorts.) In fact, Spot isn't stopping you from doing anything. Well, you'd have to have him go really slow to type in a hex color.
    I was really, really amazed how fast Spot can run. With the gauge fully to the right, the timer has a specified delay of 0, so he's running as fast as everything else in the program lets him. There's a LOT going on, yet Spot can traverse all 1567 colors in mere seconds.
    [add] It just occurred to me, maybe I should set a minimum update rate. I don't want it to cause someone to have an epileptic seizure. I'm thinking of setting 10 updates a second as the fastest it would go. What do you guys think?Actually it made me have to kill the JVM to stop the applet (closing the web page didn't work, apparently the new Java plugin sandboxing doesn't work). Only the JList was updating at full speed, not the color wheel.
    This one I did not do. There was a complication with intensity. It uses a quantized color space, with intensity almost ranging from 0..74. I say almost because this integral range also includes 0.5. I forced that in so the value after black on a 0.255 scale would not be 4, but 2. The third value is 4, and the rest of the time it jumps by 3 or 4 on the 255 scale.
    Once I decided to keep the intensity buttons as they were, it did not make sense to change the tile width buttons either. Their range is only 10..15, so IMO the [-] and [+] buttons work well.Just as a demo how to do that with JSpinner (JSlider is much harder to have non linear scales):
    import java.awt.EventQueue;
    import java.awt.FlowLayout;
    import javax.swing.JFrame;
    import javax.swing.JSpinner;
    import javax.swing.SpinnerNumberModel;
    public class TestJSpinner {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable() {
                public void run() {
                    SpinnerNumberModel rings = new SpinnerNumberModel(10, 10, 15, 1);
                    SpinnerNumberModel intensity = new SpinnerNumberModel(10.0, 0.0, 74.0, 1.0) {
                        @Override
                        public Object getPreviousValue() {
                            Double value = (Double) getValue();
                            if (value == 1.0) {
                                return 0.5;
                            else if (value == 0.5) {
                                return 0.0;
                            else {
                                return super.getPreviousValue();
                        @Override
                        public Object getNextValue() {
                            Double value = (Double) getValue();
                            if (value == 0.0) {
                                return 0.5;
                            else if (value == 0.5) {
                                return 1.0;
                            else {
                                return super.getNextValue();
                    JFrame frame = new JFrame("Test");
                    frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
                    frame.getContentPane().setLayout(new FlowLayout());
                    frame.getContentPane().add(new JSpinner(intensity));
                    frame.getContentPane().add(new JSpinner(rings));
                    frame.pack();
                    frame.setLocationRelativeTo(null);
                    frame.setVisible(true);
    }Edited by: Walter Laan on Nov 5, 2010 2:01 PM

  • Eclipse Plugin: Sequence Diagram from Java Project

    Any Free Plugin available for eclipse to generate sequence diagrams from the java project?
    Like MaintainJ does?
    Edited by: wizsen on Oct 28, 2009 4:32 PM

    sabre150 wrote:
    Melanie_Green wrote:
    If its any consolidation I have used UML a plugin for NetBeans, not Eclipse to generate such diagrams in a previous project. Would I recommend it is the next question =p.
    If it's anything like ''Together' then the resulting sequence diagrams are just about useless since they will contain far far far too much detail. Sequence diagrams, Class diagrams, State diagrams etc should summarise a system and not be just an alternate detailed view of code.This.
    I used to work with the guys that wrote Together and that is exactly what the UML diagrams were: an alternate view of the code. As in, they defined a language that described source code and the diagrams, and either could be used to generate this intermediate code, and either could be generated from this intermediate code. Quite neat, but as you point out, not necessarily all that useful
    OP, if you're thinking of using this to "cheat" on some homework, don't bother, your tutor will spot it a mile off!

  • References on Good GUI Design

    Hi folks,
    I was wondering if anyone out there knew of good resources (ideally a tutorial-style book, not a reference) that would teach me about GUI design - the class structure (mine are always hideously coupled) and general conventions etc....
    I mean, I know how to put together a gui that works, but they are not always code that I am proud of... (blushes)
    Any ideas?
    Thanks!

    Hi folks,
    I was wondering if anyone out there knew of good
    resources (ideally a tutorial-style book, not a
    reference) that would teach me about GUI design - the
    class structure (mine are always hideously coupled)
    and general conventions etc....
    I mean, I know how to put together a gui that works,
    but they are not always code that I am proud of...
    (blushes)
    Any ideas?
    Thanks!Are you asking how code or design GUI?
    if(code) {
       // find "Divelog" tutorial
    } else if(design) {
      // find something about usability engineering
      //ie http://java.sun.com/docs/books/tutorial/networking/TOC.html
    }

  • Is there a forum for Java GUI Application Design?

    Hi all,
    I've used this forum a lot and found a lot of help on it for Swing usage specifics. However, whenever I ask a question about broader design or architecture of a full Swing app I get little or no response. Sadly I'm no stranger to "view 50, replies 0" :o(
    Either I'm asking stupid questions or I'm asking the in the wrong forum - does anyone know of a good place to ask about design/best practices for Java, GUI applications? I've seen some of the "programmer"/"developer" groups on Google Groups.
    Many thanks.
    Yours, hoping for at least one reply,
    Chris

    You're right, I typed that wrong. The method signature should be addDataChangeListener(DataChangeListener lis, DataChangeType type)
    When a component registers itself as a change listener, say it wants to know whenever an object of type Foo is changed, it calls DataChangeType.addDataChangeListener(this, DataChangeType.FOO). (the Enum elements coorespond to the objects we want to listen for) Then it implements the dataChanged(DataChangeType type, Object obj) method that will be called by the controller when objects of type Foo are changed. (obviously this is an interface) Whenever a component updates an object of type Foo, it calls DataChangeControl.dataChanged(DataChangeType.FOO, theFooObject), and then the controller will notify all listeners who are interested in Foo objects changing.
    The DataChangeControl maintains a hashmap of <DataChangeType, List < DataChangeListener> >. So when a new listener is added, it checks the type to see if a list is already keyed to that object type in the hashmap. If so it adds the listener to that list, if not it creates a new list in the hashmap with the type as the key. That way when an object is changed, it notifies only those listeners who are registered to listen to that type of object being changed. Hopefully that makes sense.

  • Eclipse plugin and java

    Can i make an eclipse plugin using java?

    As Eclipse is written using Java, I'd say it's possible. You can find more information at the Eclipse site.

  • Java.lang.OutOfMemoryError on Eclipse with Flex Plugin

    Dear All,
    I am compiling a J2EE+Flex application on eclipse ganymede Version: 3.4 with the following eclipse.ini settings. (I am working on windows7 machine with 3GB Ram)
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    512M
    -framework
    plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms512m
    -Xmx768m
    -XX:PermSize=512m
    -XX:MaxPermSize=768m
    -XX:+HeapDumpOnOutOfMemoryError
    -Djava.net.preferIPv4Stack=true
    But I have continuously happened to face for the following Memory out of bounce exception during compiling the application.
    An internal error occurred during: "Building Workspace". java.lang.OutOfMemoryError
    Following is the exception trace at <workspace>/.metadeta/.log file.
    eclipse.buildId=M20080911-1700
    java.version=1.6.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.jobs 4 2 2010-05-12 08:14:47.007
    !MESSAGE An internal error occurred during: "Building Workspace".
    !STACK 0
    java.lang.OutOfMemoryError
    at java.io.RandomAccessFile.writeBytes(Native Method)
    at java.io.RandomAccessFile.write(Unknown Source)
    at  flex2.compiler.PersistenceStore.write(PersistenceStore.java: 154)
    at flex2.compiler.API.persistCompilationUnits(API.java:4154)
    at flex2.compiler.API.persistCompilationUnits(API.java:4133)
    at flex2.tools.oem.internal.OEMUtil.save(OEMUtil.java:163)
    at flex2.tools.oem.Application.save(Application.java:506)
    at  com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.s aveState(ASBuilder.java:522)
    at  com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuild er.saveState(ASItemBuilder.java:94)
    at  com.adobe.flexbuilder.project.compiler.BuilderManager.maybeR emoveOldestBuilder(Unknown Source)
    at  com.adobe.flexbuilder.project.compiler.BuilderManager.getBui lder(Unknown Source)
    at  com.adobe.flexbuilder.project.compiler.internal.FlexIncremen talBuilder.preBuild(Unknown Source)
    at  com.adobe.flexbuilder.project.compiler.internal.FlexProjectB uilder.buildItem(Unknown Source)
    at  com.adobe.flexbuilder.project.compiler.internal.FlexProjectB uilder.build(Unknown Source)
    at  com.adobe.flexbuilder.project.compiler.internal.FlexIncremen talBuilder.build(Unknown Source)
    at  org.eclipse.core.internal.events.BuildManager$2.run(BuildMan ager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at  org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:170)
    at  org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:201)
    at  org.eclipse.core.internal.events.BuildManager$1.run(BuildMan ager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at  org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:256)
    at  org.eclipse.core.internal.events.BuildManager.basicBuildLoop (BuildManager.java:309)
    at  org.eclipse.core.internal.events.BuildManager.build(BuildMan ager.java:341)
    at  org.eclipse.core.internal.resources.Workspace.build(Workspac e.java:330)
    at  org.eclipse.ui.actions.GlobalBuildAction$1.run(GlobalBuildAc tion.java:182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Someone who please be kind enough to help me out to get rid of this exception, I have been working on days in finding a solution for this. What I found in every place was asking to increase the memory for JVM, as you can see I have already done it at the eclipse.ini file, but the error popping up continuously.
    Thanks a lot in  advance
    mmdsriya

    Try these tips:
    http://www.eclipsezone.com/eclipse/forums/t61618.html
    http://wiki.eclipse.org/FAQ_How_do_I_increase_the_permgen_size_available_to_Eclipse%3F
    I'm not sure why you have --launcher.XXMaxPermSize so high. You might have to tweak your settings for less perm gen space and more heap.
    Jason San Jose
    Software Engineer, Flash Builder

  • Java.lang.OutOfMemoryError on Eclipse with FlexBuilder plugin

    Dear All,
    I am compiling a J2EE+Flex application on eclipse ganymede Version: 3.4.1 with the following eclipse.ini settings. (I am working on windows7 machine with 2GB Ram)
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    512M
    -framework
    plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms1024m
    -Xmx1024m
    -XX:PermSize=512m
    -XX:MaxPermSize=512m
    -XX:+HeapDumpOnOutOfMemoryError
    -Djava.net.preferIPv4Stack=true
    But I have continuously happened to face for the following Memory out of bounce exception during compiling the application.
    An internal error occurred during: "Building Workspace". java.lang.OutOfMemoryError
    Following is the exception trace at <workspace>/.metadeta/.log file.
    eclipse.buildId=M20080911-1700
    java.version=1.6.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.jobs 4 2 2010-01-12 08:14:47.007
    !MESSAGE An internal error occurred during: "Building Workspace".
    !STACK 0
    java.lang.OutOfMemoryError
    at java.io.RandomAccessFile.writeBytes(Native Method)
    at java.io.RandomAccessFile.write(Unknown Source)
    at flex2.compiler.PersistenceStore.write(PersistenceS tore.java: 154)
    at flex2.compiler.API.persistCompilationUnits(API.jav a:4154)
    at flex2.compiler.API.persistCompilationUnits(API.jav a:4133)
    at flex2.tools.oem.internal.OEMUtil.save(OEMUtil.java :163)
    at flex2.tools.oem.Application.save(Application.java: 506)
    at com.adobe.flexbuilder.multisdk.compiler.internal.A SBuilder.s aveState(ASBuilder.java:522)
    at com.adobe.flexbuilder.multisdk.compiler.internal.A SItemBuild er.saveState(ASItemBuilder.java:94)
    at com.adobe.flexbuilder.project.compiler.BuilderMana ger.maybeR emoveOldestBuilder(Unknown Source)
    at com.adobe.flexbuilder.project.compiler.BuilderMana ger.getBui lder(Unknown Source)
    at com.adobe.flexbuilder.project.compiler.internal.Fl exIncremen talBuilder.preBuild(Unknown Source)
    at com.adobe.flexbuilder.project.compiler.internal.Fl exProjectB uilder.buildItem(Unknown Source)
    at com.adobe.flexbuilder.project.compiler.internal.Fl exProjectB uilder.build(Unknown Source)
    at com.adobe.flexbuilder.project.compiler.internal.Fl exIncremen talBuilder.build(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager$2.ru n(BuildMan ager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner .java:37)
    at org.eclipse.core.internal.events.BuildManager.basi cBuild(Bui ldManager.java:170)
    at org.eclipse.core.internal.events.BuildManager.basi cBuild(Bui ldManager.java:201)
    at org.eclipse.core.internal.events.BuildManager$1.ru n(BuildMan ager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner .java:37)
    at org.eclipse.core.internal.events.BuildManager.basi cBuild(Bui ldManager.java:256)
    at org.eclipse.core.internal.events.BuildManager.basi cBuildLoop (BuildManager.java:309)
    at org.eclipse.core.internal.events.BuildManager.buil d(BuildMan ager.java:341)
    at org.eclipse.core.internal.resources.Workspace.buil d(Workspac e.java:330)
    at org.eclipse.ui.actions.GlobalBuildAction$1.run(Glo balBuildAc tion.java:182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.j ava:55)
    Someone please be kind enough to help me out to get rid of this exception, Sounds like the exception fired from the Flex compiler. I have been working on days in finding a solution for this. What I found in every place was asking to increase the memory for JVM, as you can see I have already done it at the eclipse.ini file, but the error popping up continuously.
    Thanks a lot in advance
    Dhammika

    NoNick4Me,
    Thanks for the reply... I tried with the following settings on the eclipse.ini
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256M
    -framework
    plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
    -vm
    C:\Program Files\Java\jdk1.6.0_11\bin\javaw.exe
    -vmargs
    -Xms128m
    -Xmx512m
    -XX:PermSize=256m
    -XX:MaxPermSize=512m
    -Djava.net.preferIPv4Stack=true
    and I cant see any diffferance of the result. I am still getting the same out of memory exception as mentioned above..
    Please let me know your thouhts....
    Thnkx

Maybe you are looking for