代码搜索:JAva
找到约 10,000 项符合「JAva」的源代码
代码结果 10,000
www.eeworm.com/read/161813/5549714
gojib
#
# This file assumes Java version 1.2 or greater.
# If you use 1.1 this batch file will work if you skip
# the javac step!!!
#
# This file was written for bash
#
#
# did they specify a dire
www.eeworm.com/read/155917/5617559
java vmsystemproperties.java
/* VMSystemProperties.java -- Allow the VM to set System properties.
Copyright (C) 2004 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redist
www.eeworm.com/read/155397/5622195
locate-jre
#!/bin/sh
# This script attempts to locate the jre directory of the current
# Java installation, even when java is not in the path
# We only support it for Sun's Java on Windows and IBM's Java on Lin
www.eeworm.com/read/112280/15490324
java simplecollection.java
//: c09:SimpleCollection.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// A simple example using Java 2 Collections.
import
www.eeworm.com/read/109955/15544543
sh jdiary.sh
#!/usr/bin/env bash
#########################################################
#
# 文件名:
# jdiary.sh
# 功能:
# 启动Java日记本
# 版本:
# V1.10, 2003-11-01
# 用法:
# 先进入日记所在目录,键入./jd
www.eeworm.com/read/104574/15689706
html install.html
To install Consultant Communicator:
If you have the binary package (the file CsltComm.zip)
Make sure that you have Sun's Java JRE 1.3
www.eeworm.com/read/392205/8357125
java meter_typedefine.java
package pbs.service.defineobject;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company:
* @author not attributable
* @version 1.0
*/
i
www.eeworm.com/read/176390/9500348
java java2ansigui.java
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Toolkit;
import java.awt.datatransfer.StringSelection;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
www.eeworm.com/read/467438/7012512
bat start.bat
@echo off
rem You can set JAVA_HOME and JAVA_OPTS variables:
rem JAVA_HOME points to JVM
rem JAVA_OPTS sets JVM options
set JAVA_CMD=java
if NOT "%JAVA_HOME%"=="" set JAVA_CMD=%JAVA_HOME%\bin
www.eeworm.com/read/144216/5752029
standard jniconfig.standard
eval `$JPL_SRC/setvars -perl`;
$java = $ENV{JAVA_HOME};
$jpl = $ENV{JPL_HOME};
# Where are the Java includes?
#
@INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");
# Are we e