× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Kelly Cookson wrote:

Eclipse is great for developing Java. It has color coding, real-time messages 
that provide useful information while coding, and an easy-to-use debugger. It's 
also free. If we decide to run Java classes on the iSeries, I plan to develop 
those classes with Eclipse.

I imagine the WebSphere developer is comparable.
I have found that the Fat Jar Eclipse Plugin (http://fjep.sourceforge.net/, link to update site) works very well when using Eclipse. It allows to store jars inside jars creating a single executable jar file from multiple libraries and projects. I basically follow this recipe:

1) Develop your program using the java toolbox on your pc.
2) For deployment to the iSeries, create a fat jar with your projects and libraries (right click menu on project) and tell it to deploy to the correct location on the network share provided by the iSeries machine. 3) From qsh on the iSeries, cd appropriately and run "java -jar whatever.jar". 4) It is possible to start in debug mode with the appropriate invocation and then attach the Eclipse debugger, but it is not a HotSpot JVM so you cannot hotdeploy. Also in 5.3 I cannot tell the debugged program to quit.

WSDC provides automatic deployment and remote invocation, but is based on Eclipse 3.0 and some important things like Team Project Sets are not in that version.

Note also that the Eclipse Profiler has an adapter for iSeries, meaning that you can profile your stuff on the deployment platform.

--
 Thorbjørn

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.