|
~>java
bash: wine: command not found
===============================
~>`which java`
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-d32 use a 32-bit data model if available
-d64 use a 64-bit data model if available
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.
=========================
我原来用wine调用过windows下的java,可是wine都卸载了还不行。。。 |
|