I've been an inactive member of JBT for a few years now, never posting or contributing anything, however Eugene's recent post about his success and the new JBT release has inspired me to move forward.First, I attempted to setup JBT in eclipse per the document in the Docs folder on my windows 7 machines with jdk1.7.0. That produced 32 different warnings (see attached). Four of those warnings have been discussed previously in this thread and Eugene's suggestion was to change the Eclipse compiler settings to also ignore "Incomplete 'switch' cases on Enum" as well as "Resource leak," provided I understood that thread correctly. That eliminates the known 4 errorsThat leaves 28 errors, all of which correspond to JComboBox being a raw type and that it should be parameterized. I'm still not an expert in Java, but this page indicates that the WindowBuilder is not fond of the generics version of JComboBox. Replacing JComboBox with JComboBox<String> everywhere it occurs resolves all warnings, but according to this page that will cause compiler compatibility issues with Java 6, which I think most everyone is using. I have not tested that though.I wanted to check to see if that is a known issue or if anyone has opinions.Also, I updated the windows installation document to reflect JBT 8.07 using Eclipse 4.2.1 ignoring "Incomplete 'switch' cases on Enum," "Resource leak" and "Serializable class without serialVersionUID" under compiler settings. It is attached also, let me know if there are any errors and I will gladly correct them.Thanks for taking the time to read this!--
You received this message because you are subscribed to the Google Groups "JBookTrader" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jbooktrader/-/5czCFlk1pK0J.
To post to this group, send email to jbook...@googlegroups.com.
To unsubscribe from this group, send email to jbooktrader...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
That leaves 28 errors, all of which correspond to JComboBox being a raw type and that it should be parameterized.
That leaves 28 errors, all of which correspond to JComboBox being a raw type and that it should be parameterized.These are warnings, not errors. However, I'll fix them in the next release. For now, they can be ignored. Thanks for reporting.
--
You received this message because you are subscribed to the Google Groups "JBookTrader" group.
In the mean time if there is anything I can do to help the project (documentation, etc...), please let me know.
In the mean time if there is anything I can do to help the project (documentation, etc...), please let me know.
Thanks for the offer, Kyle. For the next JBT release, I am using the Java 1.7 feature, so that would be the minimum requirement to run JBT. Perhaps at that time you could review/edit your Eclipse setup instructions, so that we can publish them.
--
You received this message because you are subscribed to the Google Groups "JBookTrader" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jbooktrader/-/UJkAdu6q-KsJ.