4 Replies Latest reply on Jun 16, 2013 8:21 AM by ryan.cubicle

    Remote compilation?

    ryan.cubicle

      Is it possible to install jboss & java se jdk on remote machine & have eclipse on local machine only

      All compilation is done remotely, is it possible?

        • 1. Re: Remote compilation?
          wdfink

          I'vetried that earlier, using a mounted directory and compile and deploy via this.

          Another option is to use X-server or even Remote Desktop.

          From my experience the second option is faster as the compilation works local.

           

          But at the end I work local

          • 2. Re: Remote compilation?
            ryan.cubicle

            how many dir u hv to mount for compiling?

            /bin/java only?

            But this way even javac remotely resides, the process is local

            • 3. Re: Remote compilation?
              wdfink

              No if you use the mount approach you need to have the project and jboss directory mounted.

              Eclipse and java are running local, JBoss on the remote system.

               

              If you want to run the processes remote you need to use an Xserver or RDesktop, than everything is running remote

              • 4. Re: Remote compilation?
                ryan.cubicle

                I found an app named Hudson/jenkin it does remote compilation, and lives in app server.

                I don't know how it work, but it seem do what I want

                Take a look at it. If it helps u 2, let me know