public marks

PUBLIC MARKS from tadeufilippini with tag java

2018

Baixar o Android Studio e as SDK Tools | Android Studio

(via)
Browse this site in Brazilian Portuguese (Português Brasileiro)? You requested a page in Brazilian Portuguese (Português Brasileiro), but your language preference for this site is English. Would you like to change your language preference and browse this site in Brazilian Portuguese (Português Brasileiro)? If you want to change your language preference later, use the language menu at the bottom of each page.

2010

Criando seu livecd/dvd com o remastersys « Hamacker's Palace

Criando seu livecd/dvd com o remastersys Criar um livecd com Ubuntu incluindo o instalador é muito fácil com a utilização de um programa chamado remastersys. Como o remastersys funciona ? Você está com o Ubuntu instalado e configurado, seguiu todo o “Ubuntu Paradise” e acrescentou seus próprios programas, pois então, que tal transformar sua instalação num LiveCD (também DVD) ? Este é o propósito do programa remastersys, ele jogará para dentro dum livecd a sua instalação já personalizada contendo programas, papéis de parede, configurações especiais e afins, de fato, tudo o que você já produziu pós-instalação com o seu Ubuntu será reaproveitado. Já imaginou que maravilha é isso ? Quando tiver necessidade de ir até uma Lanhouse, põe o LiveCD e use sem medo de ter suas senhas capturadas, vírus, etc. Ou então compartilhar seu Ubuntu com amigos e não fazer eles quebrarem a cabeça com codecs e bons programas que são deixados de lado pela instalação convencional. Até mesmo para você é um facilitador, simplesmente após a instalação estará tudo lá, sem downloads posteriores, sem ler longos guias, não haverá mais uma instalação de 30 minutos e 2 horas posteriores com guias e downloads cansativos. Eu por exemplo, por conveniência antes de colocar um VMWare para funcionar tenho que sair aplicando patches (ocorreu com o 8.04), instalo drivers de webcam, winmodems e alguns programas que só rodam via wine já pensou ter que fazer isso de novo quando for instalar (ou reinstalar) o mesmo sistema em mais 5 máquinas ? É por isso que o remastersys é muito bom ! Algo digno de nota é que a compactação gerada no livecd é muito eficiente, por mais que você acrescente programas é díficil quebrar a barreira do 2G, eu acrescentei tudo que realmente necessito incluindo o idioma inglês e português, programas experimentais como o IBM Lotus Symphony, gnome-office, openclipart’s (png e svg), ferramentas de compilação incluindo o pesadissimo eclipse (views java e php), VMWare Workstation, VirtualBox (comercial) e mesmo assim só cheguei a 2,5G. É preciso muita criatividade para concluir um livecd com a capacidade total dum DVD.

Quake II portado para HTML5

Quake II portado para HTML5 Artigos Em novembro do ano passado, eu disse que era questão de tempo para que isso acontecesse. Também em novembro, Joel Webber, um engenheiro do Google, teve a inspiração de portar Quake II para o HTML5 a partir do Jake2 — um port Java do jogo — usando o Google Web Toolkit, que permite que aplicativos como o Google Mail, o Google Maps e o Google Wave sejam criados em Java e compilados como JavaScript. Ao lado de dois engenheiros do Google (Ray Cromwell e Stefan Haustein) que colaboraram "em 20% do tempo", a ideia deu certo!

2009

Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu | Linux para Todos

* Home * Enviar Noticias * Artigos * Distribuições * Do Windows para o Linux Linux para Todos - O maior portal sobre Linux do Brasil! msgbartop msgbarbottom 26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu Caso você esteja utilizando uma versão diferente da provida pela Sun do Java e utilize o Banco do Brasil, você ja deve ter tido dificuldades com o site do mesmo, visto que o teclado virtual apenas funciona na versão do Java da Sun. Porém, isso pode ser resolvido de um jeito muito fácil em apenas 3 comandos! Os mesmos devem ser rodados no Terminal que pode ser encontrado em “Aplicativos -> Acessórios -> Terminal” sudo aptitude install sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin Isso irá instalar a Maquina Virtual Java da Sun. Logo após isso rode o comando: update-java-alternatives -l O terminal irá imprimir algo parecido com isso: java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-6-sun 63 /usr/lib/jvm/java-6-sun Execute o comando à seguir. sudo update-java-alternatives -s java-6-sun Qualquer problema, verifique se o nome no comando acima é o mesmo que aparece ao rodar o comando update-java-alternatives -l Este guia foi baseado em uma pagina de ajuda do Ubuntu. O link pode ser encontrado aqui para maiores detalhes: Ubuntu Help Java

JavaInstallation - Community Ubuntu Documentation

Overview Sun Microsystems have developed Java, which is many things depending on who you ask. It is a language, and an execution environment and probably many more things. On this page Java refers to the software that executes programs compiled to Java byte codes (akin to machine language). Be aware of the Java trap. Although keep in mind that with the GPL licensing of the Sun Java implementation the Java trap is a thing of the past. Even RMS thinks so. Use IcedTea on Ubuntu 7.10 and OpenJDK on Ubuntu 8.04 or later. The first free project to offer substantial parts of Java platform functionality was Guavac. After that the free software movement developed java compilers, most notably the GNU Compiler for Java. GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. Gcjwebplugin is a little web browser plugin to execute Java applets. It is targeted for Mozilla and compatible browsers that support the NPAPI. Others include the Eclipse Java Compiler, which is maintained by the Eclipse Foundation. Eclipse is an open-source Integrated development environment (IDE) written primarily in Java. The Eclipse open source community has over 60 open source projects. OpenJDK is the open source Java, derived from sources which will become OpenJDK 7 in the future.

Java - Community Ubuntu Documentation

by 3 others (via)
Running Java under Ubuntu In order to run Java programs and Java applets, you must have a Java environment installed. The GCJ flavor of Java is installed as default, and is usually fine for most purposes. If it is not installed, JavaInstallation describes how to install some opensource flavors of Java. You may, however, have a need to run the Sun flavor of Java if something does not work correctly. To get Sun Java under Ubuntu 7.04 or later running on Intel or PowerPC platform, you should enable the Universe repository in Add/Remove programs, and install either the openjdk-6-jre package or the sun-java6-bin package. (Note: PowerPC version is slow). To get Sun Java under Ubuntu 6.06 or 6.10 running on Intel x86 platform, you should enable the Universe repository in Add/Remove programs, and install the sun-java5-bin package. Note: The same commands will work under Xubuntu/Kubuntu (using Add/Remove or the Adept Package Installer). Choosing the default Java to use Just installing new Java flavours does not change the default Java pointed to by /usr/bin/java. You must explicitly set this: * Open a Terminal window * Run sudo update-java-alternatives -l to see the current configuration and possibilities. * Run sudo update-java-alternatives -s XXXX to set the XXX java version as default. For Sun Java 6 this would be sudo update-java-alternatives -s java-6-sun * Run java -version to ensure that the correct version is being called. You can also use the following command to interactively make the change; * Open a Terminal window * Run sudo update-alternatives --config java * Follow the onscreen prompt

jSMS (Java Short Messages Sender) download

(via)
jSMS (Java Short Messages Sender) 3.01 * Principal * Nossa Opinião * Comentários * Tira-Dúvidas baixar jSMS (Java Short Messages Sender) 16/10/2008 Gratuito Tamanho: 764 KB 1.625.778 downloads Sistema: Windows XP/98/2000/2003 Empresa: Renato F. V. da Costa Nota dos usuários 238 votos Opine "jSMS é um software em Java para enviar mensagens de texto para celulares das principais operadoras."

Java SE Desktop Overview

Java SE Desktop Overview Desktop Java technologies can be used to create rich client applications and applets that are fast, secure, and portable. This page introduces all of these technologies. Most of the technologies are included as part of Java SE (also known as the JRE, or Java Runtime Environment), which is pre-installed on over 90% of all desktop systems on a wide range of operating systems. Other Desktop Java technologies are available as either separate downloadable Java extensions, or as open source projects on java.net. Finally, the Netbeans IDE with its integrated GUI builder brings everything together, allowing you to easily build your desktop application.

OpenJDK: Download and install

How to download and install prebuilt OpenJDK packages Ubuntu logo On Ubuntu 8.04 (Hardy Heron), do one of the following: * On the Gnome desktop (Ubuntu): o In the main desktop menu, choose "Add/Remove ..." o In the "Show" toggle box, select "All Open Source Applications" o Search for "OpenJDK" o Select the "OpenJDK Java Runtime" (openjdk-6-jre) o Confirm the installation of community maintained software o Press the "Apply Changes" button * On the KDE desktop (Kubuntu): o In the main desktop menu, choose "Add/Remove Programs" o In the "Adept Installer" search for "OpenJDK" o Select the "OpenJDK Java Runtime" (openjdk-6-jre) o Press the "Apply Changes" button * On the command line, type: $ sudo apt-get install openjdk-6-jre The openjdk-6-jre package contains just the Java Runtime Environment. If you want to develop Java programs then install the openjdk-6-jdk package. For more information on how to install Java on Ubuntu, including on versions prior to 8.04, please see the Ubuntu Java Community page.

Documentacao/InternetERedes - Ubuntu Brasil

# Instalando o Java - Instalando e configurando o suporte a programas em Java (inclui plugin do Java) # Tim Web - O Tim Web é um plano de conexão móvel lançado pela TIM para transferência de dados. # Claro Web - O Claro Web é um plano de conexão móvel lançado pela Claro para transferência de dados.

SourceForge.net: Star Sudoku: Files

You have selected the 0.8.1 beta release. Please choose the file that best matches your architecture or operating system from the list of files contained in this release.

SourceForge.net: Star Sudoku: Files

Java version of the popular Sudoku logic game. Intends to provide an advanced user interface. Create random sudoku grids or design your own to play/solve. Can be used as sudoku generator, solver. Export sudoku grids as PDF, RTF, HTML, XML and CSV

SourceForge.net: Star Sudoku

Java version of the popular Sudoku logic game. Intends to provide an advanced user interface. Create random sudoku grids or design your own to play/solve. Can be used as sudoku generator, solver. Export sudoku grids as PDF, RTF, HTML, XML and CSV

SourceForge.net: Truco! o algo...: Files

Truco! o algo... is a Java version of a game called Truco, wich is played in South America, mostly by groups of drunk friends that yell all along the game. It supports online playing and is quite fun! Give it a try!

SourceForge.net: Truco! o algo...

Truco! o algo... is a Java version of a game called Truco, wich is played in South America, mostly by groups of drunk friends that yell all along the game. It supports online playing and is quite fun! Give it a try!

Sweet Home 3D

by 1 other (via)
Sweet Home 3D is a free interior design application that helps you place your furniture on a house 2D plan, with a 3D preview.

SourceForge.net: Sweet Home 3D: sweethome3d Project: Platform Download

Sweet Home 3D is an interior design Java application for quickly choosing and placing furniture on a house 2D plan drawn by the end-user, with a final 3D preview.

SourceForge.net: Sweet Home 3D

Sweet Home 3D is an interior design Java application for quickly choosing and placing furniture on a house 2D plan drawn by the end-user, with a 3D preview.

SourceForge.net: PySolFC: Files

You have selected the PySolFC-1.1 release. Please choose the file that best matches your architecture or operating system from the list of files contained in this release