Advanced Search
Search Results
19 total results found
Java
Java is an object-oriented programming language that is intended to be runnable from many different operating systems without recompiling. Essential Links Home Page: http://java.sun.com Downloads: http://java.sun.com/downloads/ Forums: http://forum.java.su...
How to run Eclipse from your USB key?
Having a runnable copy of Eclipse on your USB drive is very handy. Here is how to set up Eclipse + JDT on your USB key. It assumes that your USB key is inserted as F:Prepare Eclipse Download Eclipse Platform and JDT from http://www.eclipse.org/ Extract the con...
Where can I use Eclipse on campus
Feel free to expand this answer…The computer in SEASnet labs (in Boelter Hall) have Eclipse installed with Java, C/C++ and SVN support. However, SEASnet labs are only available to engineering students.
Why aren't my font colors / scripts / Flash / Java applets showing up in my Plone site?
By default, Plone employs an HTML-filtering system when it transforms Plone documents into marked-up web pages. Certain tags, such as <font> and other deprecated tags in HTML, are removed so that the generated page is closer to XHTML, which does not allo...
uPortal
uPortal is a free, sharable portal under development by institutions of higher-education. This group sees an institutional portal as an abridged and customized version of the institutional Web presence… a “pocket-sized” version of the campus Web. Portal techno...
Java Server Faces
Java Server Faces (JSF) Mark Norton came across a very handy web page which documents all of the standard JSF tags and includes examples in XML and graphics. http://www.horstmann.com/corejsf/jsf-tags.html
Converting Java content into AJAX (Javascript and XML)
If you have a program in Java or know how to program in Java and would like to convert your code to be used on websites as AJAX (Javascript and XML), Google Web Toolkit can help do it for you instead of doing so by hand.Google Web ToolkitThe Web Toolkit offers...
How do I install Ant on Mac OS X?
Installation of Ant on OS X is a solid walkthrough. It not only walks you through the Unix commands to install Ant and set up a symbolic link to it but also explains what they do.
Compiling Lucene with GCJ
BackgroundLucene is a open-source search library written in Java.GCJ is a Java to native-executable compilter. As shown in a LinuxJournal article, using gcj is similar to using gcc.Versions UsedAs of 1/26/08, the latest version of Lucene is 2.3.0. It needs Jav...
Create a Java class that is only comparable to itself
In Java 5 and above, how to create a Java class that is only comparable to itself? The answer is to extend Comparable<TheClass>. This works even if TheClass uses generics.public class SelfComparableOnly<T> implements Comparable<SelfComparableOnl...
Social Science Simulations
Online simulations are a interesting way to present concepts and ideas visually, as well as provide an interactive element to learning.This page will serve as a resource for future investigations into creating simulations as well as those that are currently av...
ENVI 4.6 and 4.6.1 Java problems
ENVI 4.6/4.6.1 does not run.This problem occurs both on upgrades from older versions of ENVI as well as on computers where ENVI 4.6 or 4.6.1 is the first version of ENVI to be installed.Further examination of the error may report a message about Java incompati...
ENVI 4.6 or 4.6.1 Help does not work
Most commonly seen on a Windows x64 machine running Java 6 64-bit— ENVI and IDL (64-bit) both load fine, IDL Help loads fine, but ENVI Help does not start.The problem is only partially documented by ITTVIS, here:https://kb.ucla.edu/link/1168http://download.itt...
Removing old Java versions
Java is notorious for installing updates (current version as of this writing is version 6, Update 23) but not removing the old versions.Finding a system with multiple Java versions (e.g. Java 6 Update 10, Java 6 Update 17, and Java 6 Update 20 all on the syste...
Travel Express and Java
As of May 20, 2011 Travel Express or at least the System Administration Tool/Geac 6.5 Expense Managment only runs on Java versions 6 Update 15 and lower. Older versions of the Java Runtime Environment can be downloaded here.
ENVI 5.0 and OS X 10.8 installation
ENVI 5.0 requires additional packages not included in OS X 10.8 Mountain Lion.Java – ENVI has required Java for years. The ENVI installer will prompt the user and download it as part of ENVI installation.X11 – X11 is no longer included with Mountain Lion, but ...
Disabling Java in web browsers
If you want to improve your web browsing security by disabling Java, here are directions for different web browsers: http://tantek.com/2012/364/b1/how-to-disable-java-now-chrome-firefox-opera-safari http://antivirus.about.com/od/securitytips/ht/How-To-Disable-...
Java incompatibilites with AIS Document Direct
Users unable to access AIS Document Direct due to Java errors likely have a workaround from AIS:https://ucla.service-now.com/kb_view.do?sysparm_article=KB0010708This is likely due to Java version incompatibilities with the latest versions of Java installed on ...